Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:cfa_off

1958    CFA = cfa_reg + cfa_off   when UnwindContext.cfa_is_regoff==True
1963 and cfa_off must be zero
2039 Int cfa_off; /* in bytes */
2060 VG_(printf)("%d(r%d) ", ctxs->cfa_off, ctxs->cfa_reg);
2089 ctx->state[j].cfa_off = 0;
2181 si->cfa_off = conv;
2187 si->cfa_off = ctxs->cfa_off;
2201 si->cfa_off = ctxs->cfa_off;
2217 si->cfa_off = ctxs->cfa_off;
2222 si->cfa_off = ctxs->cfa_off;
2422 si->cfa_off = 160;
2468 si->cfa_off = 160;
2608 VG_(printf)("SP/CFA=%d+SP ", ctxs->cfa_off);
2611 VG_(printf)("SP/CFA=%d+FP ", ctxs->cfa_off);
2815 ML_(CfiExpr_Const)( dst, (UWord)(Word)ctxs->cfa_off )
3129 ctxs->cfa_off = off;
3142 ctxs->cfa_off = off * ctx->data_a_f;
3237 /* ->cfa_off unchanged */
3247 ctxs->cfa_off = off;
3257 ctxs->cfa_off = off * ctx->data_a_f;
3259 VG_(printf)(" DW_CFA_def_cfa_offset_sf: %d\n", ctxs->cfa_off);
3368 ctxs->cfa_off = 0;