pub type ElfSectionIterator32<'data, 'file, Endian = Endianness> = ElfSectionIterator<'data, 'file, FileHeader32<Endian>>;Expand description
An iterator over the sections of an ElfFile32.
pub type ElfSectionIterator32<'data, 'file, Endian = Endianness> = ElfSectionIterator<'data, 'file, FileHeader32<Endian>>;An iterator over the sections of an ElfFile32.