/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace06.c | 116 #ifdef PTRACE_SETREGS 118 PTRACE_SETREGS,.data = 0}, { 119 PTRACE_SETREGS,.data = 1}, { 120 PTRACE_SETREGS,.data = 2}, { 121 PTRACE_SETREGS,.data = 3}, { 122 PTRACE_SETREGS,.data = -1}, { 123 PTRACE_SETREGS,.data = -2}, { 124 PTRACE_SETREGS,.data = -3}, { 125 PTRACE_SETREGS,.data = -4},
|
D | spawn_ptrace_child.h | 34 if (request == PTRACE_GETREGS || request == PTRACE_SETREGS) { \ 115 #ifdef PTRACE_SETREGS
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zptracearm_linux.go | 22 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs))) 40 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs)))
|
D | zptracemipsle_linux.go | 28 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs))) 49 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs)))
|
D | zptracemips_linux.go | 28 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs))) 49 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs)))
|
D | zptrace386_linux.go | 38 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs))) 79 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs)))
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-syscall.c | 127 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 170 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart()
|
/external/u-boot/arch/arm/include/asm/ |
D | ptrace.h | 5 #define PTRACE_SETREGS 13 macro
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | ptrace_syscall.c | 232 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 264 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 368 if (ptrace(PTRACE_SETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace-abi.h | 69 #define PTRACE_SETREGS 13 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ptrace.h | 52 #define PTRACE_SETREGS 13 macro
|
/external/u-boot/arch/xtensa/include/asm/ |
D | ptrace.h | 73 #define PTRACE_SETREGS 13 macro
|
/external/u-boot/arch/x86/include/asm/ |
D | ptrace.h | 83 #define PTRACE_SETREGS 13 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 59 #if defined(PTRACE_SETREGS) || (defined(HAVE_DECL_PTRACE_SETREGS) && HAVE_DECL_PTRACE_SETREGS) 60 XLAT(PTRACE_SETREGS),
|
D | ptrace_cmds.in | 15 PTRACE_SETREGS
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | ptrace.h | 17 #define PTRACE_SETREGS 13 macro
|
/external/strace/ |
D | syscall.c | 56 # undef PTRACE_SETREGS 57 # define PTRACE_SETREGS PTRACE_SETREGS64 macro 1078 return ptrace(PTRACE_SETREGS, pid, (void *) &ARCH_REGS_FOR_GETREGS, 0); in ptrace_setregs() 1080 return ptrace(PTRACE_SETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS); in ptrace_setregs()
|
D | process.c | 170 case PTRACE_SETREGS: in SYS_FUNC()
|
/external/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 319 if (ptrace(PTRACE_SETREGS, pid, 0, (void*)®s) == -1) in _UPT_access_reg()
|
/external/elfutils/tests/ |
D | backtrace.c | 286 l = ptrace (PTRACE_SETREGS, pid2, 0, (intptr_t) &user_regs); in prepare_thread()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 465 PTRACE_SETREGS = 13
|
D | sys_amd64.const | 465 PTRACE_SETREGS = 13
|
D | sys_arm.const | 465 PTRACE_SETREGS = 13
|
D | sys_ppc64le.const | 465 PTRACE_SETREGS = 13
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 345 #if (defined(PTRACE_GETREGS) && defined(PTRACE_SETREGS)) || \ 348 int ptrace_setregs = PTRACE_SETREGS;
|