Home | History | Annotate | Download | only in emultempl

Lines Matching full:optarg

622   sver = strchr (optarg, ':');
624 len = strlen (optarg);
627 len = sver - optarg;
638 temp_subsystem = strtoul (optarg, & end, 0);
653 if (strncmp (optarg, v[i].name, len) == 0
659 einfo (_("%P%F: invalid subsystem type %s\n"), optarg);
677 set_pe_name (name, strtoul (optarg, &end, 0));
679 if (end == optarg)
680 einfo (_("%P%F: invalid hex number for PE parameter '%s'\n"), optarg);
682 optarg = end;
691 if (*optarg == ',')
693 optarg++;
696 else if (*optarg)
697 einfo (_("%P%F: strange hex info for PE parameter '%s'\n"), optarg);
711 link_info.base_file = fopen (optarg, FOPEN_WB);
713 einfo (_("%F%P: cannot open base file %s\n"), optarg);
760 thumb_entry_symbol = optarg;
779 pe_out_def_filename = xstrdup (optarg);
785 pe_dll_add_excludes (optarg, EXCLUDESYMS);
791 pe_dll_add_excludes (optarg, EXCLUDELIBS);
794 pe_dll_add_excludes (optarg, EXCLUDEFORIMPLIB);
809 pe_implib_filename = xstrdup (optarg);
819 if (optarg && *optarg)
822 pe_auto_image_base = strtoul (optarg, &end, 0);
830 pe_dll_search_prefix = xstrdup (optarg);
901 if (optarg == NULL)
902 optarg = DEFAULT_BUILD_ID_STYLE;
903 if (strcmp (optarg, "none"))
904 emit_build_id = xstrdup (optarg);