Searched refs:xbp (Results 1 – 4 of 4) sorted by relevance
214 uregs.xbp = startRegs->misc.X86.r_ebp;232 uregs.xip, uregs.xbp);252 if (fps) fps[0] = uregs.xbp;281 if (fps) fps[0] = uregs.xbp;297 uregs.xbp, uregs.xsp);349 if (fp_min <= uregs.xbp &&350 uregs.xbp <= fp_max - 1 * sizeof(UWord)/*see comment below*/ &&351 VG_IS_4_ALIGNED(uregs.xbp))356 uregs.xip = (((UWord*)uregs.xbp)[1]);388 uregs.xsp = uregs.xbp + sizeof(Addr) /*saved %ebp*/ [all …]
111 struct { Addr xip; Addr xsp; Addr xbp; } member
933 static char *xbp; /* start of visible portion of input buffer */ variable1239 xbp = xbuf = buf; in x_emacs()1508 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' '); in x_delete()1600 if (cp < xbp || cp >= utf_skipcols(xbp, x_displen, NULL)) { in x_goto()1857 xbp = xbuf; in x_load_hist()2043 xlp = xbp = xep = xbuf; in x_del_line()2132 if (xbp == xbuf) in x_redraw()2137 x_zots(xbp); in x_redraw()2139 lch = xep > xlp ? (xbp > xbuf ? '*' : '>') : (xbp > xbuf) ? '<' : ' '; in x_redraw()2321 xlp = xep = xcp = xbp = xbuf; in x_intr()[all …]
2522 case Creg_IA_BP: return eec->uregs->xbp; in evalCfiExpr()2744 cfa = cfsi_m->cfa_off + uregs->xbp; in compute_cfa()2837 uregs.xbp = fp; in ML_()2992 COMPUTE(uregsPrev.xbp, uregsHere->xbp, cfsi_m->bp_how, cfsi_m->bp_off); in VG_()