Searched refs:PTRACE_GETFPREGS (Results 1 – 13 of 13) 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/ltrace/sysdeps/linux-gnu/sparc/ |
D | ptrace.h | 23 #undef 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/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/kernel-headers/original/uapi/asm-arm/asm/ |
D | ptrace.h | 17 #define PTRACE_GETFPREGS 14 macro
|
/external/ltrace/sysdeps/linux-gnu/m68k/ |
D | fetch.c | 53 && ptrace(PTRACE_GETFPREGS, proc->pid, 0, &context->fpregs) < 0) in fetch_register_banks()
|
/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/ltrace/sysdeps/linux-gnu/ppc/ |
D | fetch.c | 104 if (ptrace(PTRACE_GETFPREGS, proc->pid, 0, &context->fpregs) < 0) in fetch_context_init()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 348 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \ 350 int ptrace_getfpregs = PTRACE_GETFPREGS;
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
D | fetch.c | 578 if (ptrace(PTRACE_GETFPREGS, proc->pid, in fetch_register_banks()
|