Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:ra_reg

2028       Int     ra_reg;
2082 ctx->ra_reg = RA_REG_DEFAULT;
2275 ctxs->reg[ctx->ra_reg] );
2325 && ctx->ra_reg == 14/*as we expect it always to be*/) {
2340 ctxs->reg[ctx->ra_reg] );
2368 && ctx->ra_reg == 30/*as we expect it always to be*/) {
2382 SUMMARISE_HOW(si->ra_how, si->ra_off, ctxs->reg[ctx->ra_reg]);
2407 ctxs->reg[ctx->ra_reg] );
2456 ctxs->reg[ctx->ra_reg] );
2563 if (dwreg == srcuc->ra_reg)
2570 if (dwreg == srcuc->ra_reg)
2577 if (dwreg == srcuc->ra_reg)
2584 if (dwreg == srcuc->ra_reg)
2617 ppRegRule( ctx->exprs, &ctxs->reg[ctx->ra_reg] );
3711 Int ra_reg;
3726 cie->ra_reg = 0;
3955 the_CIEs[this_CIE].ra_reg = (Int)ML_(cur_step_UChar)(&data);
3957 the_CIEs[this_CIE].ra_reg = step_leb128( &data, 0);
3960 VG_(printf)("cie.ra_reg = %d\n",
3961 the_CIEs[this_CIE].ra_reg);
3964 (Int)the_CIEs[this_CIE].ra_reg);
3966 if (the_CIEs[this_CIE].ra_reg < 0
3967 || the_CIEs[this_CIE].ra_reg >= N_CFI_REGS) {
3968 how = "cie.ra_reg has implausible value";
4215 ctx.ra_reg = the_CIEs[cie].ra_reg;