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

/freebsd-11-stable/contrib/gdb/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
/freebsd-11-stable/contrib/binutils/include/aout/
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 */
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h164 #ifndef N_BADMAG
165 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \ macro
/freebsd-11-stable/sys/sys/
H A Dimgact_aout.h65 #define N_BADMAG(ex) \ macro
/freebsd-11-stable/usr.bin/gprof/
H A Daout.c76 if (N_BADMAG(xbuf)) {
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c144 if (N_BADMAG(*exec)) {
/freebsd-11-stable/usr.bin/ldd/
H A Dldd.c311 if ((size_t)n >= sizeof(hdr.aout) && !N_BADMAG(hdr.aout)) {
H A Dsods.c219 if (N_BADMAG(*ex)) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-arm.c47 #define N_BADMAG(x) ((((x).a_info & ~007200) != ZMAGIC) && \ macro
H A Daout-target.h153 if (N_BADMAG (exec))
H A Dbout.c197 if (N_BADMAG (anexec))
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A Dlpr.c65 #include <netinet/in.h> /* N_BADMAG uses ntohl() */
733 !N_BADMAG(execb)) {
/freebsd-11-stable/usr.sbin/btxld/
H A Dbtxld.c348 if (hdr->size >= sizeof(struct exec) && !N_BADMAG(*ex)) {
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c452 N_BADMAG(ex))

Completed in 138 milliseconds