Home
last modified time | relevance | path

Searched refs:PTRACE_O_EXITKILL (Results 1 – 23 of 23) 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/kernel-headers/original/uapi/linux/
Dptrace.h101 #define PTRACE_O_EXITKILL (1 << 20) macro
105 0x000000ff | PTRACE_O_EXITKILL | PTRACE_O_SUSPEND_SECCOMP)
/external/strace/
Dptrace.h129 #ifndef PTRACE_O_EXITKILL
130 # define PTRACE_O_EXITKILL (1 << 20) macro
/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/syzkaller/sys/linux/
Dsys_386.const446 PTRACE_O_EXITKILL = 1048576
Dsys_amd64.const446 PTRACE_O_EXITKILL = 1048576
Dsys_arm.const446 PTRACE_O_EXITKILL = 1048576
Dsys_ppc64le.const446 PTRACE_O_EXITKILL = 1048576
Dsys_arm64.const446 PTRACE_O_EXITKILL = 1048576
Dsys.txt1019 ptrace_options = PTRACE_O_EXITKILL, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEEXIT, PT…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1118 PTRACE_O_EXITKILL = 0x100000 const
Dzerrors_linux_mipsle.go1389 PTRACE_O_EXITKILL = 0x100000 const
Dzerrors_linux_s390x.go1387 PTRACE_O_EXITKILL = 0x100000 const
Dzerrors_linux_arm.go1393 PTRACE_O_EXITKILL = 0x100000 const
Dzerrors_linux_ppc64le.go1392 PTRACE_O_EXITKILL = 0x100000 const
Dzerrors_linux_mips64.go1389 PTRACE_O_EXITKILL = 0x100000 const
Dzerrors_linux_ppc64.go1392 PTRACE_O_EXITKILL = 0x100000 const
Dzerrors_linux_amd64.go1390 PTRACE_O_EXITKILL = 0x100000 const
Dzerrors_linux_mips64le.go1389 PTRACE_O_EXITKILL = 0x100000 const
Dzerrors_linux_386.go1389 PTRACE_O_EXITKILL = 0x100000 const
Dzerrors_linux_mips.go1389 PTRACE_O_EXITKILL = 0x100000 const
Dzerrors_linux_arm64.go1386 PTRACE_O_EXITKILL = 0x100000 const