Home
last modified time | relevance | path

Searched refs:TIC30MAGIC (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Dtic30.h23 #define TIC30MAGIC 0xC000 macro
25 #define TIC30BADMAG(x) (((x).f_magic != TIC30MAGIC))
/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h2408 #ifdef TIC30MAGIC in coff_set_arch_mach_hook()
2409 case TIC30MAGIC: in coff_set_arch_mach_hook()
2859 #ifdef TIC30MAGIC in coff_set_flags()
2861 *magicp = TIC30MAGIC; in coff_set_flags()