Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp181 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionHeader()
184 return _addressSpace.get32(_addr + in version()
188 return _addressSpace.get32(_addr + 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()
215 typename A::pint_t _addr; member in libunwind::UnwindSectionHeader
221 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionIndexArray()
[all …]