Home
last modified time | relevance | path

Searched refs:__X32_SYSCALL_BIT (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dx32.rs52 pub const __X32_SYSCALL_BIT: ::c_long = 0x40000000; consts
54 pub const SYS_read: ::c_long = __X32_SYSCALL_BIT + 0;
55 pub const SYS_write: ::c_long = __X32_SYSCALL_BIT + 1;
56 pub const SYS_open: ::c_long = __X32_SYSCALL_BIT + 2;
57 pub const SYS_close: ::c_long = __X32_SYSCALL_BIT + 3;
58 pub const SYS_stat: ::c_long = __X32_SYSCALL_BIT + 4;
59 pub const SYS_fstat: ::c_long = __X32_SYSCALL_BIT + 5;
60 pub const SYS_lstat: ::c_long = __X32_SYSCALL_BIT + 6;
61 pub const SYS_poll: ::c_long = __X32_SYSCALL_BIT + 7;
62 pub const SYS_lseek: ::c_long = __X32_SYSCALL_BIT
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c281 # define __NR_getrandom (__X32_SYSCALL_BIT + 318)
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c281 # define __NR_getrandom (__X32_SYSCALL_BIT + 318)
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1835 pub const __X32_SYSCALL_BIT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1828 pub const __X32_SYSCALL_BIT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs1835 pub const __X32_SYSCALL_BIT: u32 = 1073741824; consts

Completed in 42 milliseconds