Home
last modified time | relevance | path

Searched refs:PTRACE_GET_SYSCALL_INFO (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/ndk_musl_include/sys/
Dptrace.h44 #define PTRACE_GET_SYSCALL_INFO 0x420e macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dptrace.h44 #define PTRACE_GET_SYSCALL_INFO 0x420e macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dptrace.h44 #define PTRACE_GET_SYSCALL_INFO 0x420e macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dptrace.h44 #define PTRACE_GET_SYSCALL_INFO 0x420e macro
/third_party/musl/include/sys/
Dptrace.h44 #define PTRACE_GET_SYSCALL_INFO 0x420e macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-gnu.txt364 PTRACE_GET_SYSCALL_INFO
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs876 pub const PTRACE_GET_SYSCALL_INFO: ::c_uint = 0x420e; constant