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

1 2

  /src/external/gpl3/binutils/dist/include/coff/
i386.h 58 #define ZMAGIC 0413 /* Demand load format, eg normal ld output. */
loongarch64.h 40 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output 0x10b. */
riscv64.h 38 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output 0x10b. */
ia64.h 67 #define ZMAGIC 0413 /* demand load format, eg normal ld output */
mcore.h 48 #define ZMAGIC 0413 /* demand load format, eg normal ld output */
x86_64.h 45 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output 0x10b. */
  /src/external/gpl3/binutils.old/dist/include/coff/
i386.h 58 #define ZMAGIC 0413 /* Demand load format, eg normal ld output. */
loongarch64.h 40 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output 0x10b. */
riscv64.h 38 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output 0x10b. */
ia64.h 67 #define ZMAGIC 0413 /* demand load format, eg normal ld output */
mcore.h 48 #define ZMAGIC 0413 /* demand load format, eg normal ld output */
x86_64.h 45 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output 0x10b. */
  /src/external/gpl3/gdb/dist/include/coff/
i386.h 58 #define ZMAGIC 0413 /* Demand load format, eg normal ld output. */
loongarch64.h 40 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output 0x10b. */
riscv64.h 38 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output 0x10b. */
ia64.h 67 #define ZMAGIC 0413 /* demand load format, eg normal ld output */
mcore.h 48 #define ZMAGIC 0413 /* demand load format, eg normal ld output */
x86_64.h 45 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output 0x10b. */
  /src/external/gpl3/gdb.old/dist/include/coff/
loongarch64.h 40 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output 0x10b. */
riscv64.h 38 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output 0x10b. */
ia64.h 67 #define ZMAGIC 0413 /* demand load format, eg normal ld output */
mcore.h 48 #define ZMAGIC 0413 /* demand load format, eg normal ld output */
  /src/sys/sys/
exec_aout.h 61 #define ZMAGIC 0413 /* demand load format */
89 * `M' is 16 bits worth of magic number, ie. ZMAGIC.
109 (N_GETMAGIC(ex) == ZMAGIC || N_GETMAGIC(ex) == QMAGIC ? \
115 N_GETMAGIC(ex) != ZMAGIC && N_GETMAGIC(ex) != QMAGIC)
118 #define N_TXTADDR(ex) (N_GETMAGIC2(ex) == (ZMAGIC|0x10000) ? 0 : AOUT_LDPGSZ)
131 ( N_GETMAGIC2(ex)==ZMAGIC || N_GETMAGIC2(ex)==(QMAGIC|0x10000) ? \
132 0 : (N_GETMAGIC2(ex)==(ZMAGIC|0x10000) ? AOUT_LDPGSZ : \
  /src/tools/arm-elf2aout/sys/
exec_aout.h 59 #define ZMAGIC 0413 /* demand load format */
87 * `M' is 16 bits worth of magic number, ie. ZMAGIC.
107 (N_GETMAGIC(ex) == ZMAGIC || N_GETMAGIC(ex) == QMAGIC ? \
113 N_GETMAGIC(ex) != ZMAGIC && N_GETMAGIC(ex) != QMAGIC)
116 #define N_TXTADDR(ex) (N_GETMAGIC2(ex) == (ZMAGIC|0x10000) ? 0 : AOUT_LDPGSZ)
129 ( N_GETMAGIC2(ex)==ZMAGIC || N_GETMAGIC2(ex)==(QMAGIC|0x10000) ? \
130 0 : (N_GETMAGIC2(ex)==(ZMAGIC|0x10000) ? AOUT_LDPGSZ : \
  /src/tools/m68k-elf2aout/sys/
exec_aout.h 59 #define ZMAGIC 0413 /* demand load format */
87 * `M' is 16 bits worth of magic number, ie. ZMAGIC.
107 (N_GETMAGIC(ex) == ZMAGIC || N_GETMAGIC(ex) == QMAGIC ? \
113 N_GETMAGIC(ex) != ZMAGIC && N_GETMAGIC(ex) != QMAGIC)
116 #define N_TXTADDR(ex) (N_GETMAGIC2(ex) == (ZMAGIC|0x10000) ? 0 : AOUT_LDPGSZ)
129 ( N_GETMAGIC2(ex)==ZMAGIC || N_GETMAGIC2(ex)==(QMAGIC|0x10000) ? \
130 0 : (N_GETMAGIC2(ex)==(ZMAGIC|0x10000) ? AOUT_LDPGSZ : \

Completed in 78 milliseconds

1 2