Home
last modified time | relevance | path

Searched refs:SYSCALL (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso_wrappers.rs93 let callee = match transmute(super::SYSCALL.load(Relaxed)) {
105 let callee = match transmute(super::SYSCALL.load(Relaxed)) {
117 let callee = match transmute(super::SYSCALL.load(Relaxed)) {
130 let callee = match transmute(super::SYSCALL.load(Relaxed)) {
144 let callee = match transmute(super::SYSCALL.load(Relaxed)) {
159 let callee = match transmute(super::SYSCALL.load(Relaxed)) {
175 let callee = match transmute(super::SYSCALL.load(Relaxed)) {
192 let callee = match transmute(super::SYSCALL.load(Relaxed)) {
225 /// Initialize `SYSCALL` and return its value.
231 unsafe { transmute(SYSCALL in init_syscall()
239 static mut SYSCALL: AtomicPtr<Function> = AtomicPtr::new(null_mut()); global() consts
[all...]
/third_party/ltp/metadata/tests/
H A Dmacro_str.c1 #define SYSCALL "syscall(\"foo\")" macro
4 .syscall = SYSCALL,
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c62 SYSCALL, enumerator
65 trace_mode = SYSCALL;
199 ++optind, trace_mode = SYSCALL; /* backtrace at each syscall */ in main()
332 case SYSCALL: in main()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Derror.rs30 pub const SYSCALL: ErrorCode = ErrorCode(ffi::SSL_ERROR_SYSCALL); consts
112 ErrorCode::SYSCALL => match self.io_error() { in fmt()
H A Dmod.rs3743 ErrorCode::SYSCALL => { in make_error()
3804 Err(ref e) if e.code() == ErrorCode::SYSCALL && e.io_error().is_none() => { in read()
/third_party/sqlite/src/
H A Dsqlite3.c45561 # define SYSCALL global() macro
[all...]
/third_party/libbpf/src/
H A Dlibbpf.c9271 SEC_DEF("syscall", SYSCALL, 0, SEC_SLEEPABLE),

Completed in 152 milliseconds