Home
last modified time | relevance | path

Searched refs:target_option_translations (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgcc.c1027 } target_option_translations[] = variable
1060 target_option_translations[tott_idx].option_found;
1063 if (strcmp (target_option_translations[tott_idx].option_found,
1070 for (sp = target_option_translations[tott_idx].replacements;
1080 sp = target_option_translations[tott_idx].replacements;
1101 if (target_option_translations[tott_idx].option_found)
DChangeLog.69150 target_option_translations, spec_list_1, extra_specs_1,
/openbsd/src/gnu/gcc/gcc/
Dgcc.c1156 } target_option_translations[] = variable
1186 target_option_translations[tott_idx].option_found; in translate_options()
1189 if (strcmp (target_option_translations[tott_idx].option_found, in translate_options()
1196 for (sp = target_option_translations[tott_idx].replacements; in translate_options()
1206 sp = target_option_translations[tott_idx].replacements; in translate_options()
1227 if (target_option_translations[tott_idx].option_found) in translate_options()