Home
last modified time | relevance | path

Searched refs:U803XTOCMAGIC (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Drs6k64.h33 #define U803XTOCMAGIC 0757 /* Aix 4.3 64-bit XCOFF */ macro
35 #define BADMAG(x) ((x).f_magic != U803XTOCMAGIC && (x).f_magic != U64_TOCMAGIC)
DChangeLog-9103226 * rs6k64.h (U802TOC64MAGIC): Change to U803XTOCMAGIC.
/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-xcoff.c82 #define U803XTOCMAGIC 0757 /* Aix 4.3 64-bit XCOFF. */ macro
/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h2044 # ifdef U803XTOCMAGIC in coff_mkobject_hook()
2045 xcoff->xcoff64 = internal_f->f_magic == U803XTOCMAGIC; in coff_mkobject_hook()
2255 case U803XTOCMAGIC: in coff_set_arch_mach_hook()
DChangeLog-00018285 Change U802TOC64MAGIC to U803XTOCMAGIC.