Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:cfa_off

1932    CFA = cfa_reg + cfa_off   when UnwindContext.cfa_is_regoff==True
1937 and cfa_off must be zero
2013 Int cfa_off; /* in bytes */
2034 VG_(printf)("%d(r%d) ", ctxs->cfa_off, ctxs->cfa_reg);
2063 ctx->state[j].cfa_off = 0;
2150 si->cfa_off = conv;
2156 si->cfa_off = ctxs->cfa_off;
2167 si->cfa_off = ctxs->cfa_off;
2180 si->cfa_off = ctxs->cfa_off;
2185 si->cfa_off = ctxs->cfa_off;
2339 si->cfa_off = 160;
2471 VG_(printf)("SP/CFA=%d+SP ", ctxs->cfa_off);
2474 VG_(printf)("SP/CFA=%d+FP ", ctxs->cfa_off);
2686 ML_(CfiExpr_Const)( dst, (UWord)(Word)ctxs->cfa_off )
2962 ctxs->cfa_off = off;
2977 ctxs->cfa_off = off * ctx->data_a_f;
3086 /* ->cfa_off unchanged */
3097 ctxs->cfa_off = off;
3108 ctxs->cfa_off = off * ctx->data_a_f;
3110 VG_(printf)(" DW_CFA_def_cfa_offset_sf: %d\n", ctxs->cfa_off);
3222 ctxs->cfa_off = 0;