| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | opt-suggestions.c | 131 vec<const char *> option_values in build_option_suggestions() local 133 if (!option_values.is_empty ()) in build_option_suggestions() 136 for (unsigned j = 0; j < option_values.length (); j++) in build_option_suggestions() 138 char *with_arg = concat (opt_text, option_values[j], in build_option_suggestions() 145 option_values.release (); in build_option_suggestions()
|
| H A D | opts.c | 1526 vec<const char *> option_values in print_filtered_help() local 1528 if (!option_values.is_empty ()) in print_filtered_help() 1529 help_tuples.safe_push (option_help_tuple (i, option_values)); in print_filtered_help()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | opt-suggestions.cc | 131 vec<const char *> option_values in build_option_suggestions() local 133 if (!option_values.is_empty ()) in build_option_suggestions() 136 for (unsigned j = 0; j < option_values.length (); j++) in build_option_suggestions() 138 char *with_arg = concat (opt_text, option_values[j], in build_option_suggestions() 145 option_values.release (); in build_option_suggestions()
|
| H A D | opts.cc | 1803 vec<const char *> option_values in print_filtered_help() local 1805 if (!option_values.is_empty ()) in print_filtered_help() 1806 help_tuples.safe_push (option_help_tuple (i, option_values)); in print_filtered_help()
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | parser.cpp | 318 std::map< std::string, std::vector< std::string > > option_values; in parse() local 324 option_values[option->long_name()].push_back( in parse() 359 option_values[option->long_name()].push_back(::optarg); in parse() 363 option_values[option->long_name()].push_back(""); in parse() 384 return parsed_cmdline(option_values, args); in parse()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldlex.h | 28 enum option_values enum
|
| H A D | ChangeLog-2004 | 95 * lexsup.c (option_values): Add OPTION_DEFAULT_IMPORTED_SYMVER. 180 * lexsup.c (enum option_values): Add OPTION_DEFAULT_SYMVER. 395 * lexsup.c (option_values): Add OPTION_SORT_SECTION. 685 * lexsup.c (option_values): Add OPTION_ADD_NEEDED and 870 * lexsup.c (option_values): Add OPTION_HASH_SIZE. 898 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS. 1193 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
|
| H A D | ChangeLog-2015 | 284 * ldlex.h (enum option_values): Add OPTION_NO_DYNAMIC_LINKER. 339 * ldlex.h (enum option_values): Remove OPTION_WARN_ORPHAN and 446 * ldlex.h (enum option_values): Add OPTION_REQUIRE_DEFINED_SYMBOL. 538 * ldlex.h (enum option_values): Add OPTION_PRINT_MEMORY_USAGE. 760 * ldlex.h (enum option_values): Add OPTION_WARN_ORPHAN and
|
| H A D | ChangeLog-2007 | 663 * lexsup.c (enum option_values): Add OPTION_NO_WARN_SEARCH_MISMATCH. 1083 * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS. 1115 * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT. 1137 * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
|
| H A D | ChangeLog-2012 | 4 * ldlex.h (enum option_values): Add OPTION_TRODATA_SEGMENT. 202 * ldlex.h (option_values): Add OPTION_IGNORE_UNRESOLVED_SYMBOL. 556 * ldlex.h (enum option_values): Move from..
|
| H A D | ChangeLog-2008 | 506 * lexsup.c (enum option_values): Add OPTION_SEP_CODE. 522 * lexsup.c (enum option_values): Add OPTION_SEP_CODE. 627 * lexsup.c (option_values): Add OPTION_NO_WARN_FATAL.
|
| H A D | ChangeLog-2009 | 61 * lexsup (enum option_values): Add OPTION_NO_RELAX. 1069 * lexsup.c (option_values): Add OPTION_NO_EXPORT_DYNAMIC. 1140 * lexsup.c (option_values): Add OPTION_WARN_ALTERNATE_EM. 1537 * lexsup.c (option_values): Add OPTION_TTEXT_SEGMENT.
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ldlex.h | 28 enum option_values enum
|
| H A D | ChangeLog-2004 | 95 * lexsup.c (option_values): Add OPTION_DEFAULT_IMPORTED_SYMVER. 180 * lexsup.c (enum option_values): Add OPTION_DEFAULT_SYMVER. 395 * lexsup.c (option_values): Add OPTION_SORT_SECTION. 685 * lexsup.c (option_values): Add OPTION_ADD_NEEDED and 870 * lexsup.c (option_values): Add OPTION_HASH_SIZE. 898 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS. 1193 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
|
| H A D | ChangeLog-2015 | 284 * ldlex.h (enum option_values): Add OPTION_NO_DYNAMIC_LINKER. 339 * ldlex.h (enum option_values): Remove OPTION_WARN_ORPHAN and 446 * ldlex.h (enum option_values): Add OPTION_REQUIRE_DEFINED_SYMBOL. 538 * ldlex.h (enum option_values): Add OPTION_PRINT_MEMORY_USAGE. 760 * ldlex.h (enum option_values): Add OPTION_WARN_ORPHAN and
|
| H A D | ChangeLog-2007 | 663 * lexsup.c (enum option_values): Add OPTION_NO_WARN_SEARCH_MISMATCH. 1083 * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS. 1115 * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT. 1137 * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
|
| H A D | ChangeLog-2012 | 4 * ldlex.h (enum option_values): Add OPTION_TRODATA_SEGMENT. 202 * ldlex.h (option_values): Add OPTION_IGNORE_UNRESOLVED_SYMBOL. 556 * ldlex.h (enum option_values): Move from..
|
| H A D | ChangeLog-2008 | 506 * lexsup.c (enum option_values): Add OPTION_SEP_CODE. 522 * lexsup.c (enum option_values): Add OPTION_SEP_CODE. 627 * lexsup.c (option_values): Add OPTION_NO_WARN_FATAL.
|
| H A D | ChangeLog-2009 | 61 * lexsup (enum option_values): Add OPTION_NO_RELAX. 1069 * lexsup.c (option_values): Add OPTION_NO_EXPORT_DYNAMIC. 1140 * lexsup.c (option_values): Add OPTION_WARN_ALTERNATE_EM. 1537 * lexsup.c (option_values): Add OPTION_TTEXT_SEGMENT.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | as.c | 477 enum option_values in parse_args() enum
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | as.c | 465 enum option_values in parse_args() enum
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | ChangeLog-2009 | 632 (option_values): Add OPTION_INSN_WIDTH. 1136 (enum option_values): Add OPTION_DWARF. 1192 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
|
| H A D | windres.c | 726 enum option_values enum
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | ChangeLog-2009 | 632 (option_values): Add OPTION_INSN_WIDTH. 1136 (enum option_values): Add OPTION_DWARF. 1192 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
|
| H A D | windres.c | 726 enum option_values enum
|