Home
last modified time | relevance | path

Searched refs:PTRACE_GETFPXREGS (Results 1 – 18 of 18) sorted by relevance

/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h72 #define PTRACE_GETFPXREGS 18 macro
/external/strace/xlat/
Dptrace_cmds.in18 PTRACE_GETFPXREGS
Dptrace_cmds.h68 #if defined(PTRACE_GETFPXREGS) || (defined(HAVE_DECL_PTRACE_GETFPXREGS) && HAVE_DECL_PTRACE_GETFPXR…
69 XLAT(PTRACE_GETFPXREGS),
/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc123 res = ptrace(PTRACE_GETFPXREGS, pid, NULL, &fpxregs); in main()
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cpp131 res = ptrace(PTRACE_GETFPXREGS, pid, NULL, &fpxregs); in main()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs111 pub const PTRACE_GETFPXREGS: ::c_int = 18; constant
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc249 if (sys_ptrace(PTRACE_GETFPXREGS, tid, NULL, &info->fpxregs) == -1) { in GetThreadInfoByIndex()
/external/rust/crates/nix/src/sys/ptrace/
Dlinux.rs82 PTRACE_GETFPXREGS,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc361 #if (defined(PTRACE_GETFPXREGS) && defined(PTRACE_SETFPXREGS)) || \
363 int ptrace_getfpxregs = PTRACE_GETFPXREGS;
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp360 #if (defined(PTRACE_GETFPXREGS) && defined(PTRACE_SETFPXREGS)) || \
362 int ptrace_getfpxregs = PTRACE_GETFPXREGS;
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs556 pub const PTRACE_GETFPXREGS: ::c_int = 18; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs664 pub const PTRACE_GETFPXREGS: ::c_uint = 18; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
Dmod.rs716 pub const PTRACE_GETFPXREGS: ::c_uint = 18; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
Dmod.rs808 pub const PTRACE_GETFPXREGS: ::c_uint = 18; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
Dmod.rs518 pub const PTRACE_GETFPXREGS: ::c_uint = 18; constant
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h716 #ifndef PTRACE_GETFPXREGS
717 #define PTRACE_GETFPXREGS ((enum __ptrace_request)18) macro
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1393 pub const PTRACE_GETFPXREGS: ::c_uint = 18; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2761 pub const PTRACE_GETFPXREGS: ::c_int = 18; constant