/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace06.c | 94 #ifdef PTRACE_GETREGS 96 PTRACE_GETREGS,.data = 0}, { 97 PTRACE_GETREGS,.data = 1}, { 98 PTRACE_GETREGS,.data = 2}, { 99 PTRACE_GETREGS,.data = 3}, { 100 PTRACE_GETREGS,.data = -1}, { 101 PTRACE_GETREGS,.data = -2}, { 102 PTRACE_GETREGS,.data = -3}, { 103 PTRACE_GETREGS,.data = -4},
|
D | spawn_ptrace_child.h | 34 if (request == PTRACE_GETREGS || request == PTRACE_SETREGS) { \ 112 #ifdef PTRACE_GETREGS
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | ptrace_syscall.c | 208 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 239 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 271 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 331 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace() 353 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace() 391 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_restart_under_ptrace()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zptracearm_linux.go | 17 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout))) 35 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
|
D | zptracemipsle_linux.go | 23 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout))) 44 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
|
D | zptracemips_linux.go | 23 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout))) 44 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
|
D | zptrace386_linux.go | 33 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout))) 74 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-syscall.c | 96 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 134 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart() 177 if (ptrace(PTRACE_GETREGS, chld, 0, ®s) != 0) in test_ptrace_syscall_restart()
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 34 res = ptrace(PTRACE_GETREGS, pid, NULL, ®s); in main() 48 res = ptrace((enum __ptrace_request)PTRACE_GETREGS, pid, NULL, ®s); in main()
|
/external/u-boot/arch/arm/include/asm/ |
D | ptrace.h | 4 #define PTRACE_GETREGS 12 macro
|
/external/strace/linux/x86_64/ |
D | getregs_old.c | 38 long r = ptrace(PTRACE_GETREGS, tcp->pid, NULL, &x86_64_regs); in getregs_old()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace-abi.h | 68 #define PTRACE_GETREGS 12 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ptrace.h | 51 #define PTRACE_GETREGS 12 macro
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper.cc | 85 if (sys_ptrace(PTRACE_GETREGS, pid, NULL, ®s) == -1 || in SuspendThread() 205 if (sys_ptrace(PTRACE_GETREGS, tid, NULL, &info->regs) == -1) { in GetThreadInfoByIndex()
|
/external/elfutils/tests/ |
D | backtrace-data.c | 181 long l = ptrace (PTRACE_GETREGS, child, NULL, &user_regs); in set_initial_registers() 310 long l = ptrace (PTRACE_GETREGS, child, NULL, &user_regs); in main()
|
/external/elfutils/backends/ |
D | x86_64_initreg.c | 51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in x86_64_set_initial_registers_tid()
|
D | arm_initreg.c | 64 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in arm_set_initial_registers_tid()
|
D | m68k_initreg.c | 50 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in m68k_set_initial_registers_tid()
|
D | sparc_initreg.c | 60 if (ptrace (PTRACE_GETREGS, tid, ®s, 0) == -1) in EBLHOOK()
|
D | i386_initreg.c | 51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in i386_set_initial_registers_tid()
|
/external/u-boot/arch/xtensa/include/asm/ |
D | ptrace.h | 72 #define PTRACE_GETREGS 12 macro
|
/external/u-boot/arch/x86/include/asm/ |
D | ptrace.h | 82 #define PTRACE_GETREGS 12 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 56 #if defined(PTRACE_GETREGS) || (defined(HAVE_DECL_PTRACE_GETREGS) && HAVE_DECL_PTRACE_GETREGS) 57 XLAT(PTRACE_GETREGS),
|
D | ptrace_cmds.in | 14 PTRACE_GETREGS
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | ptrace.h | 16 #define PTRACE_GETREGS 12 macro
|