Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/projects/libunwind/include/mach-o/
HDcompact_unwind_encoding.h429 …uint32_t lsdaIndexArraySectionOffset; // section offset to start of lsda_index array for… member
/NextBSD/contrib/llvm/projects/libunwind/src/
HDUnwindCursor.hpp238 uint32_t lsdaIndexArraySectionOffset(uint32_t index) const { in lsdaIndexArraySectionOffset() function in libunwind::UnwindSectionIndexArray
241 lsdaIndexArraySectionOffset)); in lsdaIndexArraySectionOffset()
956 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
958 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
/NextBSD/contrib/llvm/tools/lldb/tools/compact-unwind/
HDcompact-unwind-dumper.c1134 …unctionOffset, index_entry.secondLevelPagesSectionOffset, index_entry.lsdaIndexArraySectionOffset); in print_index_sections()
1142 … baton.lsda_array_start = baton.compact_unwind_start + index_entry.lsdaIndexArraySectionOffset; in print_index_sections()
1143 … baton.lsda_array_end = baton.compact_unwind_start + next_index_entry.lsdaIndexArraySectionOffset; in print_index_sections()