/external/llvm-project/lldb/include/lldb/Host/linux/ |
D | Ptrace.h | 29 #ifndef PTRACE_GETFPREGS 30 #define PTRACE_GETFPREGS 14 macro
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cpp | 42 res = ptrace(PTRACE_GETFPREGS, pid, NULL, &fpregs); in main() 64 res = ptrace((enum __ptrace_request)PTRACE_GETFPREGS, pid, NULL, &fpregs); in main()
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 40 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/ |
D | ptrace.cc | 31 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS 52 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cpp | 31 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS 52 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace-abi.h | 70 #define PTRACE_GETFPREGS 14 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 16 PTRACE_GETFPREGS
|
D | ptrace_cmds.h | 62 #if defined(PTRACE_GETFPREGS) || (defined(HAVE_DECL_PTRACE_GETFPREGS) && HAVE_DECL_PTRACE_GETFPREGS) 63 XLAT(PTRACE_GETFPREGS),
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | ptrace.h | 18 #define PTRACE_GETFPREGS 14 macro
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeRegisterContextLinux.cpp | 104 return NativeProcessLinux::PtraceWrapper(PTRACE_GETFPREGS, m_thread.GetID(), in ReadFPR()
|
/external/strace/ |
D | process.c | 171 case PTRACE_GETFPREGS: in SYS_FUNC()
|
/external/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 195 pub const PTRACE_GETFPREGS: ::c_int = 14; constant
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 327 ret = ptrace(PTRACE_GETFPREGS, child, NULL, regs); in show_fpr() 346 ret = ptrace(PTRACE_GETFPREGS, child, NULL, regs); in write_fpr()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 302 pub const PTRACE_GETFPREGS: ::c_uint = 14; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 107 pub const PTRACE_GETFPREGS: ::c_int = 14; constant
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper.cc | 186 if (sys_ptrace(PTRACE_GETFPREGS, tid, NULL, fp_addr) == -1) { in ReadRegisters()
|
/external/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 67 PTRACE_GETFPREGS,
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 353 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \ 355 int ptrace_getfpregs = PTRACE_GETFPREGS;
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 352 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \ 354 int ptrace_getfpregs = PTRACE_GETFPREGS;
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 552 pub const PTRACE_GETFPREGS: ::c_int = 14; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 662 pub const PTRACE_GETFPREGS: ::c_uint = 14; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/ |
D | mod.rs | 805 pub const PTRACE_GETFPREGS: ::c_uint = 14; constant
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1391 pub const PTRACE_GETFPREGS: ::c_uint = 14; constant
|
/external/rust/crates/nix/ |
D | CHANGELOG.md | 417 - `PTRACE_GETREGS`, `PTRACE_SETREGS`, `PTRACE_GETFPREGS`, and
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2757 pub const PTRACE_GETFPREGS: ::c_int = 14; constant
|