Home
last modified time | relevance | path

Searched refs:TIC80_ARCH_MAGIC (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/include/coff/
Dtic80.h38 #define TIC80_ARCH_MAGIC 0x0C1 /* Goes in the file header magic number field */ macro
41 #define TIC80BADMAG(x) ((x).f_magic != TIC80_ARCH_MAGIC)
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic80.h49 #define COFF_MAGIC TIC80_ARCH_MAGIC
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcoffcode.h2217 #ifdef TIC80_ARCH_MAGIC in coff_set_arch_mach_hook()
2218 case TIC80_ARCH_MAGIC: in coff_set_arch_mach_hook()
2636 #ifdef TIC80_ARCH_MAGIC in coff_set_flags()
2638 *magicp = TIC80_ARCH_MAGIC; in coff_set_flags()
3791 internal_a.magic = TIC80_ARCH_MAGIC; in coff_write_object_contents()