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

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

A section of an ElfFile64.