Home
last modified time | relevance | path

Searched refs:OMAGIC (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h80 (N_GETMAGIC(ex) != OMAGIC && N_GETMAGIC(ex) != NMAGIC && \
82 N_GETMAGIC_NET(ex) != OMAGIC && N_GETMAGIC_NET(ex) != NMAGIC && \
88 ((N_GETMAGIC(ex) == OMAGIC || N_GETMAGIC(ex) == NMAGIC || \
135 #define OMAGIC 0x107 /* 0407 old impure format */ macro
/titanic_41/usr/src/cmd/sgs/include/
H A Da.out.h77 #define OMAGIC 0407 /* old impure format */ macro
82 ((x).a_magic != OMAGIC && (x).a_magic != NMAGIC && \
/titanic_41/usr/src/cmd/strings/
H A Da.out.h58 #define OMAGIC 0405 /* text overlays */ macro
64 #define A_MAGIC4 OMAGIC
/titanic_41/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h51 ((x).a_magic!=OMAGIC && (x).a_magic!=NMAGIC && (x).a_magic!=ZMAGIC)
105 (((x).a_magic==OMAGIC)? (N_TXTADDR(x)+(x).a_text) \
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dexec.h50 #define OMAGIC 0407 /* old impure format */ macro
/titanic_41/usr/src/lib/storage/liba5k/common/hdrs/
H A Dexec.h71 #define OMAGIC 0407 /* old impure format */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dexechdr.h57 #define OMAGIC 0407 /* old impure format */ macro
/titanic_41/usr/src/lib/libunistat/common/dsw/
H A Ddsw.err47 OMAGIC = Overflow volume magic number or name does not match
/titanic_41/usr/src/uts/common/exec/aout/
H A Daout.c295 case OMAGIC: in get_aout_head()
/titanic_41/usr/src/uts/common/conf/
H A Dparam.c335 short aout_omagic = OMAGIC;
/titanic_41/usr/src/psm/stand/boot/common/
H A Dreadfile.c231 if (!shared && x.a_magic != OMAGIC) { in readfile()
/titanic_41/usr/src/uts/common/os/
H A Dmmapobj.c2391 case OMAGIC: in mmapobj_map_interpret()