Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nds32.c2034 struct nds32_set_option_table *fine_tune; in md_show_usage() local
2055 for (fine_tune = toggle_opts; fine_tune->name != NULL; fine_tune++) in md_show_usage()
2057 if (fine_tune->help != NULL) in md_show_usage()
2059 fine_tune->name, _(fine_tune->help)); in md_show_usage()
3182 struct nds32_set_option_table *fine_tune; in nds32_parse_option() local
3248 for (fine_tune = toggle_opts; fine_tune->name != NULL; fine_tune++) in nds32_parse_option()
3250 if (strcmp (arg, fine_tune->name) == 0) in nds32_parse_option()
3252 if (fine_tune->var != NULL) in nds32_parse_option()
3253 *fine_tune->var = (disable) ? 0 : 1; in nds32_parse_option()