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

/external/strace/
H A Ddefs.h279 const char *auxstr; /* Auxiliary info from syscall (see RVAL_STR) */ member in struct:tcb
368 #define RVAL_STR 020 /* Print `auxstr' field after return val */
/external/valgrind/helgrind/
H A Dhg_errors.c363 HChar* auxstr; /* optional, persistent, in tool-arena */ member in struct:__anon16306::__anon16307::__anon16314
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.c2029 const HChar* auxstr = "Lock was previously acquired"; local
2031 HG_(record_error_Misc_w_aux)( thr, errstr, auxstr, lk->acquired_at );

Completed in 132 milliseconds