Searched refs:PTRACE_SETREGSET (Results 1 – 17 of 17) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace07.c | 43 #ifndef PTRACE_SETREGSET 44 # define PTRACE_SETREGSET 0x4205 macro 134 TEST(ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov)); in do_test()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ptrace.h | 35 #define PTRACE_SETREGSET 0x4205 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ptrace.h | 35 #define PTRACE_SETREGSET 0x4205 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | ptrace.h | 35 #define PTRACE_SETREGSET 0x4205 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ptrace.h | 35 #define PTRACE_SETREGSET 0x4205 macro
|
/third_party/musl/include/sys/ |
D | ptrace.h | 35 #define PTRACE_SETREGSET 0x4205 macro
|
/third_party/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 70 if (ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &loc) == -1) in _UPT_access_reg()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 147 pub const PTRACE_SETREGSET: ::c_int = 0x4205; constant
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 111 PTRACE_SETREGSET,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 738 PTRACE_SETREGSET
|
D | linux.txt | 1847 PTRACE_SETREGSET
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 576 pub const PTRACE_SETREGSET: ::c_int = 0x4205; constant
|
/third_party/libunwind/ |
D | configure.ac | 58 AC_CHECK_DECLS([PTRACE_POKEUSER, PTRACE_POKEDATA, PTRACE_SETREGSET,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 871 pub const PTRACE_SETREGSET: ::c_uint = 0x4205; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1365 pub const PTRACE_SETREGSET: ::c_int = 0x4205; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1510 pub const PTRACE_SETREGSET: ::c_int = 0x4205; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2784 pub const PTRACE_SETREGSET: ::c_int = 0x4205; constant
|