Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/tools/compact-unwind/
HDcompact-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()
/freebsd-head/contrib/llvm-project/libunwind/include/mach-o/
HDcompact_unwind_encoding.h424 struct unwind_info_section_header_index_entry struct
/freebsd-head/contrib/llvm-project/lld/MachO/
HDUnwindInfoSection.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()
/freebsd-head/contrib/llvm-project/libunwind/src/
HDUnwindCursor.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()