Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h429 …uint32_t lsdaIndexArraySectionOffset; // section offset to start of lsda_index array for… member
/freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1386 index_entry.lsdaIndexArraySectionOffset); in print_index_sections()
1396 baton.compact_unwind_start + index_entry.lsdaIndexArraySectionOffset; in print_index_sections()
1398 next_index_entry.lsdaIndexArraySectionOffset; in print_index_sections()
/freebsd-12.1/contrib/libunwind/src/
H A DUnwindCursor.hpp279 uint32_t lsdaIndexArraySectionOffset(uint32_t index) const { in lsdaIndexArraySectionOffset() function in libunwind::UnwindSectionIndexArray
282 lsdaIndexArraySectionOffset)); in lsdaIndexArraySectionOffset()
1541 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
1543 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()