Searched refs:msp430_mcu (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-msp430.c157 static struct mcu_type_s *msp430_mcu = &default_mcu; variable in typeref:struct:mcu_type_s
252 bfd_set_arch_mach (stdoutput, TARGET_ARCH, msp430_mcu->mach);
275 if (msp430_mcu == &default_mcu || msp430_mcu->mach == mcu_types[i].mach)
276 msp430_mcu = &mcu_types[i];
279 msp430_mcu->name, mcu_types[i].name);
430 bfd_set_arch_mach (stdoutput, TARGET_ARCH, msp430_mcu->mach);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-msp430.c345 static struct mcu_type_s * msp430_mcu = & default_mcu; variable in typeref:struct:mcu_type_s
718 bfd_set_arch_mach (stdoutput, TARGET_ARCH, msp430_mcu->mach);
752 if (msp430_mcu == &default_mcu || msp430_mcu->mach == mcu_types[i].mach)
753 msp430_mcu = &mcu_types[i];
756 msp430_mcu->name, mcu_types[i].name);
901 bfd_set_arch_mach (stdoutput, TARGET_ARCH, msp430_mcu->mach);

Completed in 176 milliseconds