Home
last modified time | relevance | path

Searched refs:dso_base (Results 1 – 2 of 2) sorted by relevance

/external/libunwind_llvm/src/
DUnwindCursor.hpp1473 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection()
1502 _info.extra = (unw_word_t) sects.dso_base; in getInfoFromDwarfSection()
1510 DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd, in getInfoFromDwarfSection()
1529 (uint64_t)pc, (uint64_t)sects.dso_base); in getInfoFromCompactEncodingSection()
1537 pint_t targetFunctionOffset = pc - sects.dso_base; in getInfoFromCompactEncodingSection()
1600 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
1605 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()
1615 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection()
1664 + sects.dso_base; in getInfoFromCompactEncodingSection()
1668 + sects.dso_base; in getInfoFromCompactEncodingSection()
[all …]
DAddressSpace.hpp158 uintptr_t dso_base; member
390 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()
437 info.dso_base = (uintptr_t)mods[i]; in findUnwindSections()
525 cbdata->sects->dso_base = begin; in findUnwindSections()