Type Definition object::read::macho::MachOSectionIterator32 [−][src]
type MachOSectionIterator32<'data, 'file, Endian = Endianness> = MachOSectionIterator<'data, 'file, MachHeader32<Endian>>;
An iterator over the sections of a MachOFile32
.