Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DUnwindInfoSection.cpp209 uip->indexSectionOffset = uip->personalityArraySectionOffset + in writeTo()
224 uip->indexSectionOffset + in writeTo()
/external/llvm-project/libunwind/include/mach-o/
Dcompact_unwind_encoding.h416 uint32_t indexSectionOffset; member
/external/llvm-project/lldb/source/Symbol/
DCompactUnwindInfo.cpp309 uint32_t indexSectionOffset = m_unwindinfo_data.GetU32(&offset); in ScanIndex() local
317 indexSectionOffset > m_unwindinfo_data.GetByteSize() || in ScanIndex()
344 offset = indexSectionOffset; in ScanIndex()
/external/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c1371 baton.compact_unwind_start + baton.unwind_header.indexSectionOffset; in print_index_sections()
1479 printf(" indexSectionOffset is %d\n", header.indexSectionOffset); in main()
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp248 uint32_t indexSectionOffset() const { in indexSectionOffset() function in libunwind::UnwindSectionHeader
250 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
1586 + sectionHeader.indexSectionOffset()); in getInfoFromCompactEncodingSection()