Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DAddressSpace.hpp55 const void* compact_unwind_section; member
135 uintptr_t compact_unwind_section; member
511 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
DUnwindCursor.hpp1578 sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1585 sects.compact_unwind_section in getInfoFromCompactEncodingSection()
1610 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()
1612 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
1614 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
1733 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1747 (uint64_t) sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1795 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1902 if (sects.compact_unwind_section != 0) { in setInfoBasedOnIPRegister()