Home
last modified time | relevance | path

Searched defs:mach_o_header_external (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/include/mach-o/
Dexternal.h24 struct mach_o_header_external struct
26 unsigned char magic[4]; /* Magic number. */
27 unsigned char cputype[4]; /* CPU that this object is for. */
28 unsigned char cpusubtype[4]; /* CPU subtype. */
29 unsigned char filetype[4]; /* Type of file. */
30 unsigned char ncmds[4]; /* Number of load commands. */
31 unsigned char sizeofcmds[4]; /* Total size of load commands. */
32 unsigned char flags[4]; /* Flags. */
33 unsigned char reserved[4]; /* Reserved (on 64-bit version only). */