Searched refs:EF_FRV_CPU_TOMCAT (Results 1 – 4 of 4) sorted by relevance
107 #define EF_FRV_CPU_TOMCAT 0x04000000 /* Tomcat, FR500 prototype */ macro
143 #define DEFAULT_FLAGS EF_FRV_CPU_TOMCAT401 cpu_flags = EF_FRV_CPU_TOMCAT;
6371 case EF_FRV_CPU_TOMCAT: return bfd_mach_frvtomcat;6693 case EF_FRV_CPU_TOMCAT: strcat (new_opt, " -mcpu=tomcat"); break;6707 case EF_FRV_CPU_TOMCAT: strcat (old_opt, " -mcpu=tomcat"); break;6790 case EF_FRV_CPU_TOMCAT: fprintf (file, " -mcpu=tomcat"); break;
2061 case EF_FRV_CPU_TOMCAT: in get_machine_flags()