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

/external/libunwind_llvm/src/
H A DUnwindCursor.hpp857 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc);
886 _info.extra = (unw_word_t) sects.dso_base;
894 DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd,
913 (uint64_t)pc, (uint64_t)sects.dso_base);
921 pint_t targetFunctionOffset = pc - sects.dso_base;
984 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base;
989 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base;
999 funcStart = pageIndex.functionOffset(low) + sects.dso_base;
1048 + sects.dso_base;
1052 + sects.dso_base;
[all...]
H A DAddressSpace.hpp80 // No dso_base for ARM EHABI.
81 uintptr_t dso_base; member in struct:libunwind::UnwindInfoSections
351 info.dso_base = (uintptr_t)dyldInfo.mh;
411 cbdata->sects->dso_base = begin;

Completed in 84 milliseconds