Searched refs:unwind_info_section_header (Results 1 – 4 of 4) sorted by relevance
186 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()
409 struct unwind_info_section_header struct
229 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()
109 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()