Home
last modified time | relevance | path

Searched refs:ZMAGIC (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h54 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETMID_NET(ex) : \
57 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETFLAG_NET(ex) : \
74 (N_GETMAGIC(ex) == ZMAGIC || N_GETMAGIC(ex) == QMAGIC || \
75 N_GETMAGIC_NET(ex) == ZMAGIC || N_GETMAGIC_NET(ex) == QMAGIC ? \
81 N_GETMAGIC(ex) != ZMAGIC && N_GETMAGIC(ex) != QMAGIC && \
83 N_GETMAGIC_NET(ex) != ZMAGIC && N_GETMAGIC_NET(ex) != QMAGIC)
89 N_GETMAGIC(ex) == ZMAGIC) ? 0 : __LDPGSZ)
97 (N_GETMAGIC(ex) == ZMAGIC ? __LDPGSZ : (N_GETMAGIC(ex) == QMAGIC || \
98 N_GETMAGIC_NET(ex) == ZMAGIC) ? 0 : sizeof(struct exec))
137 #define ZMAGIC 0x10b /* 0413 demand load format */ macro
/titanic_50/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h51 ((x).a_magic!=OMAGIC && (x).a_magic!=NMAGIC && (x).a_magic!=ZMAGIC)
72 ? ((x).a_magic==ZMAGIC ? N_PAGSIZ(x) : sizeof (struct exec)) \
73 : ((x).a_magic==ZMAGIC ? 0 : sizeof (struct exec)) )
98 (((x).a_magic == ZMAGIC) && ((x).a_entry < N_PAGSIZ(x)) ? \
/titanic_50/usr/src/cmd/sgs/include/
H A Da.out.h79 #define ZMAGIC 0413 /* demand load format */ macro
83 (x).a_magic != ZMAGIC)
/titanic_50/usr/src/ucbcmd/sbcp/
H A Dsbcp.s51 #define ZMAGIC 0413 /* magic number for demand paged executable */ macro
106 cmp %g1, ZMAGIC ! is it a ZMAGIC executable?
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dexec.h52 #define ZMAGIC 0413 /* demand load format */ macro
/titanic_50/usr/src/lib/storage/liba5k/common/hdrs/
H A Dexec.h73 #define ZMAGIC 0413 /* demand load format */ macro
/titanic_50/usr/src/uts/common/sys/
H A Dexechdr.h59 #define ZMAGIC 0413 /* demand load format */ macro
/titanic_50/usr/src/cmd/strings/
H A Da.out.h59 #define ZMAGIC 0413 /* demand load format */ macro
/titanic_50/usr/src/uts/sun4/vm/
H A Dvm_dep.c444 if (exp->a_magic == ZMAGIC) in getdfile()
467 if (exp->a_magic == ZMAGIC) in gettfile()
482 if ((edp_in->ux_mag == ZMAGIC) && in getexinfo()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h347 ((x).a_magic == ZMAGIC ? 0 : sizeof (struct exec))
/titanic_50/usr/src/uts/common/exec/aout/
H A Daout.c299 case ZMAGIC: in get_aout_head()
/titanic_50/usr/src/uts/common/conf/
H A Dparam.c334 short aout_zmagic = ZMAGIC;
/titanic_50/usr/src/cmd/sgs/ldd/common/
H A Dldd.c614 if ((aout.a_magic == ZMAGIC) && (aout.a_entry <= sizeof (aout))) { in aout_check()
/titanic_50/usr/src/uts/common/os/
H A Dmmapobj.c2074 if (hdr->a_magic == ZMAGIC && hdr->a_entry < PAGESIZE) { in doaoutwork()
2094 off = hdr->a_magic == ZMAGIC ? 0 : sizeof (struct exec); in doaoutwork()
2392 case ZMAGIC: in mmapobj_map_interpret()
/titanic_50/usr/src/psm/stand/boot/common/
H A Dreadfile.c225 if (x.a_magic == ZMAGIC || x.a_magic == NMAGIC) in readfile()