/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/arch/ |
D | arch.exp | 72 proc test_arch { file opt arch resultfile } { 78 if [string equal $opt "default-options"] then { 79 gas_run $name "-o ${rootname}-#${opt}#.o" "" 81 gas_run $name "$opt -o ${rootname}-#${opt}#.o" "" 84 if [want_no_output "$rootname file should assemble with $opt"] then { 85 set result [get_sh_arch "${rootname}-#${opt}#.o"] 86 puts $resultfile [format "%-20s %-25s %s" $file $opt $result] 89 pass "$rootname file with $opt should assemble to arch $arch" 90 file delete "${rootname}-#${opt}#.o" 93 fail "$rootname file with $opt should assemble to arch $arch" [all …]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | testplug.c | 314 parse_option (const char *opt) in parse_option() argument 316 if (!strncmp ("fail", opt, 4)) in parse_option() 317 return set_ret_val (opt + 4, LDPS_ERR); in parse_option() 318 else if (!strncmp ("pass", opt, 4)) in parse_option() 319 return set_ret_val (opt + 4, LDPS_OK); in parse_option() 320 else if (!strncmp ("register", opt, 8)) in parse_option() 321 return set_register_hook (opt + 8, TRUE); in parse_option() 322 else if (!strncmp ("noregister", opt, 10)) in parse_option() 323 return set_register_hook (opt + 10, FALSE); in parse_option() 324 else if (!strncmp ("claim:", opt, 6)) in parse_option() [all …]
|
D | lexsup.c | 88 struct option opt; member 565 if (ld_options[i].opt.has_arg == required_argument in parse_args() 566 || ld_options[i].opt.has_arg == optional_argument) in parse_args() 570 if (ld_options[i].opt.has_arg == optional_argument) in parse_args() 577 if (ld_options[i].opt.name != NULL) in parse_args() 581 really_longopts[irl] = ld_options[i].opt; in parse_args() 586 longopts[il] = ld_options[i].opt; in parse_args() 1698 if (ld_options[j].opt.has_arg != optional_argument) in help() 1715 if (ld_options[j].opt.name != NULL in help() 1725 ld_options[j].opt.name); in help() [all …]
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | sysdump.c | 47 static int opt (int); 511 opt (int x) in opt() function 540 while (opt (IT_dsy_CODE)) in dump_symbol_info() 542 if (opt (IT_dty_CODE)) in dump_symbol_info() 560 if (opt (IT_dpp_CODE)) in derived_type() 565 else if (opt (IT_dfp_CODE)) in derived_type() 570 else if (opt (IT_den_CODE)) in derived_type() 575 else if (opt (IT_den_CODE)) in derived_type() 580 else if (opt (IT_dds_CODE)) in derived_type() 585 else if (opt (IT_dar_CODE)) in derived_type() [all …]
|
D | bin2c.c | 38 const char *opt = &argv[1][1]; in main() local 39 if (*opt == '-') in main() 40 ++opt; in main() 41 ishelp = *opt == 'h' || *opt == 'H'; in main()
|
D | coffdump.c | 482 int opt; in main() local 504 while ((opt = getopt_long (ac, av, "HhVv", long_options, in main() 508 switch (opt) in main()
|
D | objdump.c | 2663 struct objdump_private_option *opt; in dump_target_specific() local 2678 for (opt = (*desc)->options; opt->name; opt++) in dump_target_specific() 2679 opt->selected = FALSE; in dump_target_specific() 2690 for (opt = (*desc)->options; opt->name; opt++) in dump_target_specific() 2691 if (strcmp (opt->name, b) == 0) in dump_target_specific() 2693 opt->selected = TRUE; in dump_target_specific() 2696 if (opt->name == NULL) in dump_target_specific()
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-demangle.c | 235 char *opt; local 242 opt = p; 246 if (strcmp (opt, "--format") == 0 && c == '=') 265 else if (strcmp (opt, "--no-params") == 0) 267 else if (strcmp (opt, "--is-v3-ctor") == 0) 269 else if (strcmp (opt, "--is-v3-dtor") == 0) 271 else if (strcmp (opt, "--ret-postfix") == 0) 273 else if (strcmp (opt, "--ret-drop") == 0) 278 lineno, opt);
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-aarch64.c | 7250 const struct aarch64_option_cpu_value_table *opt; in aarch64_parse_features() local 7295 for (opt = aarch64_features; opt->name != NULL; opt++) in aarch64_parse_features() 7296 if (strncmp (opt->name, str, optlen) == 0) in aarch64_parse_features() 7300 AARCH64_MERGE_FEATURE_SETS (*ext_set, *ext_set, opt->value); in aarch64_parse_features() 7302 AARCH64_CLEAR_FEATURE (*ext_set, *ext_set, opt->value); in aarch64_parse_features() 7306 if (opt->name == NULL) in aarch64_parse_features() 7321 const struct aarch64_cpu_option_table *opt; in aarch64_parse_cpu() local 7336 for (opt = aarch64_cpus; opt->name != NULL; opt++) in aarch64_parse_cpu() 7337 if (strlen (opt->name) == optlen && strncmp (str, opt->name, optlen) == 0) in aarch64_parse_cpu() 7339 mcpu_cpu_opt = &opt->value; in aarch64_parse_cpu() [all …]
|
D | bfin-parse.y | 266 check_macfunc_option (Macfunc *a, Opt_mode *opt) in check_macfunc_option() argument 269 if (opt->mod == 0) in check_macfunc_option() 273 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU in check_macfunc_option() 274 && opt->mod != M_S2RND && opt->mod != M_ISS2) in check_macfunc_option() 276 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU in check_macfunc_option() 277 && opt->mod != M_T && opt->mod != M_TFU && opt->mod != M_S2RND in check_macfunc_option() 278 && opt->mod != M_ISS2 && opt->mod != M_IH) in check_macfunc_option() 280 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_W32)) in check_macfunc_option()
|
D | tc-arm.c | 24637 const struct arm_option_extension_value_table * opt = NULL; in arm_parse_extension() local 24668 opt = arm_extensions; in arm_parse_extension() 24679 opt = arm_extensions; in arm_parse_extension() 24696 gas_assert (opt != NULL); in arm_parse_extension() 24699 for (; opt->name != NULL; opt++) in arm_parse_extension() 24700 if (opt->name_len == len && strncmp (opt->name, str, len) == 0) in arm_parse_extension() 24703 if (!ARM_CPU_HAS_FEATURE (*ext_set, opt->allowed_archs)) in arm_parse_extension() 24711 ARM_MERGE_FEATURE_SETS (*ext_set, *ext_set, opt->value); in arm_parse_extension() 24713 ARM_CLEAR_FEATURE (*ext_set, *ext_set, opt->value); in arm_parse_extension() 24718 if (opt->name == NULL) in arm_parse_extension() [all …]
|
D | tc-metag.c | 5826 const struct metag_core_option * opt; in metag_parse_cpu() local 5837 for (opt = metag_cpus; opt->name != NULL; opt++) in metag_parse_cpu() 5838 if (strncmp (opt->name, str, optlen) == 0) in metag_parse_cpu() 5840 mcpu_opt = opt->value; in metag_parse_cpu() 5852 const struct metag_core_option * opt; in metag_parse_fpu() local 5863 for (opt = metag_fpus; opt->name != NULL; opt++) in metag_parse_fpu() 5864 if (strncmp (opt->name, str, optlen) == 0) in metag_parse_fpu() 5866 mfpu_opt = opt->value; in metag_parse_fpu() 5878 const struct metag_core_option * opt; in metag_parse_dsp() local 5889 for (opt = metag_dsps; opt->name != NULL; opt++) in metag_parse_dsp() [all …]
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | z8kgen.c | 40 static struct op opt[] = variable 556 struct op *p = opt; in count() 917 struct op *p = opt; in internal() 974 struct op *p = opt; in gas() 1351 struct op *p = opt; in main()
|
D | ppc-dis.c | 48 const char *opt; member 230 if (strcmp (ppc_opts[i].opt, arg) == 0) in ppc_parse_cpu() 750 col += fprintf (stream, " %s,", ppc_opts[i].opt); in print_ppc_disassembler_options()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/ |
D | explode | 28 $opt = shift; 29 if ($opt eq "-I") {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
D | tlsexe.r | 99 .* (FUNC|NOTYPE) +LOCAL +DEFAULT +UND \.__tls_get_addr(|_opt) 103 .* NOTYPE +LOCAL +DEFAULT +7 .*\.plt_call\.__tls_get_addr(|_opt)
|
D | tlsexetoc.r | 99 .* (FUNC|NOTYPE) +LOCAL +DEFAULT +UND \.__tls_get_addr(|_opt) 103 .* NOTYPE +LOCAL +DEFAULT +7 .*\.plt_call\.__tls_get_addr(|_opt)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
D | file.s | 9 .opt nocase
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/ |
D | bittest.d | 2 #name: D30V bittest opt
|
/toolchain/binutils/binutils-2.25/gold/ |
D | options.cc | 309 General_options::parse_version(const char* opt, const char*, Command_line*) in parse_version() argument 311 bool print_short = (opt[0] == '-' && opt[1] == 'v'); in parse_version() 710 usage(const char* msg, const char* opt) in usage() argument 714 gold::program_name, opt, msg); in usage()
|
D | plugin.h | 150 add_plugin_option(const char* opt) in add_plugin_option() argument 153 last->add_option(opt); in add_plugin_option()
|
/toolchain/binutils/binutils-2.25/ |
D | src-release.sh | 337 while getopts ":gbx" opt; do 338 case $opt in
|
/toolchain/binutils/binutils-2.25/gas/ |
D | listing.c | 1336 print_single_option (char * opt, int *pos) in print_single_option() argument 1338 int opt_len = strlen (opt); in print_single_option() 1342 fprintf (list_file, _("%s "), opt); in print_single_option() 1347 fprintf (list_file, _("\n\t%s "), opt); in print_single_option()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecofflink.c | 365 struct shuffle *opt; member 484 ainfo->opt = NULL; in bfd_ecoff_debug_init() 940 if (!add_file_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end, in bfd_ecoff_debug_accumulate() 991 if (!add_memory_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end, out, in bfd_ecoff_debug_accumulate() 996 OPTR opt; in bfd_ecoff_debug_accumulate() local 998 (*input_swap->swap_opt_in) (input_bfd, in, &opt); in bfd_ecoff_debug_accumulate() 999 (*output_swap->swap_opt_out) (output_bfd, &opt, out); in bfd_ecoff_debug_accumulate() 1595 || ! ecoff_write_shuffle (abfd, swap, ainfo->opt, space) in bfd_ecoff_write_accumulated_debug()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/ |
D | dj1.s | 839 stc $0,$opt 840 ldc $0,$opt 841 stc $15,$opt 842 ldc $15,$opt
|