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

  /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),
  /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)
  /external/kernel-headers/original/uapi/linux/
ptrace.h 95 #define PTRACE_O_EXITKILL (1 << 20)
99 0x000000ff | PTRACE_O_EXITKILL | PTRACE_O_SUSPEND_SECCOMP)
  /external/strace/
ptrace.h 128 #ifndef PTRACE_O_EXITKILL
129 # define PTRACE_O_EXITKILL (1 << 20)
  /external/honggfuzz/linux/
trace.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 988 milliseconds