Home
last modified time | relevance | path

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

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