Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp91 uintptr_t compact_unwind_section; member
304 const void* compact_unwind_section; member
332 info->compact_unwind_section = 0; in _dyld_find_unwind_sections()
350 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
DUnwindCursor.hpp891 sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
898 sects.compact_unwind_section in getInfoFromCompactEncodingSection()
923 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()
925 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
927 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
1046 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1060 (uint64_t) sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1108 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1160 if (sects.compact_unwind_section != 0) { in setInfoBasedOnIPRegister()