Home
last modified time | relevance | path

Searched refs:PTRACE_O_EXITKILL (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dptrace_setoptions_flags.h41 #if defined(PTRACE_O_EXITKILL) || (defined(HAVE_DECL_PTRACE_O_EXITKILL) && HAVE_DECL_PTRACE_O_EXITK…
42 XLAT(PTRACE_O_EXITKILL),
Dptrace_setoptions_flags.in9 PTRACE_O_EXITKILL
/external/strace/
Dptrace.h129 #ifndef PTRACE_O_EXITKILL
130 # define PTRACE_O_EXITKILL (1 << 20) macro
/external/kernel-headers/original/uapi/linux/
Dptrace.h137 #define PTRACE_O_EXITKILL (1 << 20) macro
141 0x000000ff | PTRACE_O_EXITKILL | PTRACE_O_SUSPEND_SECCOMP)
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc33 #if !defined(PTRACE_O_EXITKILL)
34 #define PTRACE_O_EXITKILL (1 << 20) macro
180 PTRACE_O_EXITKILL | PTRACE_O_TRACESYSGOOD)) in GetTrace()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc33 #if !defined(PTRACE_O_EXITKILL)
34 #define PTRACE_O_EXITKILL (1 << 20) macro
180 PTRACE_O_EXITKILL | PTRACE_O_TRACESYSGOOD)) in GetTrace()
/external/rust/crates/nix/src/sys/ptrace/
Dlinux.rs173 PTRACE_O_EXITKILL;
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1316 pub const PTRACE_O_EXITKILL: ::c_int = 0x00100000; constant
/external/rust/crates/nix/
DCHANGELOG.md608 - Added `ptrace::Options::PTRACE_O_EXITKILL` on Linux and Android.
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1942 pub const PTRACE_O_EXITKILL: ::c_int = 0x00100000; constant