Home
last modified time | relevance | path

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

12

/toolchain/binutils/binutils-2.25/include/aout/
Ddynix3.h58 #define OMAGIC 0x12eb /* .o */ macro
63 #define N_BADMAG(x) ((OMAGIC != N_MAGIC(x)) && \
80 (((OMAGIC == N_MAGIC(x)) || (SMAGIC == N_MAGIC(x))) ? 0 \
84 (((OMAGIC == N_MAGIC(x)) || (SMAGIC == N_MAGIC(x))) ? ((x).a_text) \
Daout64.h47 #define OMAGIC 0x1001 /* Code indicating object file. */ macro
53 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \
57 #define OMAGIC 0407 /* Object file or impure executable. */ macro
68 # define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \
214 (N_MAGIC (x) == OMAGIC \
Dhp300hpux.h75 #define OMAGIC 0x107 /* object file or impure executable. */ macro
91 ((N_MAGIC (x) == OMAGIC || N_MAGIC (x) == HPUX_DOT_O_MAGIC) \
100 && N_MAGIC(x) != OMAGIC \
Dsun4.h55 (N_MAGIC(x)==OMAGIC? 0 \
Dadobe.h47 #undef OMAGIC
DChangeLog139 * aout64.h (N_TXTADDR): Add comment regarding OMAGIC and NMAGIC.
201 (OMAGIC, NMAGIC): New definitions.
/toolchain/binutils/binutils-2.25/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) \
/toolchain/binutils/binutils-2.25/bfd/
Driscix.c42 #define SPOMAGIC (MF_USES_SL | OMAGIC)
47 #define SLOMAGIC (MF_IS_SL | OMAGIC)
70 ((x).a_info == OMAGIC \
103 && (((x).a_info & ~006000) != OMAGIC) \
545 else if (N_MAGIC (*execp) == OMAGIC) in riscix_some_aout_object_p()
Dpc532-mach.c41 (N_MAGIC(x) == OMAGIC ? \
Di386dynix.c46 #define BMAGIC OMAGIC
Daout-arm.c47 (((x).a_info & ~006000) != OMAGIC) && \
Dpdp11.c64 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \
87 #define A_MAGIC1 OMAGIC
88 #define OMAGIC 0407 /* ...object file or impure executable. */ macro
508 else if (N_MAGIC (*execp) == OMAGIC) in NAME()
863 N_SET_MAGIC (*execp, OMAGIC); in adjust_o_magic()
Daoutx.h510 else if (N_MAGIC (*execp) == OMAGIC in NAME()
952 N_SET_MAGIC (*execp, OMAGIC); in adjust_o_magic()
/toolchain/binutils/binutils-2.25/include/coff/
Dx86_64.h35 #define OMAGIC 0404 /* Object files, eg as output. */ macro
Dmcore.h47 #define OMAGIC 0404 /* object files, eg as output */ macro
Di386.h51 #define OMAGIC 0404 /* Object files, eg as output. */ macro
Dia64.h66 #define OMAGIC 0404 /* object files, eg as output */ macro
Dm68k.h42 #define OMAGIC M68MAGIC macro
Darm.h89 #define OMAGIC 0404 /* object files, eg as output */ macro
Dsparc.h42 #define OMAGIC 0404 /* object files, eg as output */ macro
Dapollo.h38 #define OMAGIC M68MAGIC macro
Di960.h35 #define OMAGIC (0407) /* old impure format. data immediately macro
DChangeLog-9103986 * mips.h (OMAGIC): Define.
/toolchain/binutils/binutils-2.25/include/
Dbout.h56 #define OMAGIC 0407 /* old impure format */ macro
/toolchain/binutils/binutils-2.25/config/
Dtcl.m42019 flag = (foo.a_magic == OMAGIC);
2035 flag = (foo.a_magic == OMAGIC);
2051 flag = (foo.a_midmag == OMAGIC);

12