pub type MachORelocationIterator64<'data, 'file, Endian = Endianness> = MachORelocationIterator<'data, 'file, MachHeader64<Endian>>;
Expand description

An iterator over the relocations in a MachOSection64.