Sha256: e86e806df0caed72765040eaa2f3c883198d1aa91508540adf9b7008c77f522e

Contents?: true

Size: 859 Bytes

Versions: 36

Compression:

Stored size: 859 Bytes

Contents

pub type Elf32_Addr = ::c_ulong;
pub type Elf32_Half = ::c_ushort;
pub type Elf32_Off = ::c_ulong;
pub type Elf32_Sword = ::c_long;
pub type Elf32_Word = ::c_ulong;
pub type Elf32_Lword = ::c_ulonglong;
pub type Elf32_Phdr = __c_anonymous_Elf32_Phdr;

s! {
    pub struct __c_anonymous_Elf32_Phdr {
        pub p_type: ::Elf32_Word,
        pub p_offset: ::Elf32_Off,
        pub p_vaddr: ::Elf32_Addr,
        pub p_paddr: ::Elf32_Addr,
        pub p_filesz: ::Elf32_Word,
        pub p_memsz: ::Elf32_Word,
        pub p_flags: ::Elf32_Word,
        pub p_align: ::Elf32_Word,
    }

    pub struct dl_phdr_info {
        pub dlpi_addr: ::Elf32_Addr,
        pub dlpi_name: *const ::c_char,
        pub dlpi_phdr: *const ::Elf32_Phdr,
        pub dlpi_phnum: ::Elf32_Half,
        pub dlpi_adds: ::c_ulonglong,
        pub dlpi_subs: ::c_ulonglong,
    }
}

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
wasmtime-27.0.0 ./ext/cargo-vendor/libc-0.2.164/src/unix/solarish/x86.rs
wasmtime-26.0.0 ./ext/cargo-vendor/libc-0.2.161/src/unix/solarish/x86.rs
wasmtime-25.0.2 ./ext/cargo-vendor/libc-0.2.158/src/unix/solarish/x86.rs
wasmtime-25.0.1 ./ext/cargo-vendor/libc-0.2.158/src/unix/solarish/x86.rs
wasmtime-25.0.0 ./ext/cargo-vendor/libc-0.2.158/src/unix/solarish/x86.rs
wasmtime-24.0.0 ./ext/cargo-vendor/libc-0.2.158/src/unix/solarish/x86.rs
wasmtime-23.0.2 ./ext/cargo-vendor/libc-0.2.154/src/unix/solarish/x86.rs
wasmtime-22.0.0 ./ext/cargo-vendor/libc-0.2.154/src/unix/solarish/x86.rs
wasmtime-21.0.1 ./ext/cargo-vendor/libc-0.2.154/src/unix/solarish/x86.rs
wasmtime-20.0.2 ./ext/cargo-vendor/libc-0.2.154/src/unix/solarish/x86.rs
wasmtime-20.0.0 ./ext/cargo-vendor/libc-0.2.154/src/unix/solarish/x86.rs
wasmtime-18.0.3 ./ext/cargo-vendor/libc-0.2.152/src/unix/solarish/x86.rs
wasmtime-17.0.1 ./ext/cargo-vendor/libc-0.2.152/src/unix/solarish/x86.rs
wasmtime-17.0.0 ./ext/cargo-vendor/libc-0.2.152/src/unix/solarish/x86.rs
wasmtime-16.0.0 ./ext/cargo-vendor/libc-0.2.152/src/unix/solarish/x86.rs
wasmtime-15.0.1 ./ext/cargo-vendor/libc-0.2.152/src/unix/solarish/x86.rs
wasmtime-15.0.0 ./ext/cargo-vendor/libc-0.2.152/src/unix/solarish/x86.rs
wasmtime-14.0.4 ./ext/cargo-vendor/libc-0.2.149/src/unix/solarish/x86.rs
wasmtime-14.0.3 ./ext/cargo-vendor/libc-0.2.149/src/unix/solarish/x86.rs
wasmtime-14.0.1 ./ext/cargo-vendor/libc-0.2.149/src/unix/solarish/x86.rs