Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h409 struct unwind_info_section_header struct
/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp608 level2PagesOffset = sizeof(unwind_info_section_header) + in finalize()
626 auto *uip = reinterpret_cast<unwind_info_section_header *>(buf); in writeTo()
628 uip->commonEncodingsArraySectionOffset = sizeof(unwind_info_section_header); in writeTo()
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp243 offsetof(unwind_info_section_header, version)); in version()
247 offsetof(unwind_info_section_header, in commonEncodingsArraySectionOffset()
251 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in commonEncodingsArrayCount()
255 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in personalityArraySectionOffset()
260 _addr + offsetof(unwind_info_section_header, personalityArrayCount)); in personalityArrayCount()
264 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
268 _addr + offsetof(unwind_info_section_header, indexCount)); in indexCount()
/llvm-project-15.0.7/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c66 struct unwind_info_section_header unwind_header;
1424 struct unwind_info_section_header header; in main()
1426 sizeof(struct unwind_info_section_header)); in main()