Home
last modified time | relevance | path

Searched refs:indexSectionOffset (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h416 uint32_t indexSectionOffset; member
/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp634 uip->indexSectionOffset = uip->personalityArraySectionOffset + in writeTo()
649 uip->indexSectionOffset + in writeTo()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp311 uint32_t indexSectionOffset = m_unwindinfo_data.GetU32(&offset); in ScanIndex() local
319 indexSectionOffset > m_unwindinfo_data.GetByteSize() || in ScanIndex()
345 offset = indexSectionOffset; in ScanIndex()
/llvm-project-15.0.7/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1328 baton.compact_unwind_start + baton.unwind_header.indexSectionOffset; in print_index_sections()
1436 printf(" indexSectionOffset is %d\n", header.indexSectionOffset); in main()
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp262 uint32_t indexSectionOffset() const { in indexSectionOffset() function in libunwind::UnwindSectionHeader
264 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
1697 + sectionHeader.indexSectionOffset()); in getInfoFromCompactEncodingSection()