Home
last modified time | relevance | path

Searched refs:PTRACE_O_EXITKILL (Results 1 – 8 of 8) 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.h136 #define PTRACE_O_EXITKILL (1 << 20) macro
140 0x000000ff | PTRACE_O_EXITKILL | PTRACE_O_SUSPEND_SECCOMP)
/external/honggfuzz/linux/
Dtrace.c1314 #if !defined(PTRACE_O_EXITKILL) in arch_traceAttach()
1315 #define PTRACE_O_EXITKILL (1 << 20) in arch_traceAttach() macro
1318 PTRACE_O_TRACECLONE | PTRACE_O_TRACEFORK | PTRACE_O_TRACEVFORK | PTRACE_O_EXITKILL; in arch_traceAttach()
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc179 PTRACE_O_EXITKILL | PTRACE_O_TRACESYSGOOD)) in GetTrace()
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1003 pub const PTRACE_O_EXITKILL: ::c_int = 0x00100000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1936 pub const PTRACE_O_EXITKILL: ::c_int = 0x00100000; constant