Home | History | Annotate | Download | only in m_debuginfo

Lines Matching defs:cfa

2698    Addr               cfa;
2701 /* Compute the CFA. */
2702 cfa = 0;
2706 cfa = cfsi_m->cfa_off + uregs->xsp;
2709 cfa = cfsi_m->cfa_off + uregs->xbp;
2713 cfa = cfsi_m->cfa_off + uregs->r13;
2716 cfa = cfsi_m->cfa_off + uregs->r12;
2719 cfa = cfsi_m->cfa_off + uregs->r11;
2722 cfa = cfsi_m->cfa_off + uregs->r7;
2726 cfa = cfsi_m->cfa_off + uregs->sp;
2733 cfa = ML_(read_Addr)((void *)a);
2737 cfa = uregs->fp;
2740 cfa = cfsi_m->cfa_off + uregs->fp;
2744 cfa = cfsi_m->cfa_off + uregs->sp;
2747 cfa = uregs->fp;
2750 cfa = cfsi_m->cfa_off + uregs->fp;
2755 cfa = cfsi_m->cfa_off + uregs->sp;
2758 cfa = cfsi_m->cfa_off + uregs->x29;
2762 cfa = cfsi_m->cfa_off + uregs->sp;
2765 cfa = uregs->fp;
2768 cfa = cfsi_m->cfa_off + uregs->fp;
2783 cfa = evalCfiExpr(di->cfsi_exprs, cfsi_m->cfa_off, &eec, &ok );
2789 return cfa;
2793 /* Get the call frame address (CFA) given an IP/SP/FP triple. */
2888 Addr cfa, ipHere = 0;
2924 /* First compute the CFA. */
2925 cfa = compute_cfa(uregsHere,
2927 if (UNLIKELY(cfa == 0))
2930 /* Now we know the CFA, use it to roll back the registers we're
2941 Addr a = cfa + (Word)_off; \
2949 _prev = cfa + (Word)_off; \