Home
last modified time | relevance | path

Searched refs:prolog (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfInstructions.hpp66 static pint_t getCFA(A &addressSpace, const PrologInfo &prolog, in getCFA() argument
68 if (prolog.cfaRegister != 0) in getCFA()
69 return (pint_t)((sint_t)registers.getRegister((int)prolog.cfaRegister) + in getCFA()
70 prolog.cfaRegisterOffset); in getCFA()
71 if (prolog.cfaExpression != 0) in getCFA()
72 return evaluateExpression((pint_t)prolog.cfaExpression, addressSpace, in getCFA()
161 PrologInfo prolog; in stepWithDwarf() local
163 &prolog)) { in stepWithDwarf()
165 pint_t cfa = getCFA(addressSpace, prolog, registers); in stepWithDwarf()
176 if (prolog.savedRegisters[i].location != in stepWithDwarf()
[all …]
DUnwindCursor.hpp848 typename CFI_Parser<A>::PrologInfo prolog; in getInfoFromDwarfSection() local
850 &prolog)) { in getInfoFromDwarfSection()
856 _info.gp = prolog.spExtraArgSize; in getInfoFromDwarfSection()
1208 typename CFI_Parser<A>::PrologInfo prolog; in setInfoBasedOnIPRegister() local
1210 pc, &prolog)) { in setInfoBasedOnIPRegister()
1216 _info.gp = prolog.spExtraArgSize; in setInfoBasedOnIPRegister()
1238 typename CFI_Parser<A>::PrologInfo prolog; in setInfoBasedOnIPRegister() local
1240 cieInfo, pc, &prolog)) { in setInfoBasedOnIPRegister()
1246 _info.gp = prolog.spExtraArgSize; in setInfoBasedOnIPRegister()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cprolog.h12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
D_epilog.h8 # error STLport epilog header can not be included as long as prolog has not be included.