Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/projects/libunwind/include/mach-o/
HDcompact_unwind_encoding.h417 uint32_t indexSectionOffset; member
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDCompactUnwindInfo.cpp288 uint32_t indexSectionOffset = m_unwindinfo_data.GetU32(&offset); in ScanIndex() local
294 || indexSectionOffset > m_unwindinfo_data.GetByteSize() in ScanIndex()
315 offset = indexSectionOffset; in ScanIndex()
/NextBSD/contrib/llvm/projects/libunwind/src/
HDUnwindCursor.hpp209 uint32_t indexSectionOffset() const { in indexSectionOffset() function in libunwind::UnwindSectionHeader
211 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
930 + sectionHeader.indexSectionOffset()); in getInfoFromCompactEncodingSection()
/NextBSD/contrib/llvm/tools/lldb/tools/compact-unwind/
HDcompact-unwind-dumper.c1123 …int8_t *index_section_offset = baton.compact_unwind_start + baton.unwind_header.indexSectionOffset; in print_index_sections()
1220 printf (" indexSectionOffset is %d\n", header.indexSectionOffset); in main()