HomeSort by relevance Sort by last modified time
    Searched refs:EF_MT_CPU_MS2 (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/elf/
mt.h 38 #define EF_MT_CPU_MS2 0x00000003 /* MS2 */
  /toolchain/binutils/binutils-2.25/bfd/
elf32-mt.c 475 case EF_MT_CPU_MS2: return bfd_mach_ms2;
568 case EF_MT_CPU_MS2: fprintf (file, " ms2"); break;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mt.c 133 mt_flags = (mt_flags & ~EF_MT_CPU_MASK) | EF_MT_CPU_MS2;

Completed in 448 milliseconds