Searched refs:indexSectionOffset (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h416 uint32_t indexSectionOffset; member in struct:unwind_info_section_header
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp298 // uint32_t indexSectionOffset;
309 uint32_t indexSectionOffset = m_unwindinfo_data.GetU32(&offset); local
317 indexSectionOffset > m_unwindinfo_data.GetByteSize() ||
344 offset = indexSectionOffset;
/freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1371 baton.compact_unwind_start + baton.unwind_header.indexSectionOffset;
1479 printf(" indexSectionOffset is %d\n", header.indexSectionOffset);
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp247 uint32_t indexSectionOffset() const { function in class:libunwind::UnwindSectionHeader
249 _addr + offsetof(unwind_info_section_header, indexSectionOffset));
1554 + sectionHeader.indexSectionOffset());

Completed in 217 milliseconds