Home | History | Annotate | Download | only in emultempl

Lines Matching full:optarg

652       thumb_entry_symbol = optarg;
668 target2_type = optarg;
684 if (strcmp (optarg, "none") == 0)
686 else if (strcmp (optarg, "scalar") == 0)
688 else if (strcmp (optarg, "vector") == 0)
691 einfo (_("Unrecognized VFP11 fix type '\''%s'\''.\n"), optarg);
695 if (!optarg)
697 else if (strcmp (optarg, "none") == 0)
699 else if (strcmp (optarg, "default") == 0)
701 else if (strcmp (optarg, "all") == 0)
704 einfo (_("Unrecognized STM32L4XX fix type '\''%s'\''.\n"), optarg);
723 group_size = bfd_scan_vma (optarg, &end, 0);
725 einfo (_("%P%F: invalid number `%s'\''\n"), optarg);