Searched refs:UnwindInfoSections (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindCursor.hpp | 442 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections §s); 446 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections §s, 458 const UnwindInfoSections §s); 640 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin() 643 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end() 647 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator() 683 const UnwindInfoSections* _sects; 689 const UnwindInfoSections §s) { in getInfoFromEHABISection() 818 const UnwindInfoSections §s, in getInfoFromDwarfSection() 892 const UnwindInfoSections §s) { in getInfoFromCompactEncodingSection() [all …]
|
D | AddressSpace.hpp | 70 struct UnwindInfoSections { struct 145 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info); 340 UnwindInfoSections &info) { in findUnwindSections() 372 UnwindInfoSections *sects; in findUnwindSections() 485 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);
|