pub type ElfSectionRelocationIterator64<'data, 'file, Endian = Endianness> = ElfSectionRelocationIterator<'data, 'file, FileHeader64<Endian>>;
Expand description
An iterator over the relocations for an ElfSection64
.
pub type ElfSectionRelocationIterator64<'data, 'file, Endian = Endianness> = ElfSectionRelocationIterator<'data, 'file, FileHeader64<Endian>>;
An iterator over the relocations for an ElfSection64
.