Home
last modified time | relevance | path

Searched defs:SYSCALL (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/metadata/tests/
Dmacro_str.c1 #define SYSCALL "syscall(\"foo\")" macro
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Derror.rs30 pub const SYSCALL: ErrorCode = ErrorCode(ffi::SSL_ERROR_SYSCALL); constant
/third_party/libunwind/libunwind/tests/
Dtest-ptrace.c62 SYSCALL, enumerator
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dvdso_wrappers.rs239 static mut SYSCALL: AtomicPtr<Function> = AtomicPtr::new(null_mut()); constant