Home
last modified time | relevance | path

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

/external/libunwind_llvm/include/mach-o/
Dcompact_unwind_encoding.h409 struct unwind_info_section_header struct
/external/libunwind_llvm/src/
DUnwindCursor.hpp228 offsetof(unwind_info_section_header, version)); in version()
232 offsetof(unwind_info_section_header, in commonEncodingsArraySectionOffset()
236 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in commonEncodingsArrayCount()
240 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in personalityArraySectionOffset()
245 _addr + offsetof(unwind_info_section_header, personalityArrayCount)); in personalityArrayCount()
249 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
253 _addr + offsetof(unwind_info_section_header, indexCount)); in indexCount()