Searched defs:PTRACE_PEEKUSER (Results 1 - 17 of 17) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/alpha/
H A Dregs.c31 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
32 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
42 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, 64 /* REG_PC */ , 0);
54 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, 30 /* REG_FP */ , 0);
60 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, 26 /* RA */ , 0);
H A Dtrace.c34 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
35 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
60 ptrace(PTRACE_PEEKUSER, proc->pid, 0 /* REG_R0 */ , 0);
78 return ptrace(PTRACE_PEEKUSER, proc->pid, 0 /* REG_R0 */ , 0);
83 return ptrace(PTRACE_PEEKUSER, proc->pid,
90 return ptrace(PTRACE_PEEKUSER, proc->pid,
/external/ltrace/sysdeps/linux-gnu/cris/
H A Dregs.c32 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
33 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
42 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, 4 * PT_PPC, 0);
52 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, 4 * PT_USP, 0);
57 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, 4 * PT_SRP, 0);
H A Dtrace.c35 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
36 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
61 (int)ptrace(PTRACE_PEEKUSER, proc->pid,
80 return ptrace(PTRACE_PEEKUSER, pid, PT_R10 * 4, 0);
87 return ptrace(PTRACE_PEEKUSER, pid, pt_arg[arg_num] * 4, 0);
/external/ltrace/sysdeps/linux-gnu/m68k/
H A Dregs.c31 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
32 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
42 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, 4 * PT_PC, 0);
54 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, 4 * PT_USP, 0);
H A Dtrace.c34 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
35 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
56 *sysnum = ptrace(PTRACE_PEEKUSER, proc->pid, 4 * PT_ORIG_D0, 0);
/external/ltrace/sysdeps/linux-gnu/mips/
H A Dregs.c34 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
35 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
55 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, off_pc, 0);
80 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, off_sp, 0);
96 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, off_lr, 0);
H A Dtrace.c41 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
42 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
194 rx = ptrace(PTRACE_PEEKUSER,proc->pid, rn, 0);
331 return ptrace(PTRACE_PEEKUSER,proc->pid,off_v0,0);
334 unsigned a3=ptrace(PTRACE_PEEKUSER, proc->pid,off_a3,0);
335 unsigned v0=ptrace(PTRACE_PEEKUSER, proc->pid,off_v0,0);
345 ret=ptrace(PTRACE_PEEKUSER,proc->pid,off_fpr0+12+arg_num*2,0);
350 ret=ptrace(PTRACE_PEEKUSER,proc->pid,off_a0+arg_num,0);
355 addr=ptrace(PTRACE_PEEKUSER,proc->pid,off_sp,0);
367 addr=ptrace(PTRACE_PEEKUSER,pro
[all...]
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dregs.c35 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
36 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
46 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, sizeof(long)*PT_NIP, 0);
59 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, sizeof(long)*PT_R1, 0);
65 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, sizeof(long)*PT_LNK, 0);
H A Dtrace.c43 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
44 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
74 (int)ptrace(PTRACE_PEEKUSER, proc->pid,
/external/ltrace/sysdeps/linux-gnu/s390/
H A Dregs.c34 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
35 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
52 long ret = ptrace(PTRACE_PEEKUSER, proc->pid, PT_PSWADDR, 0) & PSW_MASK;
78 long ret = ptrace(PTRACE_PEEKUSER, proc->pid, PT_GPR15, 0) & PSW_MASK;
90 long ret = ptrace(PTRACE_PEEKUSER, proc->pid, PT_GPR14, 0) & PSW_MASK;
H A Dtrace.c37 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
38 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
54 psw = ptrace(PTRACE_PEEKUSER, proc->pid, PT_PSWMASK, 0);
87 *sysnum = ptrace(PTRACE_PEEKUSER, proc->pid, PT_GPR2, 0);
117 pc = ptrace(PTRACE_PEEKUSER, proc->pid, PT_PSWADDR, 0);
133 svc_addr += ptrace(PTRACE_PEEKUSER, proc->pid,
138 svc_addr += ptrace(PTRACE_PEEKUSER, proc->pid,
153 tmp = ptrace(PTRACE_PEEKUSER, proc->pid,
163 scno = ptrace(PTRACE_PEEKUSER, proc->pid, PT_GPR1, 0);
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dregs.c34 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
35 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
61 long int ret = ptrace(PTRACE_PEEKUSER, proc->pid, XIP, 0);
78 long sp = ptrace(PTRACE_PEEKUSER, proc->pid, XSP, 0);
H A Dtrace.c37 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
38 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
86 long int ret = ptrace(PTRACE_PEEKUSER, proc->pid, ORIG_XAX, 0);
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dregs.c34 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
35 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
46 long l = ptrace(PTRACE_PEEKUSER, proc->pid, (void *)(reg * 4L), 0);
56 return ptrace(PTRACE_PEEKUSER, proc->pid,
H A Dtrace.c40 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
41 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
/external/strace/
H A Ddefs.h232 # define PTRACE_PEEKUSER PTRACE_PEEKUSR macro

Completed in 144 milliseconds