Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/
Dcompact_unwind_encoding.h406 struct unwind_info_section_header struct
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp185 offsetof(unwind_info_section_header, version)); in version()
189 offsetof(unwind_info_section_header, in commonEncodingsArraySectionOffset()
193 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in commonEncodingsArrayCount()
197 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in personalityArraySectionOffset()
202 _addr + offsetof(unwind_info_section_header, personalityArrayCount)); in personalityArrayCount()
206 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
210 _addr + offsetof(unwind_info_section_header, indexCount)); in indexCount()