pub type MachORelocationIterator64<'data, 'file, Endian = Endianness> = MachORelocationIterator<'data, 'file, MachHeader64<Endian>>;Expand description
An iterator over the relocations in a MachOSection64.
pub type MachORelocationIterator64<'data, 'file, Endian = Endianness> = MachORelocationIterator<'data, 'file, MachHeader64<Endian>>;An iterator over the relocations in a MachOSection64.