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

1 2

  /external/strace/
ptrace.h 128 #ifndef PTRACE_O_EXITKILL
129 # define PTRACE_O_EXITKILL (1 << 20)
  /bionic/libc/kernel/uapi/linux/
ptrace.h 70 #define PTRACE_O_EXITKILL (1 << 20)
72 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL | PTRACE_O_SUSPEND_SECCOMP)
  /development/ndk/platforms/android-21/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /external/kernel-headers/original/uapi/linux/
ptrace.h 94 #define PTRACE_O_EXITKILL (1 << 20)
98 0x000000ff | PTRACE_O_EXITKILL | PTRACE_O_SUSPEND_SECCOMP)
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r10/platforms/android-21/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/r10/platforms/android-21/arch-mips/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r10/platforms/android-21/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/r10/platforms/android-21/arch-x86/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r10/platforms/android-23/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/r10/platforms/android-23/arch-mips/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r10/platforms/android-23/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/r10/platforms/android-23/arch-x86/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r11/platforms/android-21/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/r11/platforms/android-21/arch-mips/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r11/platforms/android-21/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/r11/platforms/android-21/arch-x86/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /prebuilts/ndk/r11/platforms/android-23/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/r11/platforms/android-23/arch-mips/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)

Completed in 942 milliseconds

1 2