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

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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.h89 #define N_BADMAG(x) ((_N_BADMAG (x)) || (_N_BADMACH (x))) macro
H A Dadobe.h50 #define N_BADMAG(x) ((x).a_info != ZMAGIC) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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.h89 #define N_BADMAG(x) ((_N_BADMAG (x)) || (_N_BADMACH (x))) macro
H A Dadobe.h50 #define N_BADMAG(x) ((x).a_info != ZMAGIC) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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
/netbsd-6-1-5-RELEASE/usr.sbin/mdsetimage/
H A Dexec_aout.c65 if (N_BADMAG(*execp))
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dnlist_aout.c112 N_BADMAG(exec) || fstat(fd, &st) < 0)
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dexec.c71 if (i != sizeof(x) || N_BADMAG(x)) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Daout_gnu.h165 #ifndef N_BADMAG
166 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \ macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Di386os9k.c132 if (N_BADMAG (anexec))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Di386os9k.c132 if (N_BADMAG (anexec))
/netbsd-6-1-5-RELEASE/usr.sbin/kvm_mkdb/
H A Dnlist_aout.c134 if (N_BADMAG(ebuf)) {
/netbsd-6-1-5-RELEASE/tools/m68k-elf2aout/sys/
H A Dexec_aout.h111 #define N_BADMAG(ex) \ macro
/netbsd-6-1-5-RELEASE/usr.bin/crunch/crunchide/
H A Dexec_aout.c93 if(N_BADMAG(eh))
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dexec_aout.h111 #define N_BADMAG(ex) \ macro
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/binpatch/
H A Dbinpatch.c182 || N_BADMAG (e))

Completed in 160 milliseconds

12