HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_PEEKUSER (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/ltrace/sysdeps/linux-gnu/alpha/
regs.c 31 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
32 # define PTRACE_PEEKUSER PTRACE_PEEKUSR
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);
trace.c 34 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
35 # define PTRACE_PEEKUSER PTRACE_PEEKUSR
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/
regs.c 32 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
33 # define PTRACE_PEEKUSER PTRACE_PEEKUSR
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);
trace.c 35 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
36 # define PTRACE_PEEKUSER PTRACE_PEEKUSR
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/mips/
regs.c 34 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
35 # define PTRACE_PEEKUSER PTRACE_PEEKUSR
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);
  /external/ltrace/sysdeps/linux-gnu/m68k/
regs.c 31 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
32 # define PTRACE_PEEKUSER PTRACE_PEEKUSR
42 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, 4 * PT_PC, 0);
54 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, 4 * PT_USP, 0);
trace.c 34 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
35 # define PTRACE_PEEKUSER PTRACE_PEEKUSR
56 *sysnum = ptrace(PTRACE_PEEKUSER, proc->pid, 4 * PT_ORIG_D0, 0);
  /external/ltrace/sysdeps/linux-gnu/ppc/
regs.c 35 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
36 # define PTRACE_PEEKUSER PTRACE_PEEKUSR
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);
  /bionic/libc/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /external/ltrace/sysdeps/linux-gnu/ia64/
regs.c 39 unsigned long ip = ptrace(PTRACE_PEEKUSER, proc->pid, PT_CR_IIP, 0);
41 (ptrace(PTRACE_PEEKUSER, proc->pid, PT_CR_IPSR, 0) >> 41) & 3;
52 unsigned long psr = ptrace(PTRACE_PEEKUSER, proc->pid, PT_CR_IPSR, 0);
66 long l = ptrace(PTRACE_PEEKUSER, proc->pid, PT_R12, 0);
75 long l = ptrace(PTRACE_PEEKUSER, proc->pid, PT_B0, 0);
  /external/ltrace/sysdeps/linux-gnu/s390/
regs.c 34 #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
35 # define PTRACE_PEEKUSER PTRACE_PEEKUSR
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;
  /development/ndk/platforms/android-3/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /development/ndk/platforms/android-L/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
ptrace.h 39 #define PTRACE_PEEKUSER PTRACE_PEEKUSR

Completed in 796 milliseconds

1 2 3 4