Home
last modified time | relevance | path

Searched refs:PTRACE_INTERRUPT (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/
Dptrace.h157 #ifndef PTRACE_INTERRUPT
158 # define PTRACE_INTERRUPT 0x4207 macro
Dprocess.c115 case PTRACE_INTERRUPT: in SYS_FUNC()
Dstrace.c355 r = ptrace(PTRACE_INTERRUPT, pid, 0L, 0L); in ptrace_attach_or_seize()
912 error = ptrace(PTRACE_INTERRUPT, tcp->pid, 0, 0); in detach()
/external/kernel-headers/original/uapi/linux/
Dptrace.h54 #define PTRACE_INTERRUPT 0x4207 macro
/external/strace/xlat/
Dptrace_cmds.h104 #if defined(PTRACE_INTERRUPT) || (defined(HAVE_DECL_PTRACE_INTERRUPT) && HAVE_DECL_PTRACE_INTERRUPT)
105 XLAT(PTRACE_INTERRUPT),
Dptrace_cmds.in30 PTRACE_INTERRUPT
/external/strace/tests/
Dptrace.c228 do_ptrace(PTRACE_INTERRUPT, pid, 0, 0); in main()
/external/strace/tests-m32/
Dptrace.c228 do_ptrace(PTRACE_INTERRUPT, pid, 0, 0); in main()
/external/strace/tests-mx32/
Dptrace.c228 do_ptrace(PTRACE_INTERRUPT, pid, 0, 0); in main()
/external/syzkaller/sys/linux/
Dsys_386.const443 PTRACE_INTERRUPT = 16903
Dsys_amd64.const443 PTRACE_INTERRUPT = 16903
Dsys_arm.const443 PTRACE_INTERRUPT = 16903
Dsys_ppc64le.const443 PTRACE_INTERRUPT = 16903
Dsys_arm64.const443 PTRACE_INTERRUPT = 16903
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1115 PTRACE_INTERRUPT = 0x4207 const
Dzerrors_linux_mipsle.go1385 PTRACE_INTERRUPT = 0x4207 const
Dzerrors_linux_s390x.go1383 PTRACE_INTERRUPT = 0x4207 const
Dzerrors_linux_arm.go1389 PTRACE_INTERRUPT = 0x4207 const
Dzerrors_linux_ppc64le.go1389 PTRACE_INTERRUPT = 0x4207 const
Dzerrors_linux_mips64.go1385 PTRACE_INTERRUPT = 0x4207 const
Dzerrors_linux_ppc64.go1389 PTRACE_INTERRUPT = 0x4207 const
Dzerrors_linux_amd64.go1386 PTRACE_INTERRUPT = 0x4207 const
Dzerrors_linux_mips64le.go1385 PTRACE_INTERRUPT = 0x4207 const
Dzerrors_linux_386.go1385 PTRACE_INTERRUPT = 0x4207 const
/external/honggfuzz/linux/
Dtrace.c1372 ptrace(PTRACE_INTERRUPT, tasks[i], NULL, NULL); in arch_traceDetach()

12