Searched refs:UnwindInfoSections (Results 1 – 2 of 2) sorted by relevance
/external/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() 636 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end() 640 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator() 676 const UnwindInfoSections* _sects; 682 const UnwindInfoSections §s) { in getInfoFromEHABISection() 811 const UnwindInfoSections §s, in getInfoFromDwarfSection() 884 const UnwindInfoSections §s) { in getInfoFromCompactEncodingSection() [all …]
|
D | AddressSpace.hpp | 51 struct UnwindInfoSections { struct 125 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info); 315 UnwindInfoSections &info) { in findUnwindSections() 393 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);
|