Home | History | Annotate | Download | only in helgrind

Lines Matching defs:errstr

328             HChar*  errstr; /* persistent, in tool-arena */
348 HChar* errstr; /* persistent, in tool-arena */
595 Word err, const HChar* errstr )
600 tl_assert(errstr);
606 xe.XE.PthAPIerror.errstr = string_table_strdup(errstr);
614 void HG_(record_error_Misc_w_aux) ( Thread* thr, const HChar* errstr,
619 tl_assert(errstr);
623 xe.XE.Misc.errstr = string_table_strdup(errstr);
633 void HG_(record_error_Misc) ( Thread* thr, const HChar* errstr )
635 HG_(record_error_Misc_w_aux)(thr, errstr, NULL, NULL);
675 && 0==VG_(strcmp)(xe1->XE.Misc.errstr, xe2->XE.Misc.errstr);
900 xe->XE.Misc.errstr );
915 xe->XE.Misc.errstr );
1005 xe->XE.PthAPIerror.err, xe->XE.PthAPIerror.errstr );
1014 xe->XE.PthAPIerror.err, xe->XE.PthAPIerror.errstr );