Type Definition object::read::elf::ElfSymbolIterator32 [−][src]
pub type ElfSymbolIterator32<'data, 'file, Endian = Endianness> = ElfSymbolIterator<'data, 'file, FileHeader32<Endian>>;
Expand description
An iterator over the symbols of an ElfFile32
.