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

  /src/external/gpl3/binutils/dist/ld/
lexsup.c 661 struct option *really_longopts; local
680 really_longopts = (struct option *)
681 xmalloc (sizeof (*really_longopts) * (OPTION_COUNT + 1));
713 really_longopts[irl] = ld_options[i].opt;
725 really_longopts[irl].name = NULL;
727 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
797 optc = getopt_long (argc, argv, "-", really_longopts, &longind);
1868 free (really_longopts);
  /src/external/gpl3/binutils.old/dist/ld/
lexsup.c 670 struct option *really_longopts; local
689 really_longopts = (struct option *)
690 xmalloc (sizeof (*really_longopts) * (OPTION_COUNT + 1));
722 really_longopts[irl] = ld_options[i].opt;
734 really_longopts[irl].name = NULL;
736 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
806 optc = getopt_long (argc, argv, "-", really_longopts, &longind);
1879 free (really_longopts);

Completed in 26 milliseconds