| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | x86.rs | 7 pub type register_t = i32; typedef 13 pub mc_gs: register_t, 14 pub mc_fs: register_t, 15 pub mc_es: register_t, 16 pub mc_ds: register_t, 17 pub mc_edi: register_t, 18 pub mc_esi: register_t, 19 pub mc_ebp: register_t, 20 pub mc_isp: register_t, 21 pub mc_ebx: register_t, [all …]
|
| H A D | riscv64.rs | 7 pub type register_t = i64; typedef 11 pub gp_ra: crate::register_t, 12 pub gp_sp: crate::register_t, 13 pub gp_gp: crate::register_t, 14 pub gp_tp: crate::register_t, 15 pub gp_t: [crate::register_t; 7], 16 pub gp_s: [crate::register_t; 12], 17 pub gp_a: [crate::register_t; 8], 18 pub gp_sepc: crate::register_t, 19 pub gp_sstatus: crate::register_t,
|
| H A D | aarch64.rs | 7 pub type register_t = i64; typedef 11 pub gp_x: [crate::register_t; 30], 12 pub gp_lr: crate::register_t, 13 pub gp_sp: crate::register_t, 14 pub gp_elr: crate::register_t,
|
| H A D | powerpc64.rs | 7 pub type register_t = i64; typedef 18 pub mc_frame: [crate::register_t; 42],
|
| H A D | powerpc.rs | 7 pub type register_t = i32; typedef 18 pub mc_frame: [crate::register_t; 42],
|
| H A D | arm.rs | 7 pub type register_t = i32; typedef
|
| H A D | mod.rs | 368 pub sr_retval: [crate::register_t; 2], 382 pub pscr_args: *mut crate::register_t,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/x86_64/ |
| H A D | mod.rs | 7 pub type register_t = i64; typedef 104 pub mc_rdi: register_t, 105 pub mc_rsi: register_t, 106 pub mc_rdx: register_t, 107 pub mc_rcx: register_t, 108 pub mc_r8: register_t, 109 pub mc_r9: register_t, 110 pub mc_rax: register_t, 111 pub mc_rbx: register_t, 128 pub mc_cs: register_t, [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 29 pub type register_t = c_long; typedef 490 pub mc_rdi: register_t, 491 pub mc_rsi: register_t, 492 pub mc_rdx: register_t, 493 pub mc_rcx: register_t, 494 pub mc_r8: register_t, 495 pub mc_r9: register_t, 496 pub mc_rax: register_t, 497 pub mc_rbx: register_t, 511 pub mc_cs: register_t, [all …]
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | cygwin.txt | 813 register_t
|
| H A D | freebsd.txt | 2246 register_t
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 64 pub type register_t = intptr_t; typedef
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 125 pub type register_t = c_int; typedef
|