Home
last modified time | relevance | path

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

/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/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc31 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
52 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h69 #define PTRACE_GETFPREGS 14 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dptrace.h52 #define PTRACE_GETFPREGS 14 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dptrace.h17 #define PTRACE_GETFPREGS 14 macro
/external/strace/xlat/
Dptrace_cmds.in16 PTRACE_GETFPREGS
Dptrace_cmds.h56 #if defined(PTRACE_GETFPREGS) || (defined(HAVE_DECL_PTRACE_GETFPREGS) && HAVE_DECL_PTRACE_GETFPREGS)
57 XLAT(PTRACE_GETFPREGS),
/external/strace/
Dprocess.c162 case PTRACE_GETFPREGS: in SYS_FUNC()
DChangeLog14989 PTRACE_SETREGS, PTRACE_GETFPREGS, and PTRACE_SETFPREGS requests.
14993 PTRACE_SETREGS, PTRACE_GETFPREGS, or PTRACE_SETFPREGS.
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h293 ret = ptrace(PTRACE_GETFPREGS, child, NULL, regs); in show_fpr()
312 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/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc353 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
355 int ptrace_getfpregs = PTRACE_GETFPREGS;