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

/darwin-on-arm/xnu/bsd/arm/
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
/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/osfmk/i386/
H A Dexec.h91 #define ZMAGIC 0413 macro

Completed in 21 milliseconds