Searched defs:u_arg (Results 1 - 2 of 2) sorted by last modified time

/external/strace/
H A Ddefs.h344 long u_arg[MAX_ARGS]; /* System call arguments */ member in struct:tcb
685 /* _l refers to the lower numbered u_arg,
686 * _h refers to the higher numbered u_arg
H A Dmem.c64 tprintf("%#lx", tcp->u_arg[0]);
79 tprintf("%lu", tcp->u_arg[0]);
236 print_mmap(struct tcb *tcp, long *u_arg, long long offset) argument
240 if (!u_arg[0])
243 tprintf("%#lx, ", u_arg[0]);
245 tprintf("%lu, ", u_arg[1]);
247 printflags(mmap_prot, u_arg[2], "PROT_???");
251 printxval(mmap_flags, u_arg[3] & MAP_TYPE, "MAP_???");
253 addflags(mmap_flags, addtileflags(u_arg[3] & ~MAP_TYPE));
255 addflags(mmap_flags, u_arg[
273 long u_arg[6]; local
345 long *u_arg = tcp->u_arg; local
[all...]

Completed in 40 milliseconds