Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp668 iep->lsdaIndexArraySectionOffset = in writeTo()
680 iep->lsdaIndexArraySectionOffset = in writeTo()
/freebsd-src/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1343 index_entry.lsdaIndexArraySectionOffset); in print_index_sections()
1353 baton.compact_unwind_start + index_entry.lsdaIndexArraySectionOffset; in print_index_sections()
1355 next_index_entry.lsdaIndexArraySectionOffset; in print_index_sections()
/freebsd-src/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp292 uint32_t lsdaIndexArraySectionOffset(uint32_t index) const { in secondLevelPagesSectionOffset()
295 lsdaIndexArraySectionOffset)); in lsdaIndexArraySectionOffset()
1756 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
1758 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
293 uint32_t lsdaIndexArraySectionOffset(uint32_t index) const { lsdaIndexArraySectionOffset() function in libunwind::UnwindSectionIndexArray