Searched refs:xbp (Results 1 – 4 of 4) sorted by relevance
193 uregs.xbp = startRegs->misc.X86.r_ebp; in VG_()211 uregs.xip, uregs.xbp); in VG_()223 if (fps) fps[0] = uregs.xbp; in VG_()251 if (fps) fps[0] = uregs.xbp; in VG_()267 uregs.xbp, uregs.xsp); in VG_()319 if (fp_min <= uregs.xbp && in VG_()320 uregs.xbp <= fp_max - 1 * sizeof(UWord)/*see comment below*/) in VG_()323 uregs.xip = (((UWord*)uregs.xbp)[1]); in VG_()354 uregs.xsp = uregs.xbp + sizeof(Addr) /*saved %ebp*/ in VG_()356 uregs.xbp = (((UWord*)uregs.xbp)[0]); in VG_()[all …]
111 struct { Addr xip; Addr xsp; Addr xbp; } member
912 static char *xbp; /* start of visible portion of input buffer */ variable1187 xbp = xbuf = buf; in x_emacs()1464 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' '); in x_delete()1559 if (cp < xbp || cp >= utf_skipcols(xbp, x_displen)) { in x_goto()1826 xbp = xbuf; in x_load_hist()2017 xlp = xbp = xep = xbuf; in x_del_line()2078 if (xbp == xbuf) { in x_redraw()2085 x_zots(xbp); in x_redraw()2086 if (xbp != xbuf || xep > xlp) in x_redraw()2093 char *cpl = xbp; in x_redraw()[all …]
2472 case Creg_IA_BP: return eec->uregs->xbp; in evalCfiExpr()2702 cfa = cfsi_m->cfa_off + uregs->xbp; in compute_cfa()2805 uregs.xbp = fp; in ML_()2931 COMPUTE(uregsPrev.xbp, uregsHere->xbp, cfsi_m->bp_how, cfsi_m->bp_off); in VG_()