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

  /external/strace/
syscall.c     [all...]
mem.c 154 offset = tcp->ext_arg[5];
util.c 251 tprintf(format, tcp->ext_arg[arg_no]);
255 tprintf(format, tcp->ext_arg[arg_no]);
    [all...]
defs.h 412 long long ext_arg[MAX_ARGS]; member in struct:tcb
file.c 396 * which means that on x32 we need to use tcp->ext_arg[N] to get offset argument.
408 offset = tcp->ext_arg[1];
449 * for hi and lo. We would need to use tcp->ext_arg[N] on x32...
    [all...]

Completed in 214 milliseconds