Home
last modified time | relevance | path

Searched refs:OMAGIC (Results 1 – 24 of 24) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
Daout_gnu.h148 #ifndef OMAGIC
149 #define OMAGIC 0407 macro
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-10-stable/sys/sys/
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-10-stable/contrib/binutils/include/aout/
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 \
217 (N_MAGIC (x) == OMAGIC \
Dsun4.h51 (N_MAGIC(x)==OMAGIC? 0 \
DChangeLog101 * aout64.h (N_TXTADDR): Add comment regarding OMAGIC and NMAGIC.
163 (OMAGIC, NMAGIC): New definitions.
/freebsd-10-stable/contrib/binutils/bfd/
Dfreebsd.h94 int lmagic_ok = lmagic == OMAGIC || lmagic == NMAGIC || in freebsd_swap_magic()
96 int bmagic_ok = bmagic == OMAGIC || bmagic == NMAGIC || in freebsd_swap_magic()
Daout-arm.c48 (((x).a_info & ~006000) != OMAGIC) && \
Daoutx.h511 else if (N_MAGIC (*execp) == OMAGIC in NAME()
942 N_SET_MAGIC (*execp, OMAGIC); in adjust_o_magic()
Dcoffcode.h3829 internal_a.magic = (magic == I960ROMAGIC ? NMAGIC : OMAGIC); in coff_write_object_contents()
DChangeLog-91933371 number to OMAGIC rather than ZMAGIC. If creating a D_PAGED
5061 OMAGIC files.
DChangeLog-94956473 and treat them as OMAGIC.
/freebsd-10-stable/contrib/binutils/include/coff/
Dx86_64.h34 #define OMAGIC 0404 /* Object files, eg as output. */ macro
Di386.h48 #define OMAGIC 0404 /* object files, eg as output */ macro
Dia64.h65 #define OMAGIC 0404 /* object files, eg as output */ macro
Darm.h88 #define OMAGIC 0404 /* object files, eg as output */ macro
Dsparc.h41 #define OMAGIC 0404 /* object files, eg as output */ macro
/freebsd-10-stable/usr.sbin/kgzip/
Daouthdr.c38 MID_I386 << 020 | OMAGIC, /* a_midmag */
Dkgzld.c70 N_GETMAGIC(hdr.ex) == OMAGIC) in kgzld()
/freebsd-10-stable/contrib/gdb/include/
Dbout.h55 #define OMAGIC 0407 /* old impure format */ macro
/freebsd-10-stable/contrib/file/magic/Magdir/
Dlinux11 # >0 leshort 0407 impure executable (OMAGIC)
16 0 lelong 0x00640107 Linux/i386 impure executable (OMAGIC)
/freebsd-10-stable/usr.sbin/btxld/
Dbtxld.c351 if (x == OMAGIC || x == NMAGIC) { in gethdr()
/freebsd-10-stable/contrib/binutils/ld/
Dld.texinfo729 @cindex OMAGIC
735 mark the output as @code{OMAGIC}. Note: Although a writable text section
740 @cindex OMAGIC
791 @code{OMAGIC}.
/freebsd-10-stable/contrib/gcclibs/include/
DChangeLog-91032562 * amdcoff.h: Define OMAGIC and AOUTHDRSZ.
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-929511103 * config/aout_gnu.h (OMAGIC): Don't define if already defined.