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