Searched refs:really_longopts (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldemul.c | 131 struct option **really_longopts) in ldemul_add_options() argument 135 nrl, really_longopts); in ldemul_add_options()
|
D | lexsup.c | 541 struct option *really_longopts; in parse_args() local 548 really_longopts = (struct option *) in parse_args() 549 malloc (sizeof (*really_longopts) * (OPTION_COUNT + 1)); in parse_args() 581 really_longopts[irl] = ld_options[i].opt; in parse_args() 593 really_longopts[irl].name = NULL; in parse_args() 595 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts); in parse_args() 665 optc = getopt_long (argc, argv, "-", really_longopts, &longind); in parse_args()
|
D | ChangeLog-0001 | 1824 Place EXACTLY_TWO_DASHES options into new really_longopts 1827 really_longopts array.
|
D | ChangeLog-0203 | 1319 really_longopts. Call ldemul_add_options and ldemul_handle_option.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | ticoff.em | 52 struct option **really_longopts ATTRIBUTE_UNUSED)
|
D | vms.em | 136 struct option **really_longopts ATTRIBUTE_UNUSED)
|
D | armcoff.em | 56 struct option **really_longopts ATTRIBUTE_UNUSED)
|
D | beos.em | 92 struct option **really_longopts ATTRIBUTE_UNUSED)
|
D | aix.em | 191 int nrl ATTRIBUTE_UNUSED, struct option **really_longopts ATTRIBUTE_UNUSED)
|
D | pep.em | 261 struct option **really_longopts ATTRIBUTE_UNUSED)
|
D | pe.em | 285 struct option **really_longopts ATTRIBUTE_UNUSED)
|
D | elf32.em | 2109 int nrl ATTRIBUTE_UNUSED, struct option **really_longopts ATTRIBUTE_UNUSED)
|