Searched refs:COFF_MAGIC (Results 1 – 25 of 37) sorted by relevance
12
49 #define COFF_MAGIC APOLLOM68KMAGIC macro61 #ifndef COFF_MAGIC62 #define COFF_MAGIC MC68MAGIC macro
32 #define COFF_MAGIC 0x8000 macro
45 #define COFF_MAGIC SIPFBOMAGIC macro
53 #define COFF_MAGIC DLXMAGIC macro
28 #define COFF_MAGIC 0x5A80 macro
43 #define COFF_MAGIC ( Smode && Nmode ? 0x8304 : Hmode && Nmode ? 0x8303 : Smode ? 0x8302 : Hmode ? 0… macro
37 #define COFF_MAGIC MC88OMAGIC macro
59 #define COFF_MAGIC I960ROMAGIC macro
121 #define COFF_MAGIC (!target_big_endian ? SH_ARCH_MAGIC_LITTLE : SH_ARCH_MAGIC_BIG) macro
51 #define COFF_MAGIC APOLLOM68KMAGIC macro66 #ifndef COFF_MAGIC67 #define COFF_MAGIC MC68MAGIC macro
4 #define COFF_MAGIC MC68KBCSMAGIC macro
49 #define COFF_MAGIC TIC80_ARCH_MAGIC macro
38 #define COFF_MAGIC 0x8000 macro
41 #define COFF_MAGIC SIPFBOMAGIC macro
51 #define COFF_MAGIC SIPFBOMAGIC macro
35 #define COFF_MAGIC 0x8500 macro
36 #define COFF_MAGIC 0x6500 macro
64 #define COFF_MAGIC DLXMAGIC macro
51 #define COFF_MAGIC ( Smode && Nmode ? 0x8304 : Hmode && Nmode ? 0x8303 : Smode ? 0x8302 : Hmode ? 0… macro
62 #define COFF_MAGIC I960ROMAGIC macro
32 #define COFF_MAGIC ARMMAGIC macro
89 #ifdef COFF_MAGIC95 __header_offset_temp==COFF_MAGIC ? sizeof(struct coffheader) : 0)
90 #ifdef COFF_MAGIC96 __header_offset_temp==COFF_MAGIC ? sizeof(struct coffheader) : 0)
58 if (coff_magic != COFF_MAGIC)199 coffheader.f_magic = COFF_MAGIC;