Searched refs:ext_arg (Results 1 - 5 of 5) sorted by relevance

/external/strace/
H A Dsyscall.c1797 tcp->ext_arg[i] = regs[REG_A0 + i];
1894 tcp->ext_arg[0] = x86_64_regs.rdi;
1895 tcp->ext_arg[1] = x86_64_regs.rsi;
1896 tcp->ext_arg[2] = x86_64_regs.rdx;
1897 tcp->ext_arg[3] = x86_64_regs.r10;
1898 tcp->ext_arg[4] = x86_64_regs.r8;
1899 tcp->ext_arg[5] = x86_64_regs.r9;
H A Dmem.c154 offset = tcp->ext_arg[5];
H A Dutil.c251 tprintf(format, tcp->ext_arg[arg_no]);
255 tprintf(format, tcp->ext_arg[arg_no]);
H A Ddefs.h412 long long ext_arg[MAX_ARGS]; member in struct:tcb
H A Dfile.c396 * 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...

Completed in 141 milliseconds