pub type MachORelocationIterator32<'data, 'file, Endian = Endianness> = MachORelocationIterator<'data, 'file, MachHeader32<Endian>>;
Expand description
An iterator over the relocations in a MachOSection32
.
pub type MachORelocationIterator32<'data, 'file, Endian = Endianness> = MachORelocationIterator<'data, 'file, MachHeader32<Endian>>;
An iterator over the relocations in a MachOSection32
.