Lines Matching defs:target

61   char *target;
95 static bfd_boolean verbose; /* Print file and target names. */
363 {"input-target", required_argument, 0, 'I'},
369 {"output-target", required_argument, 0, 'O'},
378 {"target", required_argument, 0, 'F'},
428 {"input-target", required_argument, 0, 'I'},
445 {"output-target", required_argument, 0, 'O'},
475 {"target", required_argument, 0, 'F'},
524 -I --input-target <bfdname> Assume input file is in format <bfdname>\n\
525 -O --output-target <bfdname> Create an output file in format <bfdname>\n\
527 -F --target <bfdname> Set both input and output format to <bfdname>\n\
615 --alt-machine-code <index> Use the target's <index>'th alternative machine\n\
658 -I --input-target=<bfdname> Assume input file is in format <bfdname>\n\
659 -O --output-target=<bfdname> Create an output file in format <bfdname>\n\
660 -F --target=<bfdname> Set both input and output format to <bfdname>\n\
1608 return list->target;
1616 redefine_list_append (const char *cause, const char *source, const char *target)
1628 if (strcmp (target, list->target) == 0)
1629 fatal (_("%s: Symbol \"%s\" is target of more than one redefinition"),
1630 cause, target);
1636 new_node->target = strdup (target);
2533 non_fatal (_("this target does not support %lu alternative machine codes"),
2662 containing multiple target types. */
3286 /* Do not complain if the target does not support relocations. */
3538 /* Do not complain if the target does not support relocations. */
3904 /* Convert EFI target to PEI target. */
4415 char *source, *target;
4428 target = (char *) xmalloc (len + 1);
4429 strcpy (target, nextarg);
4431 redefine_list_append ("--redefine-sym", source, target);
4434 free (target);
4724 /* Convert input EFI target to PEI target. */
4735 fatal (_("unknown input EFI target: %s"), input_target);
4741 /* Convert output EFI target to PEI target. */
4766 fatal (_("unknown output EFI target: %s"), output_target);