Lines Matching full:lopt
8046 struct aarch64_long_option_table *lopt;
8086 for (lopt = aarch64_long_opts; lopt->option != NULL; lopt++)
8089 if (c == lopt->option[0]
8091 && strncmp (arg, lopt->option + 1,
8092 strlen (lopt->option + 1)) == 0)
8095 if (lopt->deprecated != NULL)
8097 _(lopt->deprecated));
8100 return lopt->func (arg + strlen (lopt->option) - 1);
8114 struct aarch64_long_option_table *lopt;
8122 for (lopt = aarch64_long_opts; lopt->option != NULL; lopt++)
8123 if (lopt->help != NULL)
8124 fprintf (fp, " -%s%s\n", lopt->option, _(lopt->help));