Searched refs:really_longopts (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldemul.c | 133 struct option **really_longopts) in ldemul_add_options() argument 137 nrl, really_longopts); in ldemul_add_options()
|
| H A D | lexsup.c | 572 struct option *really_longopts; in parse_args() local 579 really_longopts = xmalloc (sizeof (*really_longopts) * (OPTION_COUNT + 1)); in parse_args() 611 really_longopts[irl] = ld_options[i].opt; in parse_args() 623 really_longopts[irl].name = NULL; in parse_args() 625 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts); in parse_args() 694 optc = getopt_long (argc, argv, "-", really_longopts, &longind); in parse_args()
|
| H A D | ChangeLog-0001 | 1824 Place EXACTLY_TWO_DASHES options into new really_longopts 1827 really_longopts array.
|
| H A D | ChangeLog-0203 | 1319 really_longopts. Call ldemul_add_options and ldemul_handle_option.
|
| /freebsd-12.1/contrib/binutils/ld/emultempl/ |
| H A D | ticoff.em | 50 struct option **really_longopts ATTRIBUTE_UNUSED)
|
| H A D | armcoff.em | 56 struct option **really_longopts ATTRIBUTE_UNUSED)
|
| H A D | pep.em | 184 struct option **really_longopts ATTRIBUTE_UNUSED)
|
| H A D | pe.em | 208 struct option **really_longopts ATTRIBUTE_UNUSED)
|
| H A D | elf32.em | 1767 int nrl ATTRIBUTE_UNUSED, struct option **really_longopts ATTRIBUTE_UNUSED)
|