Home | History | Annotate | Download | only in binutils

Lines Matching defs:input_target

3876 	   struct stat *in_stat, const char *input_target,
3883 const char *target = input_target;
4907 char *input_target = NULL;
4926 input_target = optarg;
4932 input_target = output_target = optarg;
5059 output_target = input_target;
5111 copy_file (argv[i], tmpname, tmpfd, &statbuf, input_target,
5361 char *input_target = NULL;
5410 input_target = optarg;
5419 input_target = output_target = optarg;
6170 output_target = input_target;
6173 if (input_target != NULL
6174 && startswith (input_target, "efi-"))
6176 if (convert_efi_target (&input_target) < 0)
6177 fatal (_("unknown input EFI target: %s"), input_target);
6215 copy_file (input_filename, tmpname, tmpfd, &statbuf, input_target,