Lines Matching defs:aout
380 * This is either an unknown file or an aout format582 struct exec32 aout;591 if (read(fd, (char *)&aout, sizeof (aout)) != sizeof (aout)) {597 if (aout.a_machtype != M_SPARC) {601 if (N_BADMAG(aout) || !aout.a_dynamic) {614 if ((aout.a_magic == ZMAGIC) && (aout.a_entry <= sizeof (aout))) {