pub type ElfDynamicRelocationIterator32<'data, 'file, Endian = Endianness> = ElfDynamicRelocationIterator<'data, 'file, FileHeader32<Endian>>;Expand description
An iterator over the dynamic relocations for an ElfFile32.
pub type ElfDynamicRelocationIterator32<'data, 'file, Endian = Endianness> = ElfDynamicRelocationIterator<'data, 'file, FileHeader32<Endian>>;An iterator over the dynamic relocations for an ElfFile32.