Home | History | Annotate | Download | only in config

Lines Matching refs:fopt

24944   const struct arm_legacy_option_table *fopt;
24989 for (fopt = arm_legacy_opts; fopt->option != NULL; fopt++)
24991 if (c == fopt->option[0]
24992 && ((arg == NULL && fopt->option[1] == 0)
24993 || streq (arg, fopt->option + 1)))
24996 if (warn_on_deprecated && fopt->deprecated != NULL)
24998 arg ? arg : "", _(fopt->deprecated));
25000 if (fopt->var != NULL)
25001 *fopt->var = &fopt->value;