Searched defs:addressSpace (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | CompactUnwinder.hpp | 59 A &addressSpace, Registers_x86 ®isters) { in stepWithCompactEncoding() 77 A &addressSpace, Registers_x86 ®isters) { in stepWithCompactEncodingEBPFrame() 121 A &addressSpace, Registers_x86 ®isters, bool indirectStackSize) { in stepWithCompactEncodingFrameless() 238 void CompactUnwinder_x86<A>::frameUnwind(A &addressSpace, in frameUnwind() 251 A &addressSpace, typename A::pint_t returnAddressLocation, in framelessUnwind() 288 A &addressSpace, Registers_x86_64 ®isters) { in stepWithCompactEncoding() 306 A &addressSpace, Registers_x86_64 ®isters) { in stepWithCompactEncodingRBPFrame() 349 compact_unwind_encoding_t encoding, uint64_t functionStart, A &addressSpace, in stepWithCompactEncodingFrameless() 467 void CompactUnwinder_x86_64<A>::frameUnwind(A &addressSpace, in frameUnwind() 479 void CompactUnwinder_x86_64<A>::framelessUnwind(A &addressSpace, in framelessUnwind() [all …]
|
D | DwarfInstructions.hpp | 66 static pint_t getCFA(A &addressSpace, const PrologInfo &prolog, in getCFA() 82 A &addressSpace, const R ®isters, pint_t cfa, in getSavedRegister() 110 A &addressSpace, const R ®isters, pint_t cfa, in getSavedFloatRegister() 133 A &addressSpace, const R ®isters, pint_t cfa, in getSavedVectorRegister() 155 int DwarfInstructions<A, R>::stepWithDwarf(A &addressSpace, pint_t pc, in stepWithDwarf() 217 DwarfInstructions<A, R>::evaluateExpression(pint_t expression, A &addressSpace, in evaluateExpression()
|
D | EHHeaderParser.hpp | 57 void EHHeaderParser<A>::decodeEHHdr(A &addressSpace, pint_t ehHdrStart, in decodeEHHdr() 77 A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd, in decodeTableEntry() 97 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart, in findFDE()
|
D | DwarfParser.hpp | 122 const char *CFI_Parser<A>::decodeFDE(A &addressSpace, pint_t fdeStart, in decodeFDE() 177 bool CFI_Parser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, in findFDE() 257 const char *CFI_Parser<A>::parseCIE(A &addressSpace, pint_t cie, in parseCIE() 345 bool CFI_Parser<A>::parseFDEInstructions(A &addressSpace, in parseFDEInstructions() 364 bool CFI_Parser<A>::parseInstructions(A &addressSpace, pint_t instructions, in parseInstructions()
|
D | UnwindCursor.hpp | 183 UnwindSectionHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionHeader() 223 UnwindSectionIndexArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionIndexArray() 249 UnwindSectionRegularPageHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionRegularPageHeader() 274 UnwindSectionRegularArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionRegularArray() 295 UnwindSectionCompressedPageHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionCompressedPageHeader() 331 UnwindSectionCompressedArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionCompressedArray() 350 UnwindSectionLsdaArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionLsdaArray()
|