Type Definition object::read::elf::ElfSection64

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

A section of an ElfFile64.