Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-avr.c112 static struct mcu_type_s default_mcu = {"avr2", AVR_ISA_2xxx,bfd_mach_avr2}; variable
113 static struct mcu_type_s *avr_mcu = &default_mcu;
336 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach)
H A Dtc-msp430.c154 static struct mcu_type_s default_mcu = variable
157 static struct mcu_type_s *msp430_mcu = &default_mcu;
275 if (msp430_mcu == &default_mcu || msp430_mcu->mach == mcu_types[i].mach)
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-avr.c153 static struct mcu_type_s default_mcu = {"avr2", AVR_ISA_2xxx,bfd_mach_avr2}; variable
154 static struct mcu_type_s * avr_mcu = & default_mcu;
371 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach) in md_parse_option()
H A Dtc-msp430.c342 static struct mcu_type_s default_mcu = variable
345 static struct mcu_type_s * msp430_mcu = & default_mcu;
752 if (msp430_mcu == &default_mcu || msp430_mcu->mach == mcu_types[i].mach) in md_parse_option()