Home
last modified time | relevance | path

Searched refs:NMAGIC (Results 1 – 18 of 18) sorted by relevance

/toolchain/binutils/binutils-2.27/include/aout/
Daout64.h49 #define NMAGIC 0x1003 /* Code indicating pure executable. */ macro
54 && N_MAGIC(x) != NMAGIC \
58 #define NMAGIC 0410 /* Code indicating pure executable. */ macro
69 && N_MAGIC(x) != NMAGIC \
Dhp300hpux.h76 #define NMAGIC 0x108 /* Code indicating pure executable. */ macro
101 && N_MAGIC(x) != NMAGIC \
Dadobe.h48 #undef NMAGIC
DChangeLog-9115158 * aout64.h (N_TXTADDR): Add comment regarding OMAGIC and NMAGIC.
220 (OMAGIC, NMAGIC): New definitions.
/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h152 #define NMAGIC 0410 macro
166 && N_MAGIC(x) != NMAGIC \
/toolchain/binutils/binutils-2.27/bfd/
Dpc532-mach.c43 (N_MAGIC(x) == NMAGIC? TEXT_START_ADDR: \
Di386dynix.c45 #define NMAGIC 0 macro
Daout-arm.c32 ((N_MAGIC (x) == NMAGIC) \
48 ((x)->a_info != NMAGIC))
Driscix.c104 && ((x)->a_info != NMAGIC))
537 else if (N_MAGIC (execp) == NMAGIC) in riscix_some_aout_object_p()
Dpdp11.c65 && N_MAGIC(x) != NMAGIC \
89 #define A_MAGIC2 NMAGIC
90 #define NMAGIC 0410 /* Pure executable. */ macro
496 else if (N_MAGIC (execp) == NMAGIC) in NAME()
1007 N_SET_MAGIC (execp, NMAGIC); in adjust_n_magic()
Daoutx.h505 else if (N_MAGIC (execp) == NMAGIC) in NAME()
1120 N_SET_MAGIC (execp, NMAGIC); in adjust_n_magic()
Dcoffcode.h4105 internal_a.magic = (magic == I960ROMAGIC ? NMAGIC : OMAGIC); in coff_write_object_contents()
DChangeLog-20094948 * pdp11.c (N_BADMAG): True for anything but OMAGIC, NMAGIC, ZMAGIC.
DChangeLog-91935581 Set WP_TEXT flag for ZMAGIC as well as NMAGIC files.
DChangeLog-94951677 * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
/toolchain/binutils/binutils-2.27/include/
Dbout.h57 #define NMAGIC 0410 /* read-only text */ macro
/toolchain/binutils/binutils-2.27/include/coff/
Di960.h37 #define NMAGIC (0410) /* split i&d, read-only text */ macro
/toolchain/binutils/binutils-2.27/ld/
Dld.texinfo324 name to @samp{magic} whereas @samp{--omagic} sets the NMAGIC flag on the
782 @cindex NMAGIC
788 mark the output as @code{NMAGIC}.