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