Home
last modified time | relevance | path

Searched refs:REG_V0 (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Ddefs.h182 # define REG_V0 2 macro
Dsyscall.c1080 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)
Dprocess.c730 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_V0), new)<0) in change_syscall()