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

  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 212 Since these names exist in the global namespace, 'auxstr' should
225 #define DEFN_PRE_TEMPLATE(auxstr, name) \
226 void vgSysWrap_##auxstr##_##name##_before \
234 #define DEFN_POST_TEMPLATE(auxstr, name) \
235 void vgSysWrap_##auxstr##_##name##_after \
246 #define DECL_TEMPLATE(auxstr, name) \
248 void vgSysWrap_##auxstr##_##name##_before \
256 void vgSysWrap_##auxstr##_##name##_after \
267 #define WRAPPER_ENTRY_X_(auxstr, sysno, name) \
268 [sysno] = { vgSysWrap_##auxstr##_##name##_before, NULL
    [all...]
  /external/valgrind/main/helgrind/
hg_errors.h 67 HChar* auxstr, ExeContext* auxctx );
hg_errors.c 353 HChar* auxstr; /* optional, persistent, in tool-arena */ member in struct:__anon17049::__anon17050::__anon17057
665 HChar* auxstr, ExeContext* auxctx )
674 xe.XE.Misc.auxstr = auxstr ? string_table_strdup(auxstr) : NULL;
    [all...]
hg_main.c 1958 HChar* auxstr = "Lock was previously acquired"; local
    [all...]
  /external/strace/
signal.c 1082 tcp->auxstr = sprintsigmask("old mask ", &sigm, 0);
1232 tcp->auxstr = "SIG_ERR"; break;
1234 tcp->auxstr = "SIG_DFL"; break;
1236 tcp->auxstr = "SIG_IGN"; break;
1238 tcp->auxstr = NULL;
1285 tcp->auxstr = sprintsigmask("mask now ", &sigm, 0);
1305 tcp->auxstr = sprintsigmask("mask now ",(sigset_t *)&tcp->u_arg[1],0);
1328 tcp->auxstr = sprintsigmask("mask now ", &sigm, 0);
1354 tcp->auxstr = sprintsigmask("mask now ", &sigm, 0);
1386 tcp->auxstr = sprintsigmask("mask now ", &sigm, 0)
    [all...]
stream.c 164 tcp->auxstr = "MORECTL";
167 tcp->auxstr = "MORECTL|MOREDATA";
170 tcp->auxstr = "MORECTL";
173 tcp->auxstr = NULL;
253 tcp->auxstr = "MORECTL";
256 tcp->auxstr = "MORECTL|MOREDATA";
259 tcp->auxstr = "MORECTL";
262 tcp->auxstr = NULL;
361 tcp->auxstr = "Timeout";
433 tcp->auxstr = outstr
    [all...]
desc.c 386 tcp->auxstr = sprintflags("flags ", fdflags, tcp->u_rval);
391 tcp->auxstr = sprint_open_modes(tcp->u_rval);
409 tcp->auxstr = xlookup(lockfcmds, tcp->u_rval);
543 tcp->auxstr = "Timeout";
555 tcp->auxstr = outstr;
net.c     [all...]
process.c 356 tcp->auxstr = unalignctl_string(i);
485 tcp->auxstr = "child process";
503 tcp->auxstr = "child process";
1080 tcp->auxstr = idstr;
1092 tcp->auxstr = idstr;
1104 tcp->auxstr = idstr;
    [all...]
defs.h 355 const char *auxstr; /* Auxiliary info from syscall (see RVAL_STR) */ member in struct:tcb
473 #define RVAL_STR 010 /* Print `auxstr' field after return val */
time.c 663 tcp->auxstr = xlookup(adjtimex_state, tcp->u_rval);
664 if (tcp->auxstr)
syscall.c     [all...]

Completed in 88 milliseconds