Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp62 const void* compact_unwind_section; member
146 uintptr_t compact_unwind_section; member
500 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
513 info.compact_unwind_section = in findUnwindSections()
514 (uintptr_t)dynamicUnwindSectionInfo.compact_unwind_section; in findUnwindSections()
H A Dlibunwind_ext.h87 unw_word_t compact_unwind_section; member
H A DUnwindCursor.hpp1723 sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1730 sects.compact_unwind_section in getInfoFromCompactEncodingSection()
1755 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()
1757 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
1759 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
1880 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1894 (uint64_t)sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1942 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
2598 if (sects.compact_unwind_section != 0) { in setInfoBasedOnIPRegister()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp58 uintptr_t compact_unwind_section; member
1031 Info.compact_unwind_section = in lookupUnwindSections()