Home | History | Annotate | Download | only in libunwind

Lines Matching defs:pint_t

36   typedef typename A::pint_t pint_t;
39 static step_result stepWithDwarf(A &, pint_t, pint_t, R &, unw_proc_info_t *);
42 static pint_t evaluateExpression(pint_t, A &, const R &, pint_t);
43 static pint_t
44 getSavedRegister(A &, const R &, pint_t,
46 static pint_t
47 computeRegisterLocation(A &, const R &, pint_t,
52 static pint_t getCFA(A &addressSpace,
67 typename A::pint_t DwarfInstructions<A, R>::getSavedRegister(
68 A &addressSpace, const R &registers, pint_t cfa,
92 typename DwarfInstructions<A, R>::pint_t
94 A &addressSpace, const R &registers, pint_t cfa,
113 step_result DwarfInstructions<A, R>::stepWithDwarf(A &addressSpace, pint_t pc,
114 pint_t fdeStart,
132 pint_t cfa = getCFA(addressSpace, prolog, registers);
135 pint_t returnAddress = 0;
167 typename A::pint_t
168 DwarfInstructions<A, R>::evaluateExpression(pint_t expression, A &addressSpace,
170 pint_t initialStackValue) {
171 pint_t p = expression;
172 pint_t expressionEnd = expression + 20; // Rough estimate
175 pint_t stack[100];
176 pint_t *sp = stack;
182 pint_t value;
188 p += sizeof(pint_t);