Searched refs:ZMAGIC (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dimgact_aout.h39 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETMID_NET(ex) : \
42 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETFLAG_NET(ex) : \
60 (N_GETMAGIC(ex) == ZMAGIC || N_GETMAGIC(ex) == QMAGIC || \
61 N_GETMAGIC_NET(ex) == ZMAGIC || N_GETMAGIC_NET(ex) == QMAGIC ? \
67 N_GETMAGIC(ex) != ZMAGIC && N_GETMAGIC(ex) != QMAGIC && \
69 N_GETMAGIC_NET(ex) != ZMAGIC && N_GETMAGIC_NET(ex) != QMAGIC)
78 N_GETMAGIC(ex) == ZMAGIC) ? \
88 (N_GETMAGIC(ex) == ZMAGIC ? __LDPGSZ : (N_GETMAGIC(ex) == QMAGIC || \
89 N_GETMAGIC_NET(ex) == ZMAGIC) ? 0 : sizeof(struct exec))
127 #define ZMAGIC 041 macro
[all...]
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dx86_64.h35 #define ZMAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC /* Demand load format, eg normal ld output 0x10b. */ macro
H A Di386.h49 #define ZMAGIC 0413 /* demand load format, eg normal ld output */ macro
H A Dia64.h66 #define ZMAGIC 0413 /* demand load format, eg normal ld output */ macro
H A Darm.h89 #define ZMAGIC 0413 /* demand load format, eg normal ld output */ macro
H A Dsparc.h42 #define ZMAGIC 0413 /* demand load format, eg normal ld output */ macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h47 #define ZMAGIC 0x1002 /* Code indicating demand-paged executable. */ macro
54 && N_MAGIC(x) != ZMAGIC)
58 #define ZMAGIC 0413 /* Code indicating demand-paged executable. */ macro
69 && N_MAGIC(x) != ZMAGIC \
84 controls the padding (if any) before the text segment of a ZMAGIC
106 * The text address, offset, and size of ZMAGIC files depend
131 * QMAGIC is always like a ZMAGIC for which N_HEADER_IN_TEXT is true,
133 SEGMENT_SIZE?) (TEXT_START_ADDR only applies to ZMAGIC, not to QMAGIC). */
135 /* This macro is only relevant for ZMAGIC files; QMAGIC always has the header
142 /* Sun shared libraries, not linux. This macro is only relevant for ZMAGIC
[all...]
H A Dsun4.h41 Sun added a kludge so that shared libraries linked ZMAGIC get
52 : (N_MAGIC(x) == ZMAGIC && (x).a_entry < TEXT_START_ADDR)? 0 \
/freebsd-11-stable/contrib/binutils/bfd/
H A Di386aout.c29 #define N_TXTADDR(x) (N_MAGIC (x) == ZMAGIC ? 0x1020 : 0)
H A Dfreebsd.h95 lmagic == ZMAGIC || lmagic == QMAGIC;
97 bmagic == ZMAGIC || bmagic == QMAGIC;
H A Daout-arm.c35 : ((N_MAGIC (x) != ZMAGIC) \
47 #define N_BADMAG(x) ((((x).a_info & ~007200) != ZMAGIC) && \
H A Dmipsbsd.c26 (N_MAGIC(x) != ZMAGIC ? (x).a_entry : /* object file or NMAGIC */\
H A Dcoffcode.h3862 internal_a.magic = ZMAGIC;
3882 internal_a.magic = ZMAGIC;
H A Daoutx.h111 * Any BFD with D_PAGED set is ZMAGIC, and vice versa.
495 if (N_MAGIC (*execp) == ZMAGIC)
1033 N_SET_MAGIC (*execp, ZMAGIC);
1122 are (at least) two ways demand-paged (ZMAGIC) files have been
1153 case z_magic: str = "ZMAGIC"; break;
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h57 #define ZMAGIC 0413 /* demand load format */ macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h154 #define ZMAGIC 0413 macro
167 && N_MAGIC(x) != ZMAGIC)
182 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? \
/freebsd-11-stable/sys/kern/
H A Dimgact_aout.c185 case ZMAGIC:
204 case ZMAGIC:
H A Dimgact_gzip.c165 case ZMAGIC:
181 case ZMAGIC:
/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzcmp.c134 else if (n >= sizeof(hdr.ex) && N_GETMAGIC(hdr.ex) == ZMAGIC)
/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c348 if (N_GETMAGIC(hdr.ex) == ZMAGIC)
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c439 if (N_GETMAGIC(hdr.ex) == ZMAGIC) {
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c304 if (N_GETMAGIC(hdr.ex) == ZMAGIC) {
/freebsd-11-stable/usr.sbin/btxld/
H A Dbtxld.c66 #define F_AOUT 1 /* ZMAGIC a.out */
410 N_SETMAGIC(ex, ZMAGIC, MID_I386, 0);
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c409 if (N_GETMAGIC(hdr.ex) == ZMAGIC)
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c940 if (N_GETMAGIC(hdr.ex) == ZMAGIC)

Completed in 160 milliseconds