Searched refs:unwind_info_section_header (Results 1 – 4 of 4) sorted by relevance
409 struct unwind_info_section_header struct
603 level2PagesOffset = sizeof(unwind_info_section_header) + in finalize()621 auto *uip = reinterpret_cast<unwind_info_section_header *>(buf); in writeTo()623 uip->commonEncodingsArraySectionOffset = sizeof(unwind_info_section_header); in writeTo()
245 offsetof(unwind_info_section_header, version)); in version()249 offsetof(unwind_info_section_header, in commonEncodingsArraySectionOffset()253 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in commonEncodingsArrayCount()257 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in personalityArraySectionOffset()262 _addr + offsetof(unwind_info_section_header, personalityArrayCount)); in personalityArrayCount()266 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()270 _addr + offsetof(unwind_info_section_header, indexCount)); in indexCount()
66 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()