Searched refs:sects (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindCursor.hpp | 421 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections §s); 425 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections §s, 437 const UnwindInfoSections §s); 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(§s), _i(i) {} in EHABISectionIterator() 682 const UnwindInfoSections §s) { in getInfoFromEHABISection() argument [all …]
|