Home
last modified time | relevance | path

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

/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h427 …uint32_t secondLevelPagesSectionOffset; // section offset to start of regular or compress … member
/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1228 baton.first_level_index_entry.secondLevelPagesSectionOffset + in print_second_level_index_regular()
1259 baton.first_level_index_entry.secondLevelPagesSectionOffset; in print_second_level_index_compressed()
1298 baton.first_level_index_entry.secondLevelPagesSectionOffset; in print_second_level_index()
1342 index_entry.secondLevelPagesSectionOffset, in print_index_sections()
1346 if (index_entry.secondLevelPagesSectionOffset != 0) { in print_index_sections()
/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp667 iep->secondLevelPagesSectionOffset = l2PagesOffset; in writeTo()
679 iep->secondLevelPagesSectionOffset = 0; in writeTo()
/llvm-project/libunwind/src/
H A DUnwindCursor.hpp287 uint32_t secondLevelPagesSectionOffset(uint32_t index) const { in secondLevelPagesSectionOffset() function in libunwind::UnwindSectionIndexArray
290 secondLevelPagesSectionOffset)); in secondLevelPagesSectionOffset()
1758 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()