Searched refs:REG_V0 (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | defs.h | 182 # define REG_V0 2 macro
|
D | syscall.c | 1080 r2 = regs[REG_V0]; in get_scno() 1103 if (upeek(tcp, REG_V0, &scno) < 0) in get_scno() 1120 if (upeek(tcp, REG_V0, &r2) < 0) in get_scno() 1860 ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_V0), r2) < 0)
|
D | process.c | 730 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_V0), new)<0) in change_syscall()
|