Home
last modified time | relevance | path

Searched refs:PTRACE_SETOPTIONS (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h30 #define PTRACE_SETOPTIONS 0x4200 macro
64 #define PT_SETOPTIONS PTRACE_SETOPTIONS
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h30 #define PTRACE_SETOPTIONS 0x4200 macro
64 #define PT_SETOPTIONS PTRACE_SETOPTIONS
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h30 #define PTRACE_SETOPTIONS 0x4200 macro
64 #define PT_SETOPTIONS PTRACE_SETOPTIONS
/third_party/musl/include/sys/
H A Dptrace.h30 #define PTRACE_SETOPTIONS 0x4200 macro
65 #define PT_SETOPTIONS PTRACE_SETOPTIONS
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs102 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 Dvfork.c351 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 Dmod.rs142 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; consts
/third_party/toybox/toys/pending/
H A Dstrace.c597 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 Dmod.rs571 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1360 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs866 pub const PTRACE_SETOPTIONS: ::c_uint = 0x4200; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1505 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1944 // ::Options set using PTRACE_SETOPTIONS.
2779 pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; consts

Completed in 33 milliseconds