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.hpp421 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
425 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects,
437 const UnwindInfoSections &sects);
633 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin()
634 return _Self(addressSpace, sects, 0); in begin()
636 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end()
637 return _Self(addressSpace, sects, sects.arm_section_length); in end()
640 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator()
641 : _addressSpace(&addressSpace), _sects(&sects), _i(i) {} in EHABISectionIterator()
682 const UnwindInfoSections &sects) { in getInfoFromEHABISection() argument
[all …]