Sha256: ff8115367d3d7d354f792d6176dfaaa26353f57056197b563bf4681f91ff7985

Contents?: true

Size: 498 Bytes

Versions: 36

Compression:

Stored size: 498 Bytes

Contents

pub type c_ulong = u64;
pub type c_long = i64;
pub type time_t = i64;

pub type Elf_Addr = ::Elf64_Addr;
pub type Elf_Half = ::Elf64_Half;
pub type Elf_Phdr = ::Elf64_Phdr;

s! {
    pub struct Elf64_Phdr {
        pub p_type: ::Elf64_Word,
        pub p_flags: ::Elf64_Word,
        pub p_offset: ::Elf64_Off,
        pub p_vaddr: ::Elf64_Addr,
        pub p_paddr: ::Elf64_Addr,
        pub p_filesz: ::Elf64_Xword,
        pub p_memsz: ::Elf64_Xword,
        pub p_align: ::Elf64_Xword,
    }
}

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
wasmtime-14.0.0 ./ext/cargo-vendor/libc-0.2.149/src/unix/haiku/b64.rs
wasmtime-13.0.0 ./ext/cargo-vendor/libc-0.2.147/src/unix/haiku/b64.rs
wasmtime-12.0.1 ./ext/cargo-vendor/libc-0.2.147/src/unix/haiku/b64.rs
wasmtime-12.0.0 ./ext/cargo-vendor/libc-0.2.147/src/unix/haiku/b64.rs
wasmtime-11.0.0 ./ext/cargo-vendor/libc-0.2.147/src/unix/haiku/b64.rs
wasmtime-10.0.1 ./ext/cargo-vendor/libc-0.2.147/src/unix/haiku/b64.rs
wasmtime-10.0.0 ./ext/cargo-vendor/libc-0.2.147/src/unix/haiku/b64.rs
wasmtime-9.0.4 ./ext/cargo-vendor/libc-0.2.147/src/unix/haiku/b64.rs
wasmtime-9.0.1 ./ext/cargo-vendor/libc-0.2.144/src/unix/haiku/b64.rs
wasmtime-8.0.0 ./ext/cargo-vendor/libc-0.2.142/src/unix/haiku/b64.rs
wasmtime-7.0.0 ./ext/cargo-vendor/libc-0.2.140/src/unix/haiku/b64.rs
wasmtime-6.0.1 ./ext/cargo-vendor/libc-0.2.139/src/unix/haiku/b64.rs
wasmtime-6.0.0 ./ext/cargo-vendor/libc-0.2.139/src/unix/haiku/b64.rs
wasmtime-5.0.0 ./ext/cargo-vendor/libc-0.2.139/src/unix/haiku/b64.rs
wasmtime-0.4.1 ./ext/cargo-vendor/libc-0.2.138/src/unix/haiku/b64.rs
wasmtime-0.4.0 ./ext/cargo-vendor/libc-0.2.138/src/unix/haiku/b64.rs