Searched refs:OMAGIC (Results 1 – 24 of 24) sorted by relevance
148 #ifndef OMAGIC149 #define OMAGIC 0407 macro161 #define N_TXTADDR(x) (N_MAGIC(x)==OMAGIC? 0 : TEXT_START_ADDR)165 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \214 (N_MAGIC(x)==OMAGIC? (N_TXTADDR(x)+(x).a_text) \
66 (N_GETMAGIC(ex) != OMAGIC && N_GETMAGIC(ex) != NMAGIC && \68 N_GETMAGIC_NET(ex) != OMAGIC && N_GETMAGIC_NET(ex) != NMAGIC && \77 ((N_GETMAGIC(ex) == OMAGIC || N_GETMAGIC(ex) == NMAGIC || \125 #define OMAGIC 0407 /* old impure format */ macro
46 #define OMAGIC 0x1001 /* Code indicating object file. */ macro52 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \56 #define OMAGIC 0407 /* Object file or impure executable. */ macro67 # define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \217 (N_MAGIC (x) == OMAGIC \
51 (N_MAGIC(x)==OMAGIC? 0 \
101 * aout64.h (N_TXTADDR): Add comment regarding OMAGIC and NMAGIC.163 (OMAGIC, NMAGIC): New definitions.
94 int lmagic_ok = lmagic == OMAGIC || lmagic == NMAGIC || in freebsd_swap_magic()96 int bmagic_ok = bmagic == OMAGIC || bmagic == NMAGIC || in freebsd_swap_magic()
48 (((x).a_info & ~006000) != OMAGIC) && \
511 else if (N_MAGIC (*execp) == OMAGIC in NAME()942 N_SET_MAGIC (*execp, OMAGIC); in adjust_o_magic()
3829 internal_a.magic = (magic == I960ROMAGIC ? NMAGIC : OMAGIC); in coff_write_object_contents()
3371 number to OMAGIC rather than ZMAGIC. If creating a D_PAGED5061 OMAGIC files.
6473 and treat them as OMAGIC.
34 #define OMAGIC 0404 /* Object files, eg as output. */ macro
48 #define OMAGIC 0404 /* object files, eg as output */ macro
65 #define OMAGIC 0404 /* object files, eg as output */ macro
88 #define OMAGIC 0404 /* object files, eg as output */ macro
41 #define OMAGIC 0404 /* object files, eg as output */ macro
38 MID_I386 << 020 | OMAGIC, /* a_midmag */
70 N_GETMAGIC(hdr.ex) == OMAGIC) in kgzld()
55 #define OMAGIC 0407 /* old impure format */ macro
11 # >0 leshort 0407 impure executable (OMAGIC)16 0 lelong 0x00640107 Linux/i386 impure executable (OMAGIC)
351 if (x == OMAGIC || x == NMAGIC) { in gethdr()
729 @cindex OMAGIC735 mark the output as @code{OMAGIC}. Note: Although a writable text section740 @cindex OMAGIC791 @code{OMAGIC}.
2562 * amdcoff.h: Define OMAGIC and AOUTHDRSZ.
11103 * config/aout_gnu.h (OMAGIC): Don't define if already defined.