HomeSort by relevance Sort by last modified time
    Searched refs:auxstr (Results 1 - 10 of 10) sorted by null

  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 213 Since these names exist in the global namespace, 'auxstr' should
226 #define DEFN_PRE_TEMPLATE(auxstr, name) \
227 void vgSysWrap_##auxstr##_##name##_before \
235 #define DEFN_POST_TEMPLATE(auxstr, name) \
236 void vgSysWrap_##auxstr##_##name##_after \
247 #define DECL_TEMPLATE(auxstr, name) \
249 void vgSysWrap_##auxstr##_##name##_before \
257 void vgSysWrap_##auxstr##_##name##_after \
268 #define WRAPPER_ENTRY_X_(auxstr, sysno, name) \
269 [sysno] = { vgSysWrap_##auxstr##_##name##_before, NULL
    [all...]
  /external/strace/
signal.c 1049 tcp->auxstr = sprintsigmask("old mask ", &sigm, 0);
1192 tcp->auxstr = "SIG_ERR"; break;
1194 tcp->auxstr = "SIG_DFL"; break;
1196 tcp->auxstr = "SIG_IGN"; break;
1198 tcp->auxstr = NULL;
1247 tcp->auxstr = sprintsigmask("mask now ", &sigm, 0);
1267 tcp->auxstr = sprintsigmask("mask now ",(sigset_t *)&tcp->u_arg[1],0);
1291 tcp->auxstr = sprintsigmask("mask now ", &sigm, 0);
1318 tcp->auxstr = sprintsigmask("mask now ", &sigm, 0);
1342 tcp->auxstr = sprintsigmask("mask now ", &sigm, 0)
    [all...]
stream.c 163 tcp->auxstr = "MORECTL";
166 tcp->auxstr = "MORECTL|MOREDATA";
169 tcp->auxstr = "MORECTL";
172 tcp->auxstr = NULL;
251 tcp->auxstr = "MORECTL";
254 tcp->auxstr = "MORECTL|MOREDATA";
257 tcp->auxstr = "MORECTL";
260 tcp->auxstr = NULL;
1079 tcp->auxstr = xlookup (tli_errors, tcp->u_rval);
desc.c 325 tcp->auxstr = sprintflags(fdflags, tcp->u_rval);
328 tcp->auxstr = sprintflags(openmodes, tcp->u_rval + 1);
478 tcp->auxstr = "Timeout";
491 tcp->auxstr = outstr;
process.c 304 tcp->auxstr = unalignctl_string(ctl);
440 tcp->auxstr = "child process";
458 tcp->auxstr = "child process";
1087 tcp->auxstr = idstr;
1099 tcp->auxstr = idstr;
1111 tcp->auxstr = idstr;
    [all...]
defs.h 278 const char *auxstr; /* Auxiliary info from syscall (see RVAL_STR) */ member in struct:tcb
382 #define RVAL_STR 010 /* Print `auxstr' field after return val */
syscall.c     [all...]
  /external/valgrind/main/helgrind/
hg_errors.h 63 HChar* auxstr, ExeContext* auxctx );
hg_errors.c 227 HChar* auxstr; /* optional, persistent, in tool-arena */ member in struct:__anon12682::__anon12683::__anon12690
513 HChar* auxstr, ExeContext* auxctx )
522 xe.XE.Misc.auxstr = auxstr ? string_table_strdup(auxstr) : NULL;
729 if (xe->XE.Misc.auxstr) {
730 emit(" <auxwhat>%s</auxwhat>\n", xe->XE.Misc.auxstr);
741 if (xe->XE.Misc.auxstr) {
742 emit(" %s\n", xe->XE.Misc.auxstr);
    [all...]
hg_main.c 2023 HChar* auxstr = "Lock was previously acquired"; local
    [all...]

Completed in 154 milliseconds