Home
last modified time | relevance | path

Searched refs:greg_t (Results 1 – 16 of 16) sorted by relevance

/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Daarch64.rs4 pub type greg_t = u64; typedef
15 pub __gregs: [crate::greg_t; 32],
17 __spare: [crate::greg_t; 8],
/rust-libc-0.2.174/src/unix/solarish/
H A Dx86_64.rs9 pub type greg_t = c_long; typedef
75 pub gregs: [crate::greg_t; 28],
/rust-libc-0.2.174/libc-test/semver/
H A Dlinux-s390x.txt111 greg_t
H A Dandroid-arm.txt119 greg_t
H A Dlinux-x86_64.txt151 greg_t
H A Dlinux-i686.txt218 greg_t
/rust-libc-0.2.174/src/unix/linux_like/android/b32/x86/
H A Dmod.rs4 pub type greg_t = i32; typedef
25 pub gregs: [greg_t; 19],
/rust-libc-0.2.174/src/unix/linux_like/android/b64/x86_64/
H A Dmod.rs5 pub type greg_t = i64; typedef
160 pub gregs: [greg_t; 23],
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs9 pub type greg_t = i64; typedef
235 pub gregs: [greg_t; 23],
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b64/x86_64/
H A Dmod.rs9 pub type greg_t = i64; typedef
110 pub gregs: [greg_t; 23],
/rust-libc-0.2.174/src/unix/linux_like/android/b64/riscv64/
H A Dmod.rs5 pub type greg_t = i64; typedef
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b32/x86/
H A Dmod.rs5 pub type greg_t = i32; typedef
117 pub gregs: [greg_t; 19],
/rust-libc-0.2.174/src/unix/linux_like/android/b32/
H A Darm.rs4 pub type greg_t = i32; typedef
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b64/
H A Ds390x.rs7 pub type greg_t = u64; typedef
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/
H A Ds390x.rs10 pub type greg_t = u64; typedef
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs190 pub type greg_t = c_int; typedef
191 pub type gregset_t = [greg_t; 19usize];