Searched refs:PTRACE_SETFPREGS (Results 1 - 7 of 7) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/sparc/
H A Dptrace.h24 #undef PTRACE_SETFPREGS macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dptrace.h48 #define PTRACE_SETFPREGS 15 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h64 #define PTRACE_SETFPREGS 15 macro
/external/strace/xlat/
H A Dptrace_cmds.h49 #if defined(PTRACE_SETFPREGS) || (defined(HAVE_DECL_PTRACE_SETFPREGS) && HAVE_DECL_PTRACE_SETFPREGS)
50 XLAT(PTRACE_SETFPREGS),
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dptrace.h18 #define PTRACE_SETFPREGS 15 macro
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp118 case PTRACE_SETFPREGS:
121 verbose_log->Printf("PTRACE_SETFPREGS %s", buf.GetData());
671 if (PTRACE(PTRACE_SETFPREGS, m_tid, NULL, m_buf, m_buf_size) < 0)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc290 int ptrace_setfpregs = PTRACE_SETFPREGS;

Completed in 2591 milliseconds