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

/freebsd-13-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h427 uint32_t secondLevelPagesSectionOffset; // section offset to start of regular or compress page member in struct:unwind_info_section_header_index_entry
/freebsd-13-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1271 baton.first_level_index_entry.secondLevelPagesSectionOffset +
1302 baton.first_level_index_entry.secondLevelPagesSectionOffset;
1341 baton.first_level_index_entry.secondLevelPagesSectionOffset;
1383 "secondLevelPagesSectionOffset %d, lsdaIndexArraySectionOffset %d\n",
1385 index_entry.secondLevelPagesSectionOffset,
1388 // secondLevelPagesSectionOffset == 0 means this is a sentinel entry
1389 if (index_entry.secondLevelPagesSectionOffset != 0) {
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp271 uint32_t secondLevelPagesSectionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionIndexArray
274 secondLevelPagesSectionOffset));
1590 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low);

Completed in 116 milliseconds