Searched refs:NMAGIC (Results 1 – 18 of 18) sorted by relevance
49 #define NMAGIC 0x1003 /* Code indicating pure executable. */ macro54 && N_MAGIC(x) != NMAGIC \58 #define NMAGIC 0410 /* Code indicating pure executable. */ macro69 && N_MAGIC(x) != NMAGIC \
76 #define NMAGIC 0x108 /* Code indicating pure executable. */ macro101 && N_MAGIC(x) != NMAGIC \
48 #undef NMAGIC
139 * aout64.h (N_TXTADDR): Add comment regarding OMAGIC and NMAGIC.201 (OMAGIC, NMAGIC): New definitions.
152 #define NMAGIC 0410 macro166 && N_MAGIC(x) != NMAGIC \
43 (N_MAGIC(x) == NMAGIC? TEXT_START_ADDR: \
45 #define NMAGIC 0 macro
32 ((N_MAGIC (x) == NMAGIC) \48 ((x).a_info != NMAGIC))
104 && ((x).a_info != NMAGIC))540 else if (N_MAGIC (*execp) == NMAGIC) in riscix_some_aout_object_p()
65 && N_MAGIC(x) != NMAGIC \89 #define A_MAGIC2 NMAGIC90 #define NMAGIC 0410 /* Pure executable. */ macro503 else if (N_MAGIC (*execp) == NMAGIC) in NAME()1014 N_SET_MAGIC (*execp, NMAGIC); in adjust_n_magic()
505 else if (N_MAGIC (*execp) == NMAGIC) in NAME()1110 N_SET_MAGIC (*execp, NMAGIC); in adjust_n_magic()
4071 internal_a.magic = (magic == I960ROMAGIC ? NMAGIC : OMAGIC); in coff_write_object_contents()
4948 * pdp11.c (N_BADMAG): True for anything but OMAGIC, NMAGIC, ZMAGIC.
5581 Set WP_TEXT flag for ZMAGIC as well as NMAGIC files.
1677 * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
57 #define NMAGIC 0410 /* read-only text */ macro
37 #define NMAGIC (0410) /* split i&d, read-only text */ macro
324 name to @samp{magic} whereas @samp{--omagic} sets the NMAGIC flag on the782 @cindex NMAGIC788 mark the output as @code{NMAGIC}.