Searched refs:N_BADMAG (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/aout/
H A Dhp.h67 #undef N_BADMAG macro
68 #define N_BADMAG(x) ((_N_BADMAG (x)) || (_N_BADMACH (x))) macro
H A Ddynix3.h62 #define N_BADMAG(x) ((OMAGIC != N_MAGIC(x)) && \ macro
H A Daout64.h52 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \ macro
66 # ifndef N_BADMAG
67 # define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \ macro
71 # endif /* N_BADMAG */
H A Dhp300hpux.h73 #define N_BADMAG(x) ((_N_BADMAG (x)) || (_N_BADMACH (x))) macro
H A Dadobe.h49 #define N_BADMAG(x) ((x).a_info != ZMAGIC) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/i386/
H A Dexec.h72 #define N_BADMAG(ex) \ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dbout.h53 /* We don't accept the following (see N_BADMAG macro).
89 #define N_BADMAG(x) (((x).a_info)!=BMAGIC) macro
H A Dos9k.h104 #define N_BADMAG(a) (((a).a_info) != MODSYNC)
103 #define N_BADMAG macro
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dibmrt-aix.h76 #define N_BADMAG(x) BADMAG(x) macro
H A Dibmrs6000.h94 #define N_BADMAG(x) BADMAG(x) macro
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnlist.c86 #define N_BADMAG(x) \ macro
154 (N_BADMAG(buf) && *((uint32_t *)&buf) != MH_MAGIC &&
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Di386os9k.c132 if (N_BADMAG (anexec))
H A Driscix.c101 #define N_BADMAG(x) ((((x).a_info & ~007200) != ZMAGIC) \ macro
530 /* Should have been checked with N_BADMAG before this routine
622 if (N_BADMAG (exec))
H A Daout-adobe.c218 if (N_BADMAG (anexec))
H A Daout-arm.c47 #define N_BADMAG(x) ((((x).a_info & ~007200) != ZMAGIC) && \ macro
H A Daout-target.h152 if (N_BADMAG (exec))
H A Daout-tic30.c555 if (N_BADMAG (exec))
H A Dbout.c197 if (N_BADMAG (anexec))
H A Dpdp11.c66 #define N_BADMAG(x) (((x).a_info != OMAGIC) \ macro
508 /* Should have been checked with N_BADMAG before this routine
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexsunos4.c353 && !N_BADMAG (hdr) && N_DATOFF (hdr) == N_DATOFF (nhdr)
H A Dunexec.c302 #define N_BADMAG(x) \ macro
705 if (N_BADMAG (ohdr))
/macosx-10.10.1/ruby-106/ruby/
H A Ddln.c207 if (size != sizeof(struct exec) || N_BADMAG(*hdrp)) {

Completed in 212 milliseconds