Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DAddressSpace.hpp92 uintptr_t compact_unwind_section; member
310 const void* compact_unwind_section; member
338 info->compact_unwind_section = 0; in _dyld_find_unwind_sections()
356 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
DUnwindCursor.hpp916 sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
923 sects.compact_unwind_section in getInfoFromCompactEncodingSection()
948 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()
950 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
952 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
1071 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1085 (uint64_t) sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1133 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1185 if (sects.compact_unwind_section != 0) { in setInfoBasedOnIPRegister()