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