Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libunwind/include/mach-o/
HDcompact_unwind_encoding.h409 struct unwind_info_section_header struct
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDUnwindInfoSection.cpp616 level2PagesOffset = sizeof(unwind_info_section_header) + in finalize()
634 auto *uip = reinterpret_cast<unwind_info_section_header *>(buf); in writeTo()
636 uip->commonEncodingsArraySectionOffset = sizeof(unwind_info_section_header); in writeTo()
/freebsd-14-stable/contrib/llvm-project/libunwind/src/
HDUnwindCursor.hpp244 offsetof(unwind_info_section_header, version)); in version()
248 offsetof(unwind_info_section_header, in commonEncodingsArraySectionOffset()
252 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in commonEncodingsArrayCount()
256 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in personalityArraySectionOffset()
261 _addr + offsetof(unwind_info_section_header, personalityArrayCount)); in personalityArrayCount()
265 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
269 _addr + offsetof(unwind_info_section_header, indexCount)); in indexCount()
/freebsd-14-stable/contrib/llvm-project/lldb/tools/compact-unwind/
HDcompact-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()