Searched defs:mach_o_header_32 (Results 1 – 1 of 1) sorted by relevance
48 struct mach_o_header_32 struct50 unsigned char magic[4]; /* Magic number. */51 unsigned char cputype[4]; /* CPU that this object is for. */52 unsigned char cpusubtype[4]; /* CPU subtype. */53 unsigned char filetype[4]; /* Type of file. */54 unsigned char ncmds[4]; /* Number of load commands. */55 unsigned char sizeofcmds[4]; /* Total size of load commands. */56 unsigned char flags[4]; /* Flags for special featues. */