Searched refs:a_machtype (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dexec.h72 unsigned short a_machtype; /* machine type */ member in struct:exec
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/aout/
H A Dhp.h30 unsigned short a_machtype; /* machine type */ member in struct:exec
63 #define N_MACHTYPE(exec) ((exec) . a_machtype)
65 #define N_SET_MACHTYPE(exec, machtype) (((exec) . a_machtype) = (machtype))
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnlist.c71 unsigned short a_machtype; /* machine type */ member in struct:exec

Completed in 79 milliseconds