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

/external/strace/
H A Dsyscall.c722 static struct iovec x86_io = { variable in typeref:struct:iovec
811 if (x86_io.iov_len == sizeof(i386_regs)) {
1032 /* x86_io.iov_base = &x86_regs_union; - already is */
1033 x86_io.iov_len = sizeof(x86_regs_union);
1034 get_regs_error = ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &x86_io);
1094 x86_io.iov_len = sizeof(x86_64_regs);
1097 x86_io.iov_len = sizeof(i386_regs);
1256 if (x86_io.iov_len == sizeof(i386_regs)) {
1598 if (x86_io.iov_len == sizeof(i386_regs)) {
1885 if (x86_io
[all...]

Completed in 63 milliseconds