[−][src]Type Definition object::read::macho::MachOSection32
type MachOSection32<'data, 'file, Endian = Endianness> = MachOSection<'data, 'file, MachHeader32<Endian>>;
A section of a MachOFile32
.
type MachOSection32<'data, 'file, Endian = Endianness> = MachOSection<'data, 'file, MachHeader32<Endian>>;
A section of a MachOFile32
.