Home | History | Annotate | Download | only in emultempl

Lines Matching full:optarg

581   sver = strchr (optarg, ':');
583 len = strlen (optarg);
586 len = sver - optarg;
597 temp_subsystem = strtoul (optarg, & end, 0);
612 if (strncmp (optarg, v[i].name, len) == 0
618 einfo (_("%P%F: invalid subsystem type %s\n"), optarg);
636 set_pep_name (name, (bfd_vma) strtoull (optarg, &end, 0));
638 if (end == optarg)
639 einfo (_("%P%F: invalid hex number for PE parameter '%s'\n"), optarg);
641 optarg = end;
650 if (*optarg == ',')
652 optarg++;
655 else if (*optarg)
656 einfo (_("%P%F: strange hex info for PE parameter '%s'\n"), optarg);
671 link_info.base_file = fopen (optarg, FOPEN_WB);
673 einfo (_("%F%P: cannot open base file %s\n"), optarg);
736 pep_out_def_filename = xstrdup (optarg);
742 pep_dll_add_excludes (optarg, EXCLUDESYMS);
748 pep_dll_add_excludes (optarg, EXCLUDELIBS);
751 pep_dll_add_excludes (optarg, EXCLUDEFORIMPLIB);
766 pep_implib_filename = xstrdup (optarg);
781 pep_dll_search_prefix = xstrdup (optarg);
845 if (optarg == NULL)
846 optarg = DEFAULT_BUILD_ID_STYLE;
847 if (strcmp (optarg, "none"))
848 emit_build_id = xstrdup (optarg);