Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libunwind/src/
H A DAddressSpace.hpp63 const void* compact_unwind_section; member
143 uintptr_t compact_unwind_section; member
557 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
H A DUnwindCursor.hpp1705 sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1712 sects.compact_unwind_section in getInfoFromCompactEncodingSection()
1737 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()
1739 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
1741 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
1862 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1876 (uint64_t)sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1924 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
2552 if (sects.compact_unwind_section != 0) { in setInfoBasedOnIPRegister()
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dmacho_platform.cpp79 uintptr_t compact_unwind_section; member
879 Info.compact_unwind_section = in lookupUnwindSections()