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