Home | History | Annotate | Download | only in ld

Lines Matching defs:shortopts

556   char *shortopts;
562 shortopts = (char *) xmalloc (OPTION_COUNT * 3 + 2);
572 shortopts[0] = '-';
580 shortopts[is] = ld_options[i].shortopt;
585 shortopts[is] = ':';
589 shortopts[is] = ':';
608 shortopts[is] = '\0';
612 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
678 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);