Home
last modified time | relevance | path

Searched refs:PTRACE_SETFPREGS (Results 1 – 25 of 28) sorted by relevance

12

/external/u-boot/arch/arm/include/asm/
Dptrace.h7 #define PTRACE_SETFPREGS 15 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h71 #define PTRACE_SETFPREGS 15 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dptrace.h54 #define PTRACE_SETFPREGS 15 macro
/external/u-boot/arch/xtensa/include/asm/
Dptrace.h75 #define PTRACE_SETFPREGS 15 macro
/external/u-boot/arch/x86/include/asm/
Dptrace.h85 #define PTRACE_SETFPREGS 15 macro
/external/strace/xlat/
Dptrace_cmds.h65 #if defined(PTRACE_SETFPREGS) || (defined(HAVE_DECL_PTRACE_SETFPREGS) && HAVE_DECL_PTRACE_SETFPREGS)
66 XLAT(PTRACE_SETFPREGS),
Dptrace_cmds.in17 PTRACE_SETFPREGS
/external/kernel-headers/original/uapi/asm-arm/asm/
Dptrace.h19 #define PTRACE_SETFPREGS 15 macro
/external/strace/
Dprocess.c172 case PTRACE_SETFPREGS: in SYS_FUNC()
/external/syzkaller/sys/linux/
Dsys_386.const463 PTRACE_SETFPREGS = 15
Dsys_amd64.const463 PTRACE_SETFPREGS = 15
Dsys_arm.const463 PTRACE_SETFPREGS = 15
Dsys_ppc64le.const463 PTRACE_SETFPREGS = 15
Dsys_arm64.const463 # PTRACE_SETFPREGS is not set
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc353 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
356 int ptrace_setfpregs = PTRACE_SETFPREGS;
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h359 ret = ptrace(PTRACE_SETFPREGS, child, NULL, regs); in write_fpr()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1142 PTRACE_SETFPREGS = 0xf const
Dzerrors_linux_mipsle.go1415 PTRACE_SETFPREGS = 0xf const
Dzerrors_linux_arm.go1416 PTRACE_SETFPREGS = 0xf const
Dzerrors_linux_ppc64le.go1415 PTRACE_SETFPREGS = 0xf const
Dzerrors_linux_mips64.go1415 PTRACE_SETFPREGS = 0xf const
Dzerrors_linux_ppc64.go1415 PTRACE_SETFPREGS = 0xf const
Dzerrors_linux_amd64.go1412 PTRACE_SETFPREGS = 0xf const
Dzerrors_linux_mips64le.go1415 PTRACE_SETFPREGS = 0xf const
Dzerrors_linux_386.go1411 PTRACE_SETFPREGS = 0xf const

12