Searched refs:OMAGIC (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/usr.sbin/kgzip/
H A Daouthdr.c40 MID_I386 << 020 | OMAGIC, /* a_midmag */
H A Dkgzld.c72 N_GETMAGIC(hdr.ex) == OMAGIC)
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dx86_64.h34 #define OMAGIC 0404 /* Object files, eg as output. */ macro
H A Di386.h48 #define OMAGIC 0404 /* object files, eg as output */ macro
H A Dia64.h65 #define OMAGIC 0404 /* object files, eg as output */ macro
H A Darm.h88 #define OMAGIC 0404 /* object files, eg as output */ macro
H A Dsparc.h41 #define OMAGIC 0404 /* object files, eg as output */ macro
/freebsd-11-stable/sys/sys/
H A Dimgact_aout.h66 (N_GETMAGIC(ex) != OMAGIC && N_GETMAGIC(ex) != NMAGIC && \
68 N_GETMAGIC_NET(ex) != OMAGIC && N_GETMAGIC_NET(ex) != NMAGIC && \
77 ((N_GETMAGIC(ex) == OMAGIC || N_GETMAGIC(ex) == NMAGIC || \
125 #define OMAGIC 0407 /* old impure format */ macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h148 #ifndef OMAGIC
149 #define OMAGIC 0407 macro
156 /* Virtual Address of text segment from the a.out file. For OMAGIC,
161 #define N_TXTADDR(x) (N_MAGIC(x)==OMAGIC? 0 : TEXT_START_ADDR)
165 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \
214 (N_MAGIC(x)==OMAGIC? (N_TXTADDR(x)+(x).a_text) \
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h46 #define OMAGIC 0x1001 /* Code indicating object file. */ macro
52 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \
56 #define OMAGIC 0407 /* Object file or impure executable. */ macro
67 # define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \
103 * OMAGIC and NMAGIC files:
152 /* Returning 0 not TEXT_START_ADDR for OMAGIC and NMAGIC is based on
154 executable. This is necessary for OMAGIC (but means we don't work
218 (N_MAGIC (x) == OMAGIC \
H A Dsun4.h39 /* Virtual Address of text segment from the a.out file. For OMAGIC,
51 (N_MAGIC(x)==OMAGIC? 0 \
/freebsd-11-stable/contrib/binutils/bfd/
H A Dfreebsd.h94 int lmagic_ok = lmagic == OMAGIC || lmagic == NMAGIC ||
96 int bmagic_ok = bmagic == OMAGIC || bmagic == NMAGIC ||
H A Daout-arm.c48 (((x).a_info & ~006000) != OMAGIC) && \
H A Daoutx.h115 * Any BFD with both flags clear is OMAGIC.
511 else if (N_MAGIC (*execp) == OMAGIC
942 N_SET_MAGIC (*execp, OMAGIC);
1152 case o_magic: str = "OMAGIC"; break;
H A Dcoffcode.h3830 internal_a.magic = (magic == I960ROMAGIC ? NMAGIC : OMAGIC);
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h55 #define OMAGIC 0407 /* old impure format */ macro
/freebsd-11-stable/usr.sbin/btxld/
H A Dbtxld.c351 if (x == OMAGIC || x == NMAGIC) {
353 Warn(fname, "Treating %s NMAGIC as OMAGIC",

Completed in 289 milliseconds