HomeSort by relevance Sort by last modified time
    Searched refs:dso_base (Results 1 - 4 of 4) sorted by null

  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 840 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc);
869 _info.extra = (unw_word_t) sects.dso_base;
877 DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd,
896 (uint64_t)pc, (uint64_t)sects.dso_base);
904 pint_t targetFunctionOffset = pc - sects.dso_base;
    [all...]
AddressSpace.hpp 73 // No dso_base for ARM EHABI.
74 uintptr_t dso_base; member in struct:libunwind::UnwindInfoSections
344 info.dso_base = (uintptr_t)dyldInfo.mh;
397 cbdata->sects->dso_base = begin;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 832 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc);
861 _info.extra = (unw_word_t) sects.dso_base;
869 DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd,
888 (uint64_t)pc, (uint64_t)sects.dso_base);
896 pint_t targetFunctionOffset = pc - sects.dso_base;
959 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base;
    [all...]
AddressSpace.hpp 80 uintptr_t dso_base; member in struct:libunwind::UnwindInfoSections
85 uintptr_t dso_base; member in struct:libunwind::UnwindInfoSections
90 uintptr_t dso_base; member in struct:libunwind::UnwindInfoSections
95 // No dso_base for ARM EHABI.
345 info.dso_base = (uintptr_t)dyldInfo.mh;

Completed in 3931 milliseconds