Home
last modified time | relevance | path

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

/freebsd/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.hpp1722 sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1729 sects.compact_unwind_section in getInfoFromCompactEncodingSection()
1754 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()
1756 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
1758 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
1879 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1893 (uint64_t)sects.compact_unwind_section); in getInfoFromCompactEncodingSection()
1941 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
2606 if (sects.compact_unwind_section != 0) { in setInfoBasedOnIPRegister()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp58 uintptr_t compact_unwind_section;
1031 Info.compact_unwind_section = in dlopenInitialize()
57 uintptr_t compact_unwind_section; global() member