Home
last modified time | relevance | path

Searched refs:PTRACE_GETFPREGS (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/lldb/include/lldb/Host/linux/
DPtrace.h29 #ifndef PTRACE_GETFPREGS
30 #define PTRACE_GETFPREGS 14 macro
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dptrace.cpp42 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/
Dptrace.cc40 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/
Dptrace.cc31 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
52 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cpp31 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
52 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h70 #define PTRACE_GETFPREGS 14 macro
/external/strace/xlat/
Dptrace_cmds.in16 PTRACE_GETFPREGS
Dptrace_cmds.h62 #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/
Dptrace.h18 #define PTRACE_GETFPREGS 14 macro
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux.cpp104 return NativeProcessLinux::PtraceWrapper(PTRACE_GETFPREGS, m_thread.GetID(), in ReadFPR()
/external/strace/
Dprocess.c171 case PTRACE_GETFPREGS: in SYS_FUNC()
/external/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs195 pub const PTRACE_GETFPREGS: ::c_int = 14; constant
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h327 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/
Dmod.rs302 pub const PTRACE_GETFPREGS: ::c_uint = 14; constant
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs107 pub const PTRACE_GETFPREGS: ::c_int = 14; constant
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc186 if (sys_ptrace(PTRACE_GETFPREGS, tid, NULL, fp_addr) == -1) { in ReadRegisters()
/external/rust/crates/nix/src/sys/ptrace/
Dlinux.rs67 PTRACE_GETFPREGS,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc353 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
355 int ptrace_getfpregs = PTRACE_GETFPREGS;
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp352 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
354 int ptrace_getfpregs = PTRACE_GETFPREGS;
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs552 pub const PTRACE_GETFPREGS: ::c_int = 14; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs662 pub const PTRACE_GETFPREGS: ::c_uint = 14; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
Dmod.rs805 pub const PTRACE_GETFPREGS: ::c_uint = 14; constant
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1391 pub const PTRACE_GETFPREGS: ::c_uint = 14; constant
/external/rust/crates/nix/
DCHANGELOG.md417 - `PTRACE_GETREGS`, `PTRACE_SETREGS`, `PTRACE_GETFPREGS`, and
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2757 pub const PTRACE_GETFPREGS: ::c_int = 14; constant

12