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