Type Definition object::read::elf::ElfSectionRelocationIterator64 [−][src]
type ElfSectionRelocationIterator64<'data, 'file, Endian = Endianness> = ElfSectionRelocationIterator<'data, 'file, FileHeader64<Endian>>;
An iterator over the relocations for an ElfSection64
.