Searched refs:PTRACE_SEIZE (Results 1 – 25 of 33) sorted by relevance
12
/external/strace/ |
D | ptrace.h | 154 #ifndef PTRACE_SEIZE 155 # define PTRACE_SEIZE 0x4206 macro
|
D | process.c | 200 case PTRACE_SEIZE: in SYS_FUNC()
|
D | strace.c | 352 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/ |
D | ptrace.h | 53 #define PTRACE_SEIZE 0x4206 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 101 #if defined(PTRACE_SEIZE) || (defined(HAVE_DECL_PTRACE_SEIZE) && HAVE_DECL_PTRACE_SEIZE) 102 XLAT(PTRACE_SEIZE),
|
D | ptrace_cmds.in | 29 PTRACE_SEIZE
|
/external/strace/tests-mx32/ |
D | options-syntax.test | 138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
|
D | ptrace.c | 441 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
|
/external/strace/tests-m32/ |
D | options-syntax.test | 138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
|
D | ptrace.c | 441 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
|
/external/strace/tests/ |
D | options-syntax.test | 138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
|
D | ptrace.c | 441 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 462 PTRACE_SEIZE = 16902
|
D | sys_amd64.const | 462 PTRACE_SEIZE = 16902
|
D | sys_arm.const | 462 PTRACE_SEIZE = 16902
|
D | sys_ppc64le.const | 462 PTRACE_SEIZE = 16902
|
D | sys_arm64.const | 462 PTRACE_SEIZE = 16902
|
/external/honggfuzz/linux/ |
D | trace.c | 1328 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/ |
D | zerrors_linux_sparc64.go | 1140 PTRACE_SEIZE = 0x4206 const
|
D | zerrors_linux_mipsle.go | 1414 PTRACE_SEIZE = 0x4206 const
|
D | zerrors_linux_s390x.go | 1417 PTRACE_SEIZE = 0x4206 const
|
D | zerrors_linux_arm.go | 1414 PTRACE_SEIZE = 0x4206 const
|
D | zerrors_linux_ppc64le.go | 1413 PTRACE_SEIZE = 0x4206 const
|
D | zerrors_linux_mips64.go | 1414 PTRACE_SEIZE = 0x4206 const
|
D | zerrors_linux_ppc64.go | 1413 PTRACE_SEIZE = 0x4206 const
|
12