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