Home
last modified time | relevance | path

Searched refs:N_BADMAG (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/sgs/include/
H A Da.out.h81 #define N_BADMAG(x) \ macro
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A D_nlist.c56 (read(fd, (char*)&buf, sizeof buf) != sizeof buf) || N_BADMAG(buf)) in _nlist()
/titanic_41/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h50 #define N_BADMAG(x) \ macro
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h79 #define N_BADMAG(ex) \ macro
H A Dboot.c172 else if (len > sizeof (struct exec) && !N_BADMAG ((*(pu.aout)))) in load_image()
/titanic_41/usr/src/cmd/sgs/ldd/common/
H A Dldd.c601 if (N_BADMAG(aout) || !aout.a_dynamic) { in aout_check()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Da.out.c173 (N_BADMAG(*exec))) { in aout_verify()