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