mach_header

The 32-bit mach header appears at the very beginning of the object file for 32-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.

sizeofcmds
uint sizeofcmds;

The size of all the load commands.

Meta