Home | History | Annotate | Download | only in helgrind

Lines Matching defs:errstr

332             HChar*  errstr; /* persistent, in tool-arena */
352 HChar* errstr; /* persistent, in tool-arena */
645 Word err, HChar* errstr )
650 tl_assert(errstr);
656 xe.XE.PthAPIerror.errstr = string_table_strdup(errstr);
664 void HG_(record_error_Misc_w_aux) ( Thread* thr, HChar* errstr,
669 tl_assert(errstr);
673 xe.XE.Misc.errstr = string_table_strdup(errstr);
683 void HG_(record_error_Misc) ( Thread* thr, HChar* errstr )
685 HG_(record_error_Misc_w_aux)(thr, errstr, NULL, NULL);
725 && 0==VG_(strcmp)(xe1->XE.Misc.errstr, xe2->XE.Misc.errstr);
951 xe->XE.Misc.errstr );
966 xe->XE.Misc.errstr );
1056 xe->XE.PthAPIerror.err, xe->XE.PthAPIerror.errstr );
1065 xe->XE.PthAPIerror.err, xe->XE.PthAPIerror.errstr );