Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h428 …uint32_t lsdaIndexArraySectionOffset; // section offset to start of lsda_index array for… member
/openbsd-src/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.cpp659 iep->lsdaIndexArraySectionOffset = in writeTo()
671 iep->lsdaIndexArraySectionOffset = in writeTo()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp292 uint32_t lsdaIndexArraySectionOffset(uint32_t index) const { in lsdaIndexArraySectionOffset() function in libunwind::UnwindSectionIndexArray
295 lsdaIndexArraySectionOffset)); in lsdaIndexArraySectionOffset()
1739 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
1741 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()