OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COFF_MAGIC
(Results
1 - 8
of
8
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-z8k.h
30
#define
COFF_MAGIC
0x8000
tc-m68k.h
47
#define
COFF_MAGIC
APOLLOM68KMAGIC
59
#ifndef
COFF_MAGIC
60
#define
COFF_MAGIC
MC68MAGIC
tc-h8300.h
41
#define
COFF_MAGIC
( Smode && Nmode ? 0x8304 : Hmode && Nmode ? 0x8303 : Smode ? 0x8302 : Hmode ? 0x8301 : 0x8300)
tc-z80.h
28
#define
COFF_MAGIC
0x5A80
tc-i960.h
57
#define
COFF_MAGIC
I960ROMAGIC
tc-sh.h
134
#define
COFF_MAGIC
(!target_big_endian ? SH_ARCH_MAGIC_LITTLE : SH_ARCH_MAGIC_BIG)
tc-arm.h
31
#define
COFF_MAGIC
ARMMAGIC
/toolchain/binutils/binutils-2.25/include/aout/
encap.h
83
architectures, just because
COFF_MAGIC
is different; so you need a
85
be this way, since the
COFF_MAGIC
value is determined by the kernel
91
#ifdef
COFF_MAGIC
97
__header_offset_temp==
COFF_MAGIC
? sizeof(struct coffheader) : 0)
Completed in 2925 milliseconds