pub type ElfSection64<'data, 'file, Endian = Endianness> = ElfSection<'data, 'file, FileHeader64<Endian>>;Expand description
A section of an ElfFile64.
pub type ElfSection64<'data, 'file, Endian = Endianness> = ElfSection<'data, 'file, FileHeader64<Endian>>;A section of an ElfFile64.