Searched refs:PTRACE_O_EXITKILL (Results 1 – 4 of 4) sorted by relevance
28 #if defined(PTRACE_O_EXITKILL) || (defined(HAVE_DECL_PTRACE_O_EXITKILL) && HAVE_DECL_PTRACE_O_EXITK…29 XLAT(PTRACE_O_EXITKILL),
9 PTRACE_O_EXITKILL
92 #define PTRACE_O_EXITKILL (1 << 20) macro94 #define PTRACE_O_MASK (0x000000ff | PTRACE_O_EXITKILL)
87 #ifndef PTRACE_O_EXITKILL88 # define PTRACE_O_EXITKILL (1 << 20) macro