Home
last modified time | relevance | path

Searched refs:PT_IAOQ0 (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dutil.c1025 if(upeek(tcp->pid,PT_IAOQ0,&pc) < 0)
1144 if(upeek(tcp->pid,PT_IAOQ0,&pc) < 0) {
1656 if (upeek(tcp->pid, PT_IAOQ0, &tcp->baddr) < 0)
1904 if (upeek(tcp->pid, PT_IAOQ0, &iaoq) < 0)
1919 ptrace(PTRACE_POKEUSER, tcp->pid, (void *)PT_IAOQ0, iaoq);
Ddefs.h170 # define PT_IAOQ0 (106*4) macro