HomeSort by: relevance | last modified time | path
    Searched defs:mcu_types (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-avr.c 175 static struct mcu_type_s mcu_types[] = variable in typeref:struct:mcu_type_s
600 for (i = 0; mcu_types[i].name; i++)
602 int len = strlen (mcu_types[i].name);
607 fprintf (stream, " %s", mcu_types[i].name);
610 fprintf (stream, "\n %s", mcu_types[i].name);
719 for (i = 0; mcu_types[i].name; ++i)
720 if (strcasecmp (mcu_types[i].name, arg) == 0)
723 if (!mcu_types[i].name)
732 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach)
734 specified_mcu.name = mcu_types[i].name
    [all...]
tc-avr.c 175 static struct mcu_type_s mcu_types[] = variable in typeref:struct:mcu_type_s
600 for (i = 0; mcu_types[i].name; i++)
602 int len = strlen (mcu_types[i].name);
607 fprintf (stream, " %s", mcu_types[i].name);
610 fprintf (stream, "\n %s", mcu_types[i].name);
719 for (i = 0; mcu_types[i].name; ++i)
720 if (strcasecmp (mcu_types[i].name, arg) == 0)
723 if (!mcu_types[i].name)
732 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach)
734 specified_mcu.name = mcu_types[i].name
    [all...]
tc-avr.c 175 static struct mcu_type_s mcu_types[] = variable in typeref:struct:mcu_type_s
600 for (i = 0; mcu_types[i].name; i++)
602 int len = strlen (mcu_types[i].name);
607 fprintf (stream, " %s", mcu_types[i].name);
610 fprintf (stream, "\n %s", mcu_types[i].name);
719 for (i = 0; mcu_types[i].name; ++i)
720 if (strcasecmp (mcu_types[i].name, arg) == 0)
723 if (!mcu_types[i].name)
732 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach)
734 specified_mcu.name = mcu_types[i].name
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-avr.c 175 static struct mcu_type_s mcu_types[] = variable in typeref:struct:mcu_type_s
600 for (i = 0; mcu_types[i].name; i++)
602 int len = strlen (mcu_types[i].name);
607 fprintf (stream, " %s", mcu_types[i].name);
610 fprintf (stream, "\n %s", mcu_types[i].name);
719 for (i = 0; mcu_types[i].name; ++i)
720 if (strcasecmp (mcu_types[i].name, arg) == 0)
723 if (!mcu_types[i].name)
732 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach)
734 specified_mcu.name = mcu_types[i].name
    [all...]
tc-avr.c 175 static struct mcu_type_s mcu_types[] = variable in typeref:struct:mcu_type_s
600 for (i = 0; mcu_types[i].name; i++)
602 int len = strlen (mcu_types[i].name);
607 fprintf (stream, " %s", mcu_types[i].name);
610 fprintf (stream, "\n %s", mcu_types[i].name);
719 for (i = 0; mcu_types[i].name; ++i)
720 if (strcasecmp (mcu_types[i].name, arg) == 0)
723 if (!mcu_types[i].name)
732 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach)
734 specified_mcu.name = mcu_types[i].name
    [all...]
tc-avr.c 175 static struct mcu_type_s mcu_types[] = variable in typeref:struct:mcu_type_s
600 for (i = 0; mcu_types[i].name; i++)
602 int len = strlen (mcu_types[i].name);
607 fprintf (stream, " %s", mcu_types[i].name);
610 fprintf (stream, "\n %s", mcu_types[i].name);
719 for (i = 0; mcu_types[i].name; ++i)
720 if (strcasecmp (mcu_types[i].name, arg) == 0)
723 if (!mcu_types[i].name)
732 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach)
734 specified_mcu.name = mcu_types[i].name
    [all...]

Completed in 218 milliseconds