Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGS (Results 1 – 25 of 46) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace06.c116 #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},
Dspawn_ptrace_child.h34 if (request == PTRACE_GETREGS || request == PTRACE_SETREGS) { \
115 #ifdef PTRACE_SETREGS
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzptracearm_linux.go22 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs)))
40 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs)))
Dzptracemipsle_linux.go28 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs)))
49 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs)))
Dzptracemips_linux.go28 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs)))
49 return ptrace(PTRACE_SETREGS, pid, 0, uintptr(unsafe.Pointer(regs)))
Dzptrace386_linux.go38 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/
Dptrace-syscall.c127 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
170 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
/external/u-boot/arch/arm/include/asm/
Dptrace.h5 #define PTRACE_SETREGS 13 macro
/external/linux-kselftest/tools/testing/selftests/x86/
Dptrace_syscall.c232 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
264 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
368 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_restart_under_ptrace()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h69 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dptrace.h52 #define PTRACE_SETREGS 13 macro
/external/u-boot/arch/xtensa/include/asm/
Dptrace.h73 #define PTRACE_SETREGS 13 macro
/external/u-boot/arch/x86/include/asm/
Dptrace.h83 #define PTRACE_SETREGS 13 macro
/external/strace/xlat/
Dptrace_cmds.h59 #if defined(PTRACE_SETREGS) || (defined(HAVE_DECL_PTRACE_SETREGS) && HAVE_DECL_PTRACE_SETREGS)
60 XLAT(PTRACE_SETREGS),
Dptrace_cmds.in15 PTRACE_SETREGS
/external/kernel-headers/original/uapi/asm-arm/asm/
Dptrace.h17 #define PTRACE_SETREGS 13 macro
/external/strace/
Dsyscall.c56 # 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()
Dprocess.c170 case PTRACE_SETREGS: in SYS_FUNC()
/external/libunwind/src/ptrace/
D_UPT_access_reg.c319 if (ptrace(PTRACE_SETREGS, pid, 0, (void*)&regs) == -1) in _UPT_access_reg()
/external/elfutils/tests/
Dbacktrace.c286 l = ptrace (PTRACE_SETREGS, pid2, 0, (intptr_t) &user_regs); in prepare_thread()
/external/syzkaller/sys/linux/
Dsys_386.const465 PTRACE_SETREGS = 13
Dsys_amd64.const465 PTRACE_SETREGS = 13
Dsys_arm.const465 PTRACE_SETREGS = 13
Dsys_ppc64le.const465 PTRACE_SETREGS = 13
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc345 #if (defined(PTRACE_GETREGS) && defined(PTRACE_SETREGS)) || \
348 int ptrace_setregs = PTRACE_SETREGS;

12