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

/external/ltrace/sysdeps/linux-gnu/sparc/
H A Dptrace.h23 #undef PTRACE_GETFPREGS macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dptrace.h47 #define PTRACE_GETFPREGS 14 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h63 #define PTRACE_GETFPREGS 14 macro
/external/strace/xlat/
H A Dptrace_cmds.h46 #if defined(PTRACE_GETFPREGS) || (defined(HAVE_DECL_PTRACE_GETFPREGS) && HAVE_DECL_PTRACE_GETFPREGS)
47 XLAT(PTRACE_GETFPREGS),
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cc41 res = ptrace(PTRACE_GETFPREGS, pid, NULL, &fpregs);
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cc29 res = ptrace(PTRACE_GETFPREGS, pid, NULL, &fpregs);
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dptrace.h17 #define PTRACE_GETFPREGS 14 macro
/external/ltrace/sysdeps/linux-gnu/m68k/
H A Dfetch.c53 && ptrace(PTRACE_GETFPREGS, proc->pid, 0, &context->fpregs) < 0)
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dfetch.c104 if (ptrace(PTRACE_GETFPREGS, proc->pid, 0, &context->fpregs) < 0)
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dfetch.c578 if (ptrace(PTRACE_GETFPREGS, proc->pid,
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc289 int ptrace_getfpregs = PTRACE_GETFPREGS;
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp586 if (PTRACE(PTRACE_GETFPREGS, m_tid, NULL, m_buf, m_buf_size) < 0)

Completed in 4150 milliseconds