HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_SEIZE (Results 1 - 9 of 9) sorted by null

  /bionic/libc/kernel/uapi/linux/
ptrace.h 46 #define PTRACE_SEIZE 0x4206
  /development/ndk/platforms/android-L/include/linux/
ptrace.h 46 #define PTRACE_SEIZE 0x4206
  /external/kernel-headers/original/uapi/linux/
ptrace.h 52 #define PTRACE_SEIZE 0x4206
81 /* Options set using PTRACE_SETOPTIONS or using PTRACE_SEIZE @data param */
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ptrace.h 46 #define PTRACE_SEIZE 0x4206
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ptrace.h 46 #define PTRACE_SEIZE 0x4206
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ptrace.h 46 #define PTRACE_SEIZE 0x4206
  /external/strace/xlat/
ptrace_cmds.h 85 #if defined(PTRACE_SEIZE) || (defined(HAVE_DECL_PTRACE_SEIZE) && HAVE_DECL_PTRACE_SEIZE)
86 XLAT(PTRACE_SEIZE),
  /external/strace/
defs.h 137 * Experimental code using PTRACE_SEIZE can be enabled here.
238 #undef PTRACE_SEIZE
239 #define PTRACE_SEIZE 0x4206
strace.c 349 r = ptrace(PTRACE_SEIZE, pid, 0L, (unsigned long)ptrace_setoptions);
    [all...]

Completed in 184 milliseconds