pub type ElfSectionIterator64<'data, 'file, Endian = Endianness> = ElfSectionIterator<'data, 'file, FileHeader64<Endian>>;
Expand description
An iterator over the sections of an ElfFile64
.
pub type ElfSectionIterator64<'data, 'file, Endian = Endianness> = ElfSectionIterator<'data, 'file, FileHeader64<Endian>>;
An iterator over the sections of an ElfFile64
.