Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp840 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection()
869 _info.extra = (unw_word_t) sects.dso_base; in getInfoFromDwarfSection()
877 DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd, in getInfoFromDwarfSection()
896 (uint64_t)pc, (uint64_t)sects.dso_base); in getInfoFromCompactEncodingSection()
904 pint_t targetFunctionOffset = pc - sects.dso_base; in getInfoFromCompactEncodingSection()
967 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()
972 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()
982 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection()
1031 + sects.dso_base; in getInfoFromCompactEncodingSection()
1035 + sects.dso_base; in getInfoFromCompactEncodingSection()
[all …]
DAddressSpace.hpp74 uintptr_t dso_base; member
344 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()
397 cbdata->sects->dso_base = begin; in findUnwindSections()