Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching refs:seg2

142             Seg* seg2;
191 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname )
197 xe.XE.Arith.seg2 = seg2;
470 Seg* seg2 = xe->XE.Arith.seg2;
474 tl_assert(BOTTOM != seg2 && UNKNOWN != seg2);
482 if (seg1 != seg2) {
497 if (NONPTR == seg2) {
502 which, Seg__addr(seg2), Seg__size(seg2) );
503 VG_(pp_ExeContext)(Seg__where(seg2));
512 if (seg1 != seg2) {
527 if (NONPTR == seg2) {
532 which, Seg__addr(seg2), Seg__size(seg2) );
533 VG_(pp_ExeContext)(Seg__where(seg2));