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