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

  /bionic/libc/kernel/uapi/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /development/ndk/platforms/android-L/include/linux/
ptrace.h 79 #define PTRACE_O_EXITKILL (1 << 20)
80 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /external/kernel-headers/original/uapi/linux/
ptrace.h 92 #define PTRACE_O_EXITKILL (1 << 20)
94 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)

Completed in 360 milliseconds