Searched defs:COFF_BADMAG (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/i386/include/
H A Dcoff_machdep.h36 #define COFF_BADMAG(ex) (ex->f_magic != COFF_MAGIC_I386) macro
/netbsd-current/sys/arch/vax/include/
H A Dcoff_machdep.h36 #define COFF_BADMAG(ex) (ex->f_magic != COFF_MAGIC_VAX) macro
/netbsd-current/sys/arch/sh3/include/
H A Dcoff_machdep.h59 #define COFF_BADMAG(ex) ((ex)->f_magic != COFF_MAGIC_SH3_BIG) macro
62 #define COFF_BADMAG(ex) ((ex)->f_magic != COFF_MAGIC_SH3_LITTLE) macro

Completed in 134 milliseconds