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

  /bionic/libc/kernel/uapi/linux/
ptrace.h 49 #define PTRACE_LISTEN 0x4208
  /development/ndk/platforms/android-L/include/linux/
ptrace.h 49 #define PTRACE_LISTEN 0x4208
  /external/kernel-headers/original/uapi/linux/
ptrace.h 54 #define PTRACE_LISTEN 0x4208
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ptrace.h 49 #define PTRACE_LISTEN 0x4208
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ptrace.h 49 #define PTRACE_LISTEN 0x4208
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ptrace.h 49 #define PTRACE_LISTEN 0x4208
  /external/strace/xlat/
ptrace_cmds.h 91 #if defined(PTRACE_LISTEN) || (defined(HAVE_DECL_PTRACE_LISTEN) && HAVE_DECL_PTRACE_LISTEN)
92 XLAT(PTRACE_LISTEN),
  /external/strace/
defs.h 242 #undef PTRACE_LISTEN
243 #define PTRACE_LISTEN 0x4208
strace.c 383 #ifdef PTRACE_LISTEN
384 if (op == PTRACE_LISTEN)
    [all...]

Completed in 2579 milliseconds