Searched refs:PTRACE_SETOPTIONS (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ptrace.h | 30 #define PTRACE_SETOPTIONS 0x4200 macro 64 #define PT_SETOPTIONS PTRACE_SETOPTIONS
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A 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/ |
H A D | ptrace.h | 30 #define PTRACE_SETOPTIONS 0x4200 macro 64 #define PT_SETOPTIONS PTRACE_SETOPTIONS
|
/third_party/musl/include/sys/ |
H A D | ptrace.h | 30 #define PTRACE_SETOPTIONS 0x4200 macro 65 #define PT_SETOPTIONS PTRACE_SETOPTIONS
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | linux.rs | 102 PTRACE_SETOPTIONS, 162 /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. 278 /// Set options, as with `ptrace(PTRACE_SETOPTIONS,...)`. 282 Request::PTRACE_SETOPTIONS as RequestType, in setoptions()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | vfork.c | 351 if (ptrace(PTRACE_SETOPTIONS, child, NULL, in main() 354 "ptrace(PTRACE_SETOPTIONS) " in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 142 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; consts
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 597 ptrace(PTRACE_SETOPTIONS, TT.pid, 0, PTRACE_O_TRACESYSGOOD); in strace_main() 598 if (errno) perror_exit("PTRACE_SETOPTIONS PTRACE_O_TRACESYSGOOD failed"); in strace_main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 571 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1360 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 866 pub const PTRACE_SETOPTIONS: ::c_uint = 0x4200; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1505 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1944 // ::Options set using PTRACE_SETOPTIONS. 2779 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; consts
|
Completed in 33 milliseconds