Lines Matching refs:errstr
342 HChar* errstr; /* persistent, in tool-arena */ member
362 HChar* errstr; /* persistent, in tool-arena */ member
615 Word err, const HChar* errstr ) in HG_()
620 tl_assert(errstr); in HG_()
626 xe.XE.PthAPIerror.errstr = string_table_strdup(errstr); in HG_()
634 void HG_(record_error_Misc_w_aux) ( Thread* thr, const HChar* errstr, in HG_()
639 tl_assert(errstr); in HG_()
643 xe.XE.Misc.errstr = string_table_strdup(errstr); in HG_()
653 void HG_(record_error_Misc) ( Thread* thr, const HChar* errstr ) in HG_()
655 HG_(record_error_Misc_w_aux)(thr, errstr, NULL, NULL); in HG_()
695 && 0==VG_(strcmp)(xe1->XE.Misc.errstr, xe2->XE.Misc.errstr); in HG_()
940 xe->XE.Misc.errstr ); in HG_()
955 xe->XE.Misc.errstr ); in HG_()
1050 xe->XE.PthAPIerror.err, xe->XE.PthAPIerror.errstr ); in HG_()
1059 xe->XE.PthAPIerror.err, xe->XE.PthAPIerror.errstr ); in HG_()