HomeSort by relevance Sort by last modified time
    Searched refs:_sects (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 648 : _i(i), _addressSpace(&addressSpace), _sects(&sects) {}
662 assert(_sects == other._sects);
669 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof(
675 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof(
683 const UnwindInfoSections* _sects; member in struct:libunwind::EHABISectionIterator
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 641 : _addressSpace(&addressSpace), _sects(&sects), _i(i) {}
655 assert(_sects == other._sects);
662 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof(
668 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof(
676 const UnwindInfoSections* _sects; member in struct:libunwind::EHABISectionIterator
    [all...]

Completed in 49 milliseconds