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

/openbsd-current/gnu/llvm/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h420 // unwind_info_section_header_index_entry[]
424 struct unwind_info_section_header_index_entry struct
/openbsd-current/gnu/llvm/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;
1338 sizeof(struct unwind_info_section_header_index_entry));
1347 struct unwind_info_section_header_index_entry next_index_entry;
1349 offset + sizeof(struct unwind_info_section_header_index_entry),
1350 sizeof(struct unwind_info_section_header_index_entry));
1387 offset += sizeof(struct unwind_info_section_header_index_entry);
/openbsd-current/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.cpp612 sizeof(unwind_info_section_header_index_entry) +
652 uip->indexCount * sizeof(unwind_info_section_header_index_entry);
654 auto *iep = reinterpret_cast<unwind_info_section_header_index_entry *>(i32p);
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp284 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index,
289 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index,
294 _addr + arrayoffsetof(unwind_info_section_header_index_entry, index,

Completed in 98 milliseconds