64-bit Mach-O file header structure
@see MachOStructure::FORMAT @api private
@see MachOStructure::SIZEOF @api private
@return [void]
@api private
# File lib/macho/headers.rb, line 658 def initialize(magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags, reserved) super(magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags) @reserved = reserved end