Searched refs:OMAGIC (Results 1 – 12 of 12) sorted by relevance
80 (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
77 #define OMAGIC 0407 /* old impure format */ macro82 ((x).a_magic != OMAGIC && (x).a_magic != NMAGIC && \
58 #define OMAGIC 0405 /* text overlays */ macro64 #define A_MAGIC4 OMAGIC
51 ((x).a_magic!=OMAGIC && (x).a_magic!=NMAGIC && (x).a_magic!=ZMAGIC)105 (((x).a_magic==OMAGIC)? (N_TXTADDR(x)+(x).a_text) \
50 #define OMAGIC 0407 /* old impure format */ macro
71 #define OMAGIC 0407 /* old impure format */ macro
57 #define OMAGIC 0407 /* old impure format */ macro
47 OMAGIC = Overflow volume magic number or name does not match
295 case OMAGIC: in get_aout_head()
335 short aout_omagic = OMAGIC;
231 if (!shared && x.a_magic != OMAGIC) { in readfile()
2391 case OMAGIC: in mmapobj_map_interpret()