Lines Matching refs:optional_argument
172 { {"flto", optional_argument, NULL, OPTION_IGNORE},
182 { {"map-whole-files", optional_argument, NULL, OPTION_IGNORE},
185 { {"no-map-whole-files", optional_argument, NULL, OPTION_IGNORE},
221 { {"unique", optional_argument, NULL, OPTION_UNIQUE},
309 { {"demangle", optional_argument, NULL, OPTION_DEMANGLE},
422 { {"sort-common", optional_argument, NULL, OPTION_SORT_COMMON},
434 { {"split-by-file", optional_argument, NULL, OPTION_SPLIT_BY_FILE},
437 { {"split-by-reloc", optional_argument, NULL, OPTION_SPLIT_BY_RELOC},
469 { {"verbose", optional_argument, NULL, OPTION_VERBOSE},
583 || ld_options[i].opt.has_arg == optional_argument) in parse_args()
587 if (ld_options[i].opt.has_arg == optional_argument) in parse_args()
1894 if (ld_options[j].opt.has_arg != optional_argument) in help()