Home | History | Annotate | Download | only in ld

Lines Matching full:optional_argument

169   { {"flto", optional_argument, NULL, OPTION_IGNORE},
209 { {"unique", optional_argument, NULL, OPTION_UNIQUE},
297 { {"demangle", optional_argument, NULL, OPTION_DEMANGLE},
410 { {"sort-common", optional_argument, NULL, OPTION_SORT_COMMON},
422 { {"split-by-file", optional_argument, NULL, OPTION_SPLIT_BY_FILE},
425 { {"split-by-reloc", optional_argument, NULL, OPTION_SPLIT_BY_RELOC},
457 { {"verbose", optional_argument, NULL, OPTION_VERBOSE},
566 || ld_options[i].opt.has_arg == optional_argument)
570 if (ld_options[i].opt.has_arg == optional_argument)
1699 if (ld_options[j].opt.has_arg != optional_argument)