Searched refs:PTRACE_GETFPXREGS (Results 1 – 18 of 18) sorted by relevance
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace-abi.h | 72 #define PTRACE_GETFPXREGS 18 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 18 PTRACE_GETFPXREGS
|
D | ptrace_cmds.h | 68 #if defined(PTRACE_GETFPXREGS) || (defined(HAVE_DECL_PTRACE_GETFPXREGS) && HAVE_DECL_PTRACE_GETFPXR… 69 XLAT(PTRACE_GETFPXREGS),
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cc | 123 res = ptrace(PTRACE_GETFPXREGS, pid, NULL, &fpxregs); in main()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cpp | 131 res = ptrace(PTRACE_GETFPXREGS, pid, NULL, &fpxregs); in main()
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 111 pub const PTRACE_GETFPXREGS: ::c_int = 18; constant
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper.cc | 249 if (sys_ptrace(PTRACE_GETFPXREGS, tid, NULL, &info->fpxregs) == -1) { in GetThreadInfoByIndex()
|
/external/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 82 PTRACE_GETFPXREGS,
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 361 #if (defined(PTRACE_GETFPXREGS) && defined(PTRACE_SETFPXREGS)) || \ 363 int ptrace_getfpxregs = PTRACE_GETFPXREGS;
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 360 #if (defined(PTRACE_GETFPXREGS) && defined(PTRACE_SETFPXREGS)) || \ 362 int ptrace_getfpxregs = PTRACE_GETFPXREGS;
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 556 pub const PTRACE_GETFPXREGS: ::c_int = 18; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 664 pub const PTRACE_GETFPXREGS: ::c_uint = 18; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
D | mod.rs | 716 pub const PTRACE_GETFPXREGS: ::c_uint = 18; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/ |
D | mod.rs | 808 pub const PTRACE_GETFPXREGS: ::c_uint = 18; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
D | mod.rs | 518 pub const PTRACE_GETFPXREGS: ::c_uint = 18; constant
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 716 #ifndef PTRACE_GETFPXREGS 717 #define PTRACE_GETFPXREGS ((enum __ptrace_request)18) macro
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1393 pub const PTRACE_GETFPXREGS: ::c_uint = 18; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2761 pub const PTRACE_GETFPXREGS: ::c_int = 18; constant
|