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

12

/haiku-buildtools/legacy/binutils/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
/haiku-buildtools/binutils/include/aout/
H A Dhp.h68 #undef N_BADMAG macro
69 #define N_BADMAG(x) ((_N_BADMAG (x)) || (_N_BADMACH (x))) macro
H A Ddynix3.h63 #define N_BADMAG(x) ((OMAGIC != N_MAGIC(x)) && \ macro
H A Daout64.h53 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \ macro
67 # ifndef N_BADMAG
68 # define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \ macro
72 # endif /* N_BADMAG */
H A Dhp300hpux.h88 #define N_BADMAG(x) ((_N_BADMAG (x)) || (_N_BADMACH (x))) macro
H A Dadobe.h50 #define N_BADMAG(x) ((x)->a_info != ZMAGIC) macro
/haiku-buildtools/legacy/binutils/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
/haiku-buildtools/binutils/include/
H A Dbout.h54 /* We don't accept the following (see N_BADMAG macro).
90 #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
/haiku-buildtools/legacy/binutils/gas/config/
H A Daout_gnu.h164 #ifndef N_BADMAG
165 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \ macro
/haiku-buildtools/binutils/gas/config/
H A Daout_gnu.h164 #ifndef N_BADMAG
165 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \ macro
/haiku-buildtools/binutils/bfd/
H A Di386os9k.c131 if (N_BADMAG (&anexec))
H A Driscix.c102 #define N_BADMAG(x) ((((x)->a_info & ~007200) != ZMAGIC) \ macro
545 /* Should have been checked with N_BADMAG before this routine
637 if (N_BADMAG (&exec))
H A Daout-target.h152 if (N_BADMAG (&exec))
H A Daout-adobe.c217 if (N_BADMAG (&anexec))
/haiku-buildtools/legacy/binutils/bfd/
H A Di386os9k.c96 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.c220 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))

Completed in 163 milliseconds

12