Home
last modified time | relevance | path

Searched refs:PTRACE_GETFPREGS (Results 1 – 13 of 13) 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/ltrace/sysdeps/linux-gnu/sparc/
Dptrace.h23 #undef 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/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/kernel-headers/original/uapi/asm-arm/asm/
Dptrace.h17 #define PTRACE_GETFPREGS 14 macro
/external/ltrace/sysdeps/linux-gnu/m68k/
Dfetch.c53 && ptrace(PTRACE_GETFPREGS, proc->pid, 0, &context->fpregs) < 0) in fetch_register_banks()
/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/ltrace/sysdeps/linux-gnu/ppc/
Dfetch.c104 if (ptrace(PTRACE_GETFPREGS, proc->pid, 0, &context->fpregs) < 0) in fetch_context_init()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc348 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
350 int ptrace_getfpregs = PTRACE_GETFPREGS;
/external/ltrace/sysdeps/linux-gnu/x86/
Dfetch.c578 if (ptrace(PTRACE_GETFPREGS, proc->pid, in fetch_register_banks()