HomeSort by: relevance | last modified time | path
    Searched defs:NMAGIC (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/sys/
exec_aout.h 60 #define NMAGIC 0410 /* read-only text */
114 (N_GETMAGIC(ex) != NMAGIC && N_GETMAGIC(ex) != OMAGIC && \
  /src/tools/arm-elf2aout/sys/
exec_aout.h 58 #define NMAGIC 0410 /* read-only text */
112 (N_GETMAGIC(ex) != NMAGIC && N_GETMAGIC(ex) != OMAGIC && \
  /src/tools/m68k-elf2aout/sys/
exec_aout.h 58 #define NMAGIC 0410 /* read-only text */
112 (N_GETMAGIC(ex) != NMAGIC && N_GETMAGIC(ex) != OMAGIC && \
  /src/sys/arch/hppa/stand/mkboot/
mkboot.c 99 #define NMAGIC 0410 /* read-only text */
253 if (N_GETMAGIC(ex) == OMAGIC || N_GETMAGIC(ex) == NMAGIC)
  /src/external/gpl3/gdb/dist/include/
bout.h 57 #define NMAGIC 0410 /* read-only text */
  /src/external/gpl3/gdb.old/dist/include/
bout.h 57 #define NMAGIC 0410 /* read-only text */
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 49 #define NMAGIC 0x1003 /* Code indicating pure executable. */
54 && N_MAGIC(x) != NMAGIC \
58 #define NMAGIC 0410 /* Code indicating pure executable. */
70 && N_MAGIC(x) != NMAGIC \
105 * OMAGIC and NMAGIC files:
150 /* Returning 0 not TEXT_START_ADDR for OMAGIC and NMAGIC is based on
153 right on the output from ld -N); more questionable for NMAGIC. */
162 ? (bfd_vma) 0 /* Object file or NMAGIC. */ \
237 For NMAGIC (at least for hp300 BSD, probably others), there is
239 for NMAGIC. *
    [all...]
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 49 #define NMAGIC 0x1003 /* Code indicating pure executable. */
54 && N_MAGIC(x) != NMAGIC \
58 #define NMAGIC 0410 /* Code indicating pure executable. */
70 && N_MAGIC(x) != NMAGIC \
105 * OMAGIC and NMAGIC files:
150 /* Returning 0 not TEXT_START_ADDR for OMAGIC and NMAGIC is based on
153 right on the output from ld -N); more questionable for NMAGIC. */
162 ? (bfd_vma) 0 /* Object file or NMAGIC. */ \
237 For NMAGIC (at least for hp300 BSD, probably others), there is
239 for NMAGIC. *
    [all...]
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 49 #define NMAGIC 0x1003 /* Code indicating pure executable. */
54 && N_MAGIC(x) != NMAGIC \
58 #define NMAGIC 0410 /* Code indicating pure executable. */
70 && N_MAGIC(x) != NMAGIC \
105 * OMAGIC and NMAGIC files:
150 /* Returning 0 not TEXT_START_ADDR for OMAGIC and NMAGIC is based on
153 right on the output from ld -N); more questionable for NMAGIC. */
162 ? (bfd_vma) 0 /* Object file or NMAGIC. */ \
237 For NMAGIC (at least for hp300 BSD, probably others), there is
239 for NMAGIC. *
    [all...]
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 49 #define NMAGIC 0x1003 /* Code indicating pure executable. */
54 && N_MAGIC(x) != NMAGIC \
58 #define NMAGIC 0410 /* Code indicating pure executable. */
70 && N_MAGIC(x) != NMAGIC \
105 * OMAGIC and NMAGIC files:
150 /* Returning 0 not TEXT_START_ADDR for OMAGIC and NMAGIC is based on
153 right on the output from ld -N); more questionable for NMAGIC. */
162 ? (bfd_vma) 0 /* Object file or NMAGIC. */ \
237 For NMAGIC (at least for hp300 BSD, probably others), there is
239 for NMAGIC. *
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
pdp11.c 67 && N_MAGIC(x) != NMAGIC \
93 #define A_MAGIC2 NMAGIC
94 #define NMAGIC 0410 /* Pure executable. */
565 else if (N_MAGIC (execp) == NMAGIC)
1054 N_SET_MAGIC (execp, NMAGIC);
1141 case n_magic: str = "NMAGIC"; break;
  /src/external/gpl3/binutils.old/dist/bfd/
pdp11.c 67 && N_MAGIC(x) != NMAGIC \
93 #define A_MAGIC2 NMAGIC
94 #define NMAGIC 0410 /* Pure executable. */
565 else if (N_MAGIC (execp) == NMAGIC)
1054 N_SET_MAGIC (execp, NMAGIC);
1141 case n_magic: str = "NMAGIC"; break;
  /src/external/gpl3/gdb/dist/bfd/
pdp11.c 67 && N_MAGIC(x) != NMAGIC \
93 #define A_MAGIC2 NMAGIC
94 #define NMAGIC 0410 /* Pure executable. */
565 else if (N_MAGIC (execp) == NMAGIC)
1054 N_SET_MAGIC (execp, NMAGIC);
1141 case n_magic: str = "NMAGIC"; break;
  /src/external/gpl3/gdb.old/dist/bfd/
pdp11.c 67 && N_MAGIC(x) != NMAGIC \
93 #define A_MAGIC2 NMAGIC
94 #define NMAGIC 0410 /* Pure executable. */
571 else if (N_MAGIC (execp) == NMAGIC)
1061 N_SET_MAGIC (execp, NMAGIC);
1148 case n_magic: str = "NMAGIC"; break;

Completed in 39 milliseconds