Searched refs:PTRACE_GETFPXREGS (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h65 #define PTRACE_GETFPXREGS 18 macro
/external/strace/xlat/
H A Dptrace_cmds.h52 #if defined(PTRACE_GETFPXREGS) || (defined(HAVE_DECL_PTRACE_GETFPXREGS) && HAVE_DECL_PTRACE_GETFPXREGS)
53 XLAT(PTRACE_GETFPXREGS),
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cc47 res = ptrace(PTRACE_GETFPXREGS, pid, NULL, &fpxregs);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc291 int ptrace_getfpxregs = PTRACE_GETFPXREGS;

Completed in 108 milliseconds