Home
last modified time | relevance | path

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

/freebsd-13.1/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… member
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp589 iep->lsdaIndexArraySectionOffset = in writeTo()
601 iep->lsdaIndexArraySectionOffset = in writeTo()
/freebsd-13.1/contrib/llvm-project/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-13.1/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp277 uint32_t lsdaIndexArraySectionOffset(uint32_t index) const { in lsdaIndexArraySectionOffset() function in libunwind::UnwindSectionIndexArray
280 lsdaIndexArraySectionOffset)); in lsdaIndexArraySectionOffset()
1634 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
1636 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()