Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/
Dtic30.h22 #define TIC30MAGIC 0xC000 macro
24 #define TIC30BADMAG(x) (((x).f_magic != TIC30MAGIC))
/openbsd/src/gnu/usr.bin/binutils/include/coff/
Dtic30.h22 #define TIC30MAGIC 0xC000 macro
24 #define TIC30BADMAG(x) (((x).f_magic != TIC30MAGIC))
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoffcode.h2195 #ifdef TIC30MAGIC in coff_set_arch_mach_hook()
2196 case TIC30MAGIC: in coff_set_arch_mach_hook()
2638 #ifdef TIC30MAGIC in coff_set_flags()
2640 *magicp = TIC30MAGIC; in coff_set_flags()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoffcode.h2198 #ifdef TIC30MAGIC
2199 case TIC30MAGIC:
2669 #ifdef TIC30MAGIC
2671 *magicp = TIC30MAGIC;