Type Alias object::read::elf::section::ElfSection64

source ·
pub type ElfSection64<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSection<'data, 'file, FileHeader64<Endian>, R>;
Expand description

A section in an ElfFile64.

Aliased Type§

struct ElfSection64<'data, 'file, Endian = Endianness, R = &'data [u8]> {
    pub(super) file: &'file ElfFile<'data, FileHeader64<Endian>, R>,
    pub(super) index: SectionIndex,
    pub(super) section: &'data <FileHeader64<Endian> as FileHeader>::SectionHeader,
}

Fields§

§file: &'file ElfFile<'data, FileHeader64<Endian>, R>§index: SectionIndex§section: &'data <FileHeader64<Endian> as FileHeader>::SectionHeader