Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c67 struct unwind_info_section_header_index_entry first_level_index_entry;
1336 struct unwind_info_section_header_index_entry index_entry; in print_index_sections()
1338 sizeof(struct unwind_info_section_header_index_entry)); in print_index_sections()
1347 struct unwind_info_section_header_index_entry next_index_entry; in print_index_sections()
1349 offset + sizeof(struct unwind_info_section_header_index_entry), in print_index_sections()
1350 sizeof(struct unwind_info_section_header_index_entry)); in print_index_sections()
1387 offset += sizeof(struct unwind_info_section_header_index_entry); in print_index_sections()
/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h424 struct unwind_info_section_header_index_entry struct
/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp621 sizeof(unwind_info_section_header_index_entry) + in finalize()
661 uip->indexCount * sizeof(unwind_info_section_header_index_entry); in writeTo()
663 auto *iep = reinterpret_cast<unwind_info_section_header_index_entry *>(i32p); in writeTo()
/llvm-project/libunwind/src/
H A DUnwindCursor.hpp284 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in functionOffset()
289 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in secondLevelPagesSectionOffset()
294 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index, in lsdaIndexArraySectionOffset()