Home
last modified time | relevance | path

Searched refs:PTRACE_SYSCALL (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h29 #define PTRACE_SYSCALL 24 macro
63 #define PT_SYSCALL PTRACE_SYSCALL
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h29 #define PTRACE_SYSCALL 24 macro
63 #define PT_SYSCALL PTRACE_SYSCALL
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h29 #define PTRACE_SYSCALL 24 macro
63 #define PT_SYSCALL PTRACE_SYSCALL
/third_party/musl/include/sys/
H A Dptrace.h29 #define PTRACE_SYSCALL 24 macro
64 #define PT_SYSCALL PTRACE_SYSCALL
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dsimple_tracer.c132 ret = vptrace(PTRACE_SYSCALL, pid, NULL, NULL); in main()
H A Dptrace04.c117 if (ptrace(PTRACE_SYSCALL, pid, NULL, NULL) && errno) { in main()
118 tst_brkm(TFAIL, NULL, "PTRACE_SYSCALL failed: %s", in main()
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs101 PTRACE_SYSCALL,
334 /// Continue execution until the next syscall, as with `ptrace(PTRACE_SYSCALL, ...)`
344 ptrace_other(Request::PTRACE_SYSCALL, pid, ptr::null_mut(), data) in syscall()
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c337 ptrace (PTRACE_SYSCALL, target_pid, 0, pending_sig); in main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs141 pub const PTRACE_SYSCALL: ::c_int = 24; consts
/third_party/toybox/toys/pending/
H A Dstrace.c550 ptrace(PTRACE_SYSCALL, TT.pid, 0, 0); in next()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs570 pub const PTRACE_SYSCALL: ::c_int = 24; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1359 pub const PTRACE_SYSCALL: ::c_int = 24; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs865 pub const PTRACE_SYSCALL: ::c_uint = 24; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1504 pub const PTRACE_SYSCALL: ::c_int = 24; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2778 pub const PTRACE_SYSCALL: ::c_int = 24; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2364 pub const PTRACE_SYSCALL: ::c_int = PTRACE_SCE | PTRACE_SCX; consts

Completed in 44 milliseconds