Searched defs:auxstr (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/helgrind/
H A Dhg_errors.c363 HChar* auxstr; /* optional, persistent, in tool-arena */ member in struct:__anon23321::__anon23322::__anon23329
635 const HChar* auxstr, ExeContext* auxctx )
644 xe.XE.Misc.auxstr = auxstr ? string_table_strdup(auxstr) : NULL;
945 if (xe->XE.Misc.auxstr) {
946 emit(" <auxwhat>%s</auxwhat>\n", xe->XE.Misc.auxstr);
957 if (xe->XE.Misc.auxstr) {
958 emit(" %s\n", xe->XE.Misc.auxstr);
634 record_error_Misc_w_aux( Thread* thr, const HChar* errstr, const HChar* auxstr, ExeContext* auxctx ) argument
H A Dhg_main.c2107 const HChar* auxstr = "Lock was previously acquired"; local
2109 HG_(record_error_Misc_w_aux)( thr, errstr, auxstr, lk->acquired_at );
/external/strace/
H A Ddefs.h225 const char *auxstr; /* Auxiliary info from syscall (see RVAL_STR) */ member in struct:tcb
313 #define RVAL_STR 020 /* Print `auxstr' field after return val */

Completed in 152 milliseconds