Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DUnwindInfoSection.cpp186 sizeof(unwind_info_section_header) + in finalize()
201 auto *uip = reinterpret_cast<unwind_info_section_header *>(buf); in writeTo()
203 uip->commonEncodingsArraySectionOffset = sizeof(unwind_info_section_header); in writeTo()
/external/llvm-project/libunwind/include/mach-o/
Dcompact_unwind_encoding.h409 struct unwind_info_section_header struct
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp229 offsetof(unwind_info_section_header, version)); in version()
233 offsetof(unwind_info_section_header, in commonEncodingsArraySectionOffset()
237 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in commonEncodingsArrayCount()
241 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in personalityArraySectionOffset()
246 _addr + offsetof(unwind_info_section_header, personalityArrayCount)); in personalityArrayCount()
250 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
254 _addr + offsetof(unwind_info_section_header, indexCount)); in indexCount()
/external/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c109 struct unwind_info_section_header unwind_header;
1467 struct unwind_info_section_header header; in main()
1469 sizeof(struct unwind_info_section_header)); in main()