Home
last modified time | relevance | path

Searched refs:ZMAGIC (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sys/sys/
H A Dimgact_aout.h43 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETMID_NET(ex) : \
46 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETFLAG_NET(ex) : \
63 (N_GETMAGIC(ex) == ZMAGIC || N_GETMAGIC(ex) == QMAGIC || \
64 N_GETMAGIC_NET(ex) == ZMAGIC || N_GETMAGIC_NET(ex) == QMAGIC ? \
70 N_GETMAGIC(ex) != ZMAGIC && N_GETMAGIC(ex) != QMAGIC && \
72 N_GETMAGIC_NET(ex) != ZMAGIC && N_GETMAGIC_NET(ex) != QMAGIC)
81 N_GETMAGIC(ex) == ZMAGIC) ? \
90 (N_GETMAGIC(ex) == ZMAGIC ? __LDPGSZ : (N_GETMAGIC(ex) == QMAGIC || \
91 N_GETMAGIC_NET(ex) == ZMAGIC) ? 0 : sizeof(struct exec))
138 #define ZMAGIC 0413 /* demand load format */ macro
/dragonfly/contrib/binutils-2.34/include/aout/
H A Daout64.h48 #define ZMAGIC 0x1002 /* Code indicating demand-paged executable. */ macro
55 && N_MAGIC(x) != ZMAGIC)
59 #define ZMAGIC 0413 /* Code indicating demand-paged executable. */ macro
70 && N_MAGIC(x) != ZMAGIC \
159 : (N_MAGIC (x) != ZMAGIC \
179 (N_MAGIC(x) == ZMAGIC ? ZMAGIC_DISK_BLOCK_SIZE : TARGET_PAGE_SIZE)
185 N_MAGIC (x) != ZMAGIC \
203 : ((N_MAGIC (x) != ZMAGIC || N_SHARED_LIB (x)) \
/dragonfly/contrib/gdb-7/include/aout/
H A Daout64.h48 #define ZMAGIC 0x1002 /* Code indicating demand-paged executable. */ macro
55 && N_MAGIC(x) != ZMAGIC)
59 #define ZMAGIC 0413 /* Code indicating demand-paged executable. */ macro
70 && N_MAGIC(x) != ZMAGIC \
159 : (N_MAGIC (x) != ZMAGIC \
179 (N_MAGIC(x) == ZMAGIC ? ZMAGIC_DISK_BLOCK_SIZE : TARGET_PAGE_SIZE)
185 N_MAGIC (x) != ZMAGIC \
203 : ((N_MAGIC (x) != ZMAGIC || N_SHARED_LIB (x)) \
/dragonfly/contrib/binutils-2.27/include/aout/
H A Daout64.h48 #define ZMAGIC 0x1002 /* Code indicating demand-paged executable. */ macro
55 && N_MAGIC(x) != ZMAGIC)
59 #define ZMAGIC 0413 /* Code indicating demand-paged executable. */ macro
70 && N_MAGIC(x) != ZMAGIC \
159 : (N_MAGIC (x) != ZMAGIC \
179 (N_MAGIC(x) == ZMAGIC ? ZMAGIC_DISK_BLOCK_SIZE : TARGET_PAGE_SIZE)
185 N_MAGIC (x) != ZMAGIC \
203 : ((N_MAGIC (x) != ZMAGIC || N_SHARED_LIB (x)) \
/dragonfly/contrib/binutils-2.27/include/coff/
H A Dx86_64.h36 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output… macro
H A Di386.h52 #define ZMAGIC 0413 /* Demand load format, eg normal ld output. */ macro
H A Dia64.h67 #define ZMAGIC 0413 /* demand load format, eg normal ld output */ macro
/dragonfly/contrib/binutils-2.34/include/coff/
H A Dx86_64.h56 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output… macro
H A Di386.h71 #define ZMAGIC 0413 /* Demand load format, eg normal ld output. */ macro
/dragonfly/stand/boot/pc32/btxld/
H A Dbtxld.c389 N_SETMAGIC(ex, ZMAGIC, MID_ZERO, 0); in puthdr()
/dragonfly/stand/boot/pc32/boot2/
H A Dboot2.c384 if (N_GETMAGIC(hdr.ex) == ZMAGIC) { in load()
/dragonfly/contrib/file/magic/Magdir/
H A Dlinux13 # >0 leshort 0413 demand-paged executable (ZMAGIC)
20 0 lelong 0x0064010b Linux/i386 demand-paged executable (ZMAGIC)
/dragonfly/contrib/binutils-2.27/bfd/doc/
H A Dbfdsumm.texi89 not stored here---only the magic numbers' meaning, so a @code{ZMAGIC}
/dragonfly/contrib/binutils-2.34/bfd/
H A Dcoffcode.h3838 internal_a.magic = ZMAGIC; in coff_write_object_contents()
3858 internal_a.magic = ZMAGIC; in coff_write_object_contents()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcoffcode.h4137 internal_a.magic = ZMAGIC; in coff_write_object_contents()
4157 internal_a.magic = ZMAGIC; in coff_write_object_contents()