HomeSort by relevance Sort by last modified time
    Searched defs:PTRACE_POKEUSER (Results 1 - 19 of 19) sorted by null

  /bionic/libc/include/sys/
ptrace.h 38 #define PTRACE_POKEUSER PTRACE_POKEUSR
  /development/ndk/platforms/android-3/include/sys/
ptrace.h 38 #define PTRACE_POKEUSER PTRACE_POKEUSR
  /development/ndk/platforms/android-L/include/sys/
ptrace.h 38 #define PTRACE_POKEUSER PTRACE_POKEUSR
  /external/ltrace/sysdeps/linux-gnu/m68k/
trace.c 38 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
39 # define PTRACE_POKEUSER PTRACE_POKEUSR
regs.c 35 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
36 # define PTRACE_POKEUSER PTRACE_POKEUSR
48 ptrace(PTRACE_POKEUSER, proc->pid, 4 * PT_PC, addr);
  /external/ltrace/sysdeps/linux-gnu/alpha/
regs.c 35 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
36 # define PTRACE_POKEUSER PTRACE_POKEUSR
48 ptrace(PTRACE_POKEUSER, proc->pid, 64 /* REG_PC */ , addr);
trace.c 38 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
39 # define PTRACE_POKEUSER PTRACE_POKEUSR
  /external/ltrace/sysdeps/linux-gnu/cris/
regs.c 36 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
37 # define PTRACE_POKEUSER PTRACE_POKEUSR
47 ptrace(PTRACE_POKEUSER, proc->pid, 4 * PT_PPC, addr);
trace.c 39 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
40 # define PTRACE_POKEUSER PTRACE_POKEUSR
  /external/ltrace/sysdeps/linux-gnu/mips/
regs.c 38 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
39 # define PTRACE_POKEUSER PTRACE_POKEUSR
70 ptrace(PTRACE_POKEUSER, proc->pid, off_pc, addr);
trace.c 45 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
46 # define PTRACE_POKEUSER PTRACE_POKEUSR
  /external/ltrace/sysdeps/linux-gnu/ppc/
regs.c 39 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
40 # define PTRACE_POKEUSER PTRACE_POKEUSR
52 if (ptrace(PTRACE_POKEUSER, proc->pid, sizeof(long)*PT_NIP, addr) != 0)
trace.c 47 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
48 # define PTRACE_POKEUSER PTRACE_POKEUSR
  /external/ltrace/sysdeps/linux-gnu/s390/
regs.c 38 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
39 # define PTRACE_POKEUSER PTRACE_POKEUSR
72 ptrace(PTRACE_POKEUSER, proc->pid, PT_PSWADDR, addr);
trace.c 41 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
42 # define PTRACE_POKEUSER PTRACE_POKEUSR
  /external/ltrace/sysdeps/linux-gnu/x86/
trace.c 41 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
42 # define PTRACE_POKEUSER PTRACE_POKEUSR
regs.c 38 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
39 # define PTRACE_POKEUSER PTRACE_POKEUSR
72 ptrace(PTRACE_POKEUSER, proc->pid, XIP, addr);
  /external/ltrace/sysdeps/linux-gnu/arm/
regs.c 38 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
39 # define PTRACE_POKEUSER PTRACE_POKEUSR
trace.c 44 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
45 # define PTRACE_POKEUSER PTRACE_POKEUSR

Completed in 261 milliseconds