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

/freebsd-13-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h428 uint32_t lsdaIndexArraySectionOffset; // section offset to start of lsda_index array for this range member in struct:unwind_info_section_header_index_entry
/freebsd-13-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1383 "secondLevelPagesSectionOffset %d, lsdaIndexArraySectionOffset %d\n",
1386 index_entry.lsdaIndexArraySectionOffset);
1396 baton.compact_unwind_start + index_entry.lsdaIndexArraySectionOffset;
1398 next_index_entry.lsdaIndexArraySectionOffset;
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp276 uint32_t lsdaIndexArraySectionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionIndexArray
279 lsdaIndexArraySectionOffset));
1592 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low);
1594 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1);

Completed in 114 milliseconds