Searched refs:PTRACE_O_EXITKILL (Results 1 – 10 of 10) sorted by relevance
41 #if defined(PTRACE_O_EXITKILL) || (defined(HAVE_DECL_PTRACE_O_EXITKILL) && HAVE_DECL_PTRACE_O_EXITK…42 XLAT(PTRACE_O_EXITKILL),
9 PTRACE_O_EXITKILL
129 #ifndef PTRACE_O_EXITKILL130 # define PTRACE_O_EXITKILL (1 << 20) macro
137 #define PTRACE_O_EXITKILL (1 << 20) macro141 0x000000ff | PTRACE_O_EXITKILL | PTRACE_O_SUSPEND_SECCOMP)
33 #if !defined(PTRACE_O_EXITKILL)34 #define PTRACE_O_EXITKILL (1 << 20) macro180 PTRACE_O_EXITKILL | PTRACE_O_TRACESYSGOOD)) in GetTrace()
173 PTRACE_O_EXITKILL;
1316 pub const PTRACE_O_EXITKILL: ::c_int = 0x00100000; constant
608 - Added `ptrace::Options::PTRACE_O_EXITKILL` on Linux and Android.
1942 pub const PTRACE_O_EXITKILL: ::c_int = 0x00100000; constant