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