Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h155 # define REG_A3 19 macro
162 # define REG_A3 7 macro
Dsyscall.c1081 if (upeek(pid, REG_A3, &a3) < 0)
1100 if (upeek(pid, REG_A3, &a3) < 0)
1746 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_A3), a3) < 0 ||
1784 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_A3), a3) < 0 ||
Dprocess.c673 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_A3), new)<0)