Home
last modified time | relevance | path

Searched refs:PTRACE_O_TRACEEXIT (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Dptrace_setoptions_flags.h35 #if defined(PTRACE_O_TRACEEXIT) || (defined(HAVE_DECL_PTRACE_O_TRACEEXIT) && HAVE_DECL_PTRACE_O_TRA…
36 XLAT(PTRACE_O_TRACEEXIT),
Dptrace_setoptions_flags.in7 PTRACE_O_TRACEEXIT
/external/strace/
Dptrace.h123 #ifndef PTRACE_O_TRACEEXIT
124 # define PTRACE_O_TRACEEXIT (1 << PTRACE_EVENT_EXIT) macro
Dstrace.c89 | PTRACE_O_TRACEEXIT;
DREADME-linux-ptrace67 If PTRACE_O_TRACEEXIT option is on, PTRACE_EVENT_EXIT will happen
/external/kernel-headers/original/uapi/linux/
Dptrace.h97 #define PTRACE_O_TRACEEXIT (1 << PTRACE_EVENT_EXIT) macro
/external/syzkaller/sys/linux/
Dsys_386.const449 PTRACE_O_TRACEEXIT = 64
Dsys_amd64.const449 PTRACE_O_TRACEEXIT = 64
Dsys_arm.const449 PTRACE_O_TRACEEXIT = 64
Dsys_ppc64le.const449 PTRACE_O_TRACEEXIT = 64
Dsys_arm64.const449 PTRACE_O_TRACEEXIT = 64
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.go1123 PTRACE_O_TRACEEXIT = 0x40 const
Dzerrors_linux_mipsle.go1394 PTRACE_O_TRACEEXIT = 0x40 const
Dzerrors_linux_s390x.go1392 PTRACE_O_TRACEEXIT = 0x40 const
Dzerrors_linux_arm.go1398 PTRACE_O_TRACEEXIT = 0x40 const
Dzerrors_linux_ppc64le.go1397 PTRACE_O_TRACEEXIT = 0x40 const
Dzerrors_linux_mips64.go1394 PTRACE_O_TRACEEXIT = 0x40 const
Dzerrors_linux_ppc64.go1397 PTRACE_O_TRACEEXIT = 0x40 const
Dzerrors_linux_amd64.go1395 PTRACE_O_TRACEEXIT = 0x40 const
Dzerrors_linux_mips64le.go1394 PTRACE_O_TRACEEXIT = 0x40 const
Dzerrors_linux_386.go1394 PTRACE_O_TRACEEXIT = 0x40 const
Dzerrors_linux_mips.go1394 PTRACE_O_TRACEEXIT = 0x40 const
Dzerrors_linux_arm64.go1391 PTRACE_O_TRACEEXIT = 0x40 const
/external/honggfuzz/linux/
Dtrace.c1321 seize_options |= PTRACE_O_TRACEEXIT; in arch_traceAttach()

12