OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PT_NIP
(Results
1 - 3
of
3
) sorted by null
/external/ltrace/sysdeps/linux-gnu/ppc/
regs.c
46
return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, sizeof(long)*
PT_NIP
, 0);
52
if (ptrace(PTRACE_POKEUSER, proc->pid, sizeof(long)*
PT_NIP
, addr) != 0)
/external/strace/linux/powerpc/
getregs_old.c
12
r = upeek(pid, sizeof(long) *
PT_NIP
, (long *)&ppc_regs.nip);
userent.h
37
{ REGSIZE*
PT_NIP
, "NIP" },
Completed in 1055 milliseconds