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

/macosx-10.5.8/xnu-1228.15.4/bsd/i386/
H A Dexec.h74 (ex).a_magic != ZMAGIC)
86 ((ex).a_magic == ZMAGIC ? __LDPGSZ : sizeof(struct exec))
90 (N_TXTOFF(ex) + ((ex).a_magic != ZMAGIC ? (ex).a_text : \
105 #define ZMAGIC 0413 /* demand load format */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/ppc/
H A Dexec.h61 (ex).a_magic != ZMAGIC)
73 ((ex).a_magic == ZMAGIC ? __LDPGSZ : sizeof(struct exec))
77 (N_TXTOFF(ex) + ((ex).a_magic != ZMAGIC ? (ex).a_text : \
92 #define ZMAGIC 0413 /* demand load format */ macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dexec.h91 #define ZMAGIC 0413 macro

Completed in 93 milliseconds