Searched refs:PTRACE_SETOPTIONS (Results 1 – 18 of 18) sorted by relevance
/third_party/musl/ndk_musl_include/sys/ |
D | ptrace.h | 30 #define PTRACE_SETOPTIONS 0x4200 macro 64 #define PT_SETOPTIONS PTRACE_SETOPTIONS
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ptrace.h | 30 #define PTRACE_SETOPTIONS 0x4200 macro 64 #define PT_SETOPTIONS PTRACE_SETOPTIONS
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ptrace.h | 30 #define PTRACE_SETOPTIONS 0x4200 macro 64 #define PT_SETOPTIONS PTRACE_SETOPTIONS
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ptrace.h | 30 #define PTRACE_SETOPTIONS 0x4200 macro 64 #define PT_SETOPTIONS PTRACE_SETOPTIONS
|
/third_party/musl/include/sys/ |
D | ptrace.h | 30 #define PTRACE_SETOPTIONS 0x4200 macro 65 #define PT_SETOPTIONS PTRACE_SETOPTIONS
|
/third_party/ltp/m4/ |
D | ltp-ptrace.m4 | 21 AC_CHECK_DECLS([PTRACE_GETSIGINFO, PTRACE_O_TRACEVFORKDONE, PTRACE_SETOPTIONS],,,[#include "ptrace.…
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 102 PTRACE_SETOPTIONS, 282 Request::PTRACE_SETOPTIONS as RequestType, in setoptions()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | vfork.c | 351 if (ptrace(PTRACE_SETOPTIONS, child, NULL, in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 142 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; constant
|
/third_party/toybox/toys/pending/ |
D | strace.c | 597 ptrace(PTRACE_SETOPTIONS, TT.pid, 0, PTRACE_O_TRACESYSGOOD);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 571 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 736 PTRACE_SETOPTIONS
|
D | linux.txt | 1846 PTRACE_SETOPTIONS
|
D | android.txt | 1801 PTRACE_SETOPTIONS
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 866 pub const PTRACE_SETOPTIONS: ::c_uint = 0x4200; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1360 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1505 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2779 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; constant
|