Home | History | Annotate | Download | only in binutils

Lines Matching defs:file_name

200    file_name:line_number and optionally function name.  */
340 process_file (const char *file_name, const char *section_name,
347 if (get_file_size (file_name) < 1)
350 abfd = bfd_openr (file_name, target);
352 bfd_fatal (file_name);
358 fatal (_("%s: cannot get addresses from archive"), file_name);
375 fatal (_("%s: cannot find section %s"), file_name, section_name);
399 const char *file_name;
421 file_name = NULL;
453 file_name = optarg;
484 if (file_name == NULL)
485 file_name = "a.out";
490 return process_file (file_name, section_name, target);