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.hpp184 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionHeader()
187 return _addressSpace.get32(_addr + in version()
191 return _addressSpace.get32(_addr + in commonEncodingsArraySectionOffset()
196 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in commonEncodingsArrayCount()
200 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in personalityArraySectionOffset()
205 _addr + offsetof(unwind_info_section_header, personalityArrayCount)); in personalityArrayCount()
209 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset()
213 _addr + offsetof(unwind_info_section_header, indexCount)); in indexCount()
218 typename A::pint_t _addr; member in libunwind::UnwindSectionHeader
224 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionIndexArray()
[all …]