Searched refs:PTRACE_GETFPREGS (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 40 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/ |
D | ptrace.cc | 31 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS 52 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace-abi.h | 69 #define PTRACE_GETFPREGS 14 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ptrace.h | 52 #define PTRACE_GETFPREGS 14 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | ptrace.h | 17 #define PTRACE_GETFPREGS 14 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 16 PTRACE_GETFPREGS
|
D | ptrace_cmds.h | 56 #if defined(PTRACE_GETFPREGS) || (defined(HAVE_DECL_PTRACE_GETFPREGS) && HAVE_DECL_PTRACE_GETFPREGS) 57 XLAT(PTRACE_GETFPREGS),
|
/external/strace/ |
D | process.c | 162 case PTRACE_GETFPREGS: in SYS_FUNC()
|
D | ChangeLog | 14989 PTRACE_SETREGS, PTRACE_GETFPREGS, and PTRACE_SETFPREGS requests. 14993 PTRACE_SETREGS, PTRACE_GETFPREGS, or PTRACE_SETFPREGS.
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 293 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/ |
D | linux_ptrace_dumper.cc | 209 if (sys_ptrace(PTRACE_GETFPREGS, tid, NULL, &info->fpregs) == -1) { in GetThreadInfoByIndex()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 353 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \ 355 int ptrace_getfpregs = PTRACE_GETFPREGS;
|