mach_header_64

The 64-bit mach header appears at the very beginning of object files for 64-bit architectures.

Members

Variables

cpusubtype
int cpusubtype;

Machine specifier.

cputype
int cputype;

Cpu specifier.

filetype
uint filetype;

Type of file.

flags
uint flags;

Flags.

magic
uint magic;

Mach magic number identifier.

ncmds
uint ncmds;

Number of load commands.

reserved
uint reserved;

Reserved.

sizeofcmds
uint sizeofcmds;

The size of all the load commands.

Meta