| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | aout_gnu.h | 148 #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/ |
| D | imgact_aout.h | 66 (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/ |
| D | aout64.h | 46 #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 \
|
| D | sun4.h | 51 (N_MAGIC(x)==OMAGIC? 0 \
|
| D | ChangeLog | 101 * aout64.h (N_TXTADDR): Add comment regarding OMAGIC and NMAGIC. 163 (OMAGIC, NMAGIC): New definitions.
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | freebsd.h | 94 int lmagic_ok = lmagic == OMAGIC || lmagic == NMAGIC || in freebsd_swap_magic() 96 int bmagic_ok = bmagic == OMAGIC || bmagic == NMAGIC || in freebsd_swap_magic()
|
| D | aout-arm.c | 48 (((x).a_info & ~006000) != OMAGIC) && \
|
| D | aoutx.h | 511 else if (N_MAGIC (*execp) == OMAGIC in NAME() 942 N_SET_MAGIC (*execp, OMAGIC); in adjust_o_magic()
|
| D | coffcode.h | 3829 internal_a.magic = (magic == I960ROMAGIC ? NMAGIC : OMAGIC); in coff_write_object_contents()
|
| D | ChangeLog-9193 | 3371 number to OMAGIC rather than ZMAGIC. If creating a D_PAGED 5061 OMAGIC files.
|
| D | ChangeLog-9495 | 6473 and treat them as OMAGIC.
|
| /freebsd-10-stable/contrib/binutils/include/coff/ |
| D | x86_64.h | 34 #define OMAGIC 0404 /* Object files, eg as output. */ macro
|
| D | i386.h | 48 #define OMAGIC 0404 /* object files, eg as output */ macro
|
| D | ia64.h | 65 #define OMAGIC 0404 /* object files, eg as output */ macro
|
| D | arm.h | 88 #define OMAGIC 0404 /* object files, eg as output */ macro
|
| D | sparc.h | 41 #define OMAGIC 0404 /* object files, eg as output */ macro
|
| /freebsd-10-stable/usr.sbin/kgzip/ |
| D | aouthdr.c | 38 MID_I386 << 020 | OMAGIC, /* a_midmag */
|
| D | kgzld.c | 70 N_GETMAGIC(hdr.ex) == OMAGIC) in kgzld()
|
| /freebsd-10-stable/contrib/gdb/include/ |
| D | bout.h | 55 #define OMAGIC 0407 /* old impure format */ macro
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | linux | 11 # >0 leshort 0407 impure executable (OMAGIC) 16 0 lelong 0x00640107 Linux/i386 impure executable (OMAGIC)
|
| /freebsd-10-stable/usr.sbin/btxld/ |
| D | btxld.c | 351 if (x == OMAGIC || x == NMAGIC) { in gethdr()
|
| /freebsd-10-stable/contrib/binutils/ld/ |
| D | ld.texinfo | 729 @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/ |
| D | ChangeLog-9103 | 2562 * amdcoff.h: Define OMAGIC and AOUTHDRSZ.
|
| /freebsd-10-stable/contrib/binutils/gas/ |
| D | ChangeLog-9295 | 11103 * config/aout_gnu.h (OMAGIC): Don't define if already defined.
|