Home
last modified time | relevance | path

Searched refs:PTRACE_SEIZE (Results 1 – 25 of 33) sorted by relevance

12

/external/strace/
Dptrace.h154 #ifndef PTRACE_SEIZE
155 # define PTRACE_SEIZE 0x4206 macro
Dprocess.c200 case PTRACE_SEIZE: in SYS_FUNC()
Dstrace.c352 r = ptrace(PTRACE_SEIZE, pid, 0L, (unsigned long) ptrace_setoptions); in ptrace_attach_or_seize()
1507 if (ptrace(PTRACE_SEIZE, pid, 0, 0) == 0) { in test_ptrace_seize()
/external/kernel-headers/original/uapi/linux/
Dptrace.h53 #define PTRACE_SEIZE 0x4206 macro
/external/strace/xlat/
Dptrace_cmds.h101 #if defined(PTRACE_SEIZE) || (defined(HAVE_DECL_PTRACE_SEIZE) && HAVE_DECL_PTRACE_SEIZE)
102 XLAT(PTRACE_SEIZE),
Dptrace_cmds.in29 PTRACE_SEIZE
/external/strace/tests-mx32/
Doptions-syntax.test138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
Dptrace.c441 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
/external/strace/tests-m32/
Doptions-syntax.test138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
Dptrace.c441 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
/external/strace/tests/
Doptions-syntax.test138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
Dptrace.c441 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
/external/syzkaller/sys/linux/
Dsys_386.const462 PTRACE_SEIZE = 16902
Dsys_amd64.const462 PTRACE_SEIZE = 16902
Dsys_arm.const462 PTRACE_SEIZE = 16902
Dsys_ppc64le.const462 PTRACE_SEIZE = 16902
Dsys_arm64.const462 PTRACE_SEIZE = 16902
/external/honggfuzz/linux/
Dtrace.c1328 if (ptrace(PTRACE_SEIZE, run->pid, NULL, seize_options) == -1) { in arch_traceAttach()
1345 if (ptrace(PTRACE_SEIZE, tasks[i], NULL, seize_options) == -1) { in arch_traceAttach()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1140 PTRACE_SEIZE = 0x4206 const
Dzerrors_linux_mipsle.go1414 PTRACE_SEIZE = 0x4206 const
Dzerrors_linux_s390x.go1417 PTRACE_SEIZE = 0x4206 const
Dzerrors_linux_arm.go1414 PTRACE_SEIZE = 0x4206 const
Dzerrors_linux_ppc64le.go1413 PTRACE_SEIZE = 0x4206 const
Dzerrors_linux_mips64.go1414 PTRACE_SEIZE = 0x4206 const
Dzerrors_linux_ppc64.go1413 PTRACE_SEIZE = 0x4206 const

12