Home | History | Annotate | Download | only in ld

Lines Matching defs:output_filename

71 const char *output_filename = "a.out";
173 if (output_filename && delete_output_file_on_failure)
174 unlink_if_ordinary (output_filename);
460 output_filename);
475 int len = strlen (output_filename);
478 || (strcasecmp (output_filename + len - 4, ".exe") != 0
479 && strcasecmp (output_filename + len - 4, ".dll") != 0))
488 strcpy (dst_name, output_filename);
490 src = fopen (output_filename, FOPEN_RB);
495 output_filename);
536 output_filename = NULL;