Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h428 …uint32_t secondLevelPagesSectionOffset; // section offset to start of regular or compress … member
/freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1271 baton.first_level_index_entry.secondLevelPagesSectionOffset + in print_second_level_index_regular()
1302 baton.first_level_index_entry.secondLevelPagesSectionOffset; in print_second_level_index_compressed()
1341 baton.first_level_index_entry.secondLevelPagesSectionOffset; in print_second_level_index()
1385 index_entry.secondLevelPagesSectionOffset, in print_index_sections()
1389 if (index_entry.secondLevelPagesSectionOffset != 0) { in print_index_sections()
/freebsd-12.1/contrib/libunwind/src/
H A DUnwindCursor.hpp274 uint32_t secondLevelPagesSectionOffset(uint32_t index) const { in secondLevelPagesSectionOffset() function in libunwind::UnwindSectionIndexArray
277 secondLevelPagesSectionOffset)); in secondLevelPagesSectionOffset()
1539 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()