Home
last modified time | relevance | path

Searched refs:REG_GENERAL (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Ddefs.h203 # define REG_GENERAL(x) (8*(x)+REG_OFFSET) macro
Dsyscall.c1296 if (upeek(tcp, REG_GENERAL(9), (long *)&r9) < 0) in get_scno()
1932 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)REG_GENERAL(9), r9) < 0)
2214 if (upeek(tcp, REG_GENERAL(syscall_regs[i]), &tcp->u_arg[i]) < 0) in syscall_enter()