Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DAddressSpace.hpp62 const void* compact_unwind_section; member
142 uintptr_t compact_unwind_section; member
518 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
H A DUnwindCursor.hpp1689 sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1696 sects.compact_unwind_section in getInfoFromCompactEncodingSection()
1721 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()
1723 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
1725 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
1846 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1860 (uint64_t)sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1908 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
2523 if (sects.compact_unwind_section != 0) { in setInfoBasedOnIPRegister()