Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h189 # define PT_GR20 (20*4) macro
Dsyscall.c1222 if (upeek(tcp, PT_GR20, &scno) < 0) in get_scno()
Dprocess.c764 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(PT_GR20), new)<0) in change_syscall()