/src/sys/lib/libunwind/ |
DwarfInstructions.hpp | 53 const typename CFI_Parser<A, R>::PrologInfo &prolog, 55 if (prolog.cfaRegister != 0) 56 return registers.getRegister(prolog.cfaRegister) + 57 prolog.cfaRegisterOffset; 58 if (prolog.cfaExpression != 0) 59 return evaluateExpression(prolog.cfaExpression, addressSpace, registers, 123 typename CFI_Parser<A, R>::PrologInfo prolog; local in function:_Unwind::DwarfInstructions::stepWithDwarf 125 pc, &prolog, ctx)) 132 pint_t cfa = getCFA(addressSpace, prolog, registers); 137 if (prolog.savedRegisters[i].location == CFI_Parser<A, R>::kRegisterUnused [all...] |
DwarfInstructions.hpp | 53 const typename CFI_Parser<A, R>::PrologInfo &prolog, 55 if (prolog.cfaRegister != 0) 56 return registers.getRegister(prolog.cfaRegister) + 57 prolog.cfaRegisterOffset; 58 if (prolog.cfaExpression != 0) 59 return evaluateExpression(prolog.cfaExpression, addressSpace, registers, 123 typename CFI_Parser<A, R>::PrologInfo prolog; local in function:_Unwind::DwarfInstructions::stepWithDwarf 125 pc, &prolog, ctx)) 132 pint_t cfa = getCFA(addressSpace, prolog, registers); 137 if (prolog.savedRegisters[i].location == CFI_Parser<A, R>::kRegisterUnused [all...] |
UnwindCursor.hpp | 123 typename CFI_Parser<A, R>::PrologInfo prolog; local in function:_Unwind::UnwindCursor::setInfoBasedOnIPRegister 125 pc, &prolog, &fInfo)) { 133 fInfo.extra_args = prolog.spExtraArgSize;
|
UnwindCursor.hpp | 123 typename CFI_Parser<A, R>::PrologInfo prolog; local in function:_Unwind::UnwindCursor::setInfoBasedOnIPRegister 125 pc, &prolog, &fInfo)) { 133 fInfo.extra_args = prolog.spExtraArgSize;
|
/src/sys/dev/ppbus/ |
ppbus_msq.c | 175 struct ppbus_microseq * prolog, struct ppbus_microseq * body, 179 MS_CALL(0), /* execute prolog */ 191 loop_microseq[0].arg[0].p = (void *)prolog;
|
ppbus_msq.c | 175 struct ppbus_microseq * prolog, struct ppbus_microseq * body, 179 MS_CALL(0), /* execute prolog */ 191 loop_microseq[0].arg[0].p = (void *)prolog;
|