Home
last modified time | relevance | path

Searched refs:PTRACE_GETFPREGS (Results 1 – 25 of 31) sorted by relevance

12

/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc31 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
52 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dptrace.cc40 res = ptrace(PTRACE_GETFPREGS, pid, NULL, &fpregs); in main()
62 res = ptrace((enum __ptrace_request)PTRACE_GETFPREGS, pid, NULL, &fpregs); in main()
/external/u-boot/arch/arm/include/asm/
Dptrace.h6 #define PTRACE_GETFPREGS 14 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h70 #define PTRACE_GETFPREGS 14 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dptrace.h53 #define PTRACE_GETFPREGS 14 macro
/external/u-boot/arch/xtensa/include/asm/
Dptrace.h74 #define PTRACE_GETFPREGS 14 macro
/external/u-boot/arch/x86/include/asm/
Dptrace.h84 #define PTRACE_GETFPREGS 14 macro
/external/strace/xlat/
Dptrace_cmds.h62 #if defined(PTRACE_GETFPREGS) || (defined(HAVE_DECL_PTRACE_GETFPREGS) && HAVE_DECL_PTRACE_GETFPREGS)
63 XLAT(PTRACE_GETFPREGS),
Dptrace_cmds.in16 PTRACE_GETFPREGS
/external/kernel-headers/original/uapi/asm-arm/asm/
Dptrace.h18 #define PTRACE_GETFPREGS 14 macro
/external/strace/
Dprocess.c171 case PTRACE_GETFPREGS: in SYS_FUNC()
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h331 ret = ptrace(PTRACE_GETFPREGS, child, NULL, regs); in show_fpr()
350 ret = ptrace(PTRACE_GETFPREGS, child, NULL, regs); in write_fpr()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc209 if (sys_ptrace(PTRACE_GETFPREGS, tid, NULL, &info->fpregs) == -1) { in GetThreadInfoByIndex()
/external/syzkaller/sys/linux/
Dsys_386.const439 PTRACE_GETFPREGS = 14
Dsys_amd64.const439 PTRACE_GETFPREGS = 14
Dsys_arm.const439 PTRACE_GETFPREGS = 14
Dsys_ppc64le.const439 PTRACE_GETFPREGS = 14
Dsys_arm64.const439 # PTRACE_GETFPREGS is not set
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc353 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
355 int ptrace_getfpregs = PTRACE_GETFPREGS;
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1108 PTRACE_GETFPREGS = 0xe const
Dzerrors_linux_mipsle.go1377 PTRACE_GETFPREGS = 0xe const
Dzerrors_linux_arm.go1380 PTRACE_GETFPREGS = 0xe const
Dzerrors_linux_ppc64le.go1380 PTRACE_GETFPREGS = 0xe const
Dzerrors_linux_mips64.go1377 PTRACE_GETFPREGS = 0xe const
Dzerrors_linux_ppc64.go1380 PTRACE_GETFPREGS = 0xe const

12