pub type ElfSymbolIterator32<'data, 'file, Endian = Endianness> = ElfSymbolIterator<'data, 'file, FileHeader32<Endian>>;
Expand description

An iterator over the symbols of an ElfFile32.