Home
last modified time | relevance | path

Searched refs:AMD64MAGIC (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/binutils/include/coff/
Dx86_64.h29 #define AMD64MAGIC 0x8664 macro
31 #define AMD64BADMAG(x) ((x).f_magic != AMD64MAGIC)
/freebsd-9-stable/contrib/binutils/bfd/
Dpeicode.h674 #ifdef AMD64MAGIC
675 { AMD64MAGIC,
1108 #ifdef AMD64MAGIC in pe_ILF_object_p()
1109 magic = AMD64MAGIC; in pe_ILF_object_p()
Dcoffcode.h1890 #ifdef AMD64MAGIC in coff_set_arch_mach_hook()
1891 case AMD64MAGIC: in coff_set_arch_mach_hook()
2730 #if defined(I386MAGIC) || defined(AMD64MAGIC) in coff_set_flags()
2739 #if defined AMD64MAGIC in coff_set_flags()
2740 *magicp = AMD64MAGIC; in coff_set_flags()
DChangeLog-2006878 (jump_table jtab): Add for AMD64MAGIC.