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

  /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/strace/xlat/
ptrace_setoptions_flags.h 35 #if defined(PTRACE_O_EXITKILL) || (defined(HAVE_DECL_PTRACE_O_EXITKILL) && HAVE_DECL_PTRACE_O_EXITKILL)
36 XLAT(PTRACE_O_EXITKILL),
  /prebuilts/ndk/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/platforms/android-24/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/current/platforms/android-24/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/current/platforms/android-24/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/current/platforms/android-24/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/current/platforms/android-24/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/current/platforms/android-24/arch-x86_64/usr/include/linux/
ptrace.h 81 #define PTRACE_O_EXITKILL (1 << 20)
82 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
  /bionic/libc/kernel/uapi/linux/
ptrace.h 82 #define PTRACE_O_EXITKILL (1 << 20)
85 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL | PTRACE_O_SUSPEND_SECCOMP)
  /external/kernel-headers/original/uapi/linux/
ptrace.h 94 #define PTRACE_O_EXITKILL (1 << 20)
98 0x000000ff | PTRACE_O_EXITKILL | PTRACE_O_SUSPEND_SECCOMP)
  /external/strace/
ptrace.h 122 #ifndef PTRACE_O_EXITKILL
123 # define PTRACE_O_EXITKILL (1 << 20)

Completed in 1165 milliseconds