HomeSort by: relevance | last modified time | path
    Searched defs:OMAGIC (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/include/coff/
i386.h 57 #define OMAGIC 0404 /* Object files, eg as output. */
loongarch64.h 39 #define OMAGIC 0404 /* Object files, eg as output. */
riscv64.h 37 #define OMAGIC 0404 /* Object files, eg as output. */
ia64.h 66 #define OMAGIC 0404 /* object files, eg as output */
mcore.h 47 #define OMAGIC 0404 /* object files, eg as output */
x86_64.h 44 #define OMAGIC 0404 /* Object files, eg as output. */
  /src/external/gpl3/binutils.old/dist/include/coff/
i386.h 57 #define OMAGIC 0404 /* Object files, eg as output. */
loongarch64.h 39 #define OMAGIC 0404 /* Object files, eg as output. */
riscv64.h 37 #define OMAGIC 0404 /* Object files, eg as output. */
ia64.h 66 #define OMAGIC 0404 /* object files, eg as output */
mcore.h 47 #define OMAGIC 0404 /* object files, eg as output */
x86_64.h 44 #define OMAGIC 0404 /* Object files, eg as output. */
  /src/external/gpl3/gdb/dist/include/coff/
i386.h 57 #define OMAGIC 0404 /* Object files, eg as output. */
loongarch64.h 39 #define OMAGIC 0404 /* Object files, eg as output. */
riscv64.h 37 #define OMAGIC 0404 /* Object files, eg as output. */
ia64.h 66 #define OMAGIC 0404 /* object files, eg as output */
mcore.h 47 #define OMAGIC 0404 /* object files, eg as output */
x86_64.h 44 #define OMAGIC 0404 /* Object files, eg as output. */
  /src/external/gpl3/gdb.old/dist/include/coff/
loongarch64.h 39 #define OMAGIC 0404 /* Object files, eg as output. */
riscv64.h 37 #define OMAGIC 0404 /* Object files, eg as output. */
ia64.h 66 #define OMAGIC 0404 /* object files, eg as output */
mcore.h 47 #define OMAGIC 0404 /* object files, eg as output */
  /src/sys/sys/
exec_aout.h 59 #define OMAGIC 0407 /* old impure format */
114 (N_GETMAGIC(ex) != NMAGIC && N_GETMAGIC(ex) != OMAGIC && \
122 (N_GETMAGIC(ex) == OMAGIC ? N_TXTADDR(ex) + (ex).a_text : \
  /src/tools/arm-elf2aout/sys/
exec_aout.h 57 #define OMAGIC 0407 /* old impure format */
112 (N_GETMAGIC(ex) != NMAGIC && N_GETMAGIC(ex) != OMAGIC && \
120 (N_GETMAGIC(ex) == OMAGIC ? N_TXTADDR(ex) + (ex).a_text : \
  /src/tools/m68k-elf2aout/sys/
exec_aout.h 57 #define OMAGIC 0407 /* old impure format */
112 (N_GETMAGIC(ex) != NMAGIC && N_GETMAGIC(ex) != OMAGIC && \
120 (N_GETMAGIC(ex) == OMAGIC ? N_TXTADDR(ex) + (ex).a_text : \

Completed in 36 milliseconds

1 2