Searched refs:PTRACE_O_EXITKILL (Results 1 – 4 of 4) sorted by relevance
94 #define PTRACE_O_EXITKILL (1 << 20) macro98 0x000000ff | PTRACE_O_EXITKILL | PTRACE_O_SUSPEND_SECCOMP)
35 #if defined(PTRACE_O_EXITKILL) || (defined(HAVE_DECL_PTRACE_O_EXITKILL) && HAVE_DECL_PTRACE_O_EXITK…36 XLAT(PTRACE_O_EXITKILL),
9 PTRACE_O_EXITKILL
122 #ifndef PTRACE_O_EXITKILL123 # define PTRACE_O_EXITKILL (1 << 20) macro