Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp641 : _addressSpace(&addressSpace), _sects(&sects), _i(i) {} in EHABISectionIterator()
655 assert(_sects == other._sects); in operator ==()
662 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in functionAddress()
668 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in dataAddress()
676 const UnwindInfoSections* _sects; member