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.hpp85 uintptr_t compact_unwind_section; member
303 const void* compact_unwind_section; member
331 info->compact_unwind_section = 0; in _dyld_find_unwind_sections()
349 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
DUnwindCursor.hpp899 sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
906 sects.compact_unwind_section in getInfoFromCompactEncodingSection()
931 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()
933 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
935 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
1054 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1068 (uint64_t) sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1116 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1168 if (sects.compact_unwind_section != 0) { in setInfoBasedOnIPRegister()