Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:cfa_reg

1958    CFA = cfa_reg + cfa_off   when UnwindContext.cfa_is_regoff==True
1962 When .cfa_is_regoff == False, cfa_reg must be zero
2038 Int cfa_reg;
2060 VG_(printf)("%d(r%d) ", ctxs->cfa_off, ctxs->cfa_reg);
2088 /* ctx->state[j].cfa_reg = 0;
2186 if (ctxs->cfa_is_regoff && ctxs->cfa_reg == SP_REG) {
2200 if (ctxs->cfa_is_regoff && ctxs->cfa_reg == FP_REG) {
2215 if (ctxs->cfa_is_regoff && ctxs->cfa_reg == 11/*??_REG*/) {
2220 if (ctxs->cfa_is_regoff && ctxs->cfa_reg == 7/*??_REG*/) {
2607 if (ctxs->cfa_reg == SP_REG) {
2610 if (ctxs->cfa_reg == FP_REG) {
2814 ML_(CfiExpr_DwReg)( dst, ctxs->cfa_reg ),
3128 ctxs->cfa_reg = reg;
3141 ctxs->cfa_reg = reg;
3236 ctxs->cfa_reg = reg;
3367 ctxs->cfa_reg = 0;