Lines Matching refs:prog_name
2523 maybe_lto_object_file (const char *prog_name) in maybe_lto_object_file() argument
2539 f = fopen (prog_name, "rb"); in maybe_lto_object_file()
2561 scan_prog_file (const char *prog_name, scanpass which_pass, in scan_prog_file() argument
2584 if (which_pass == PASS_LTOINFO && !maybe_lto_object_file (prog_name)) in scan_prog_file()
2595 nm_argv[argc++] = prog_name; in scan_prog_file()
2668 add_lto_object (<o_objects, prog_name); in scan_prog_file()
2720 fatal_error ("init function found in object %s", prog_name); in scan_prog_file()
2730 fatal_error ("fini function found in object %s", prog_name); in scan_prog_file()
2766 scan_libraries (const char *prog_name) in scan_libraries() argument
2791 ldd_argv[argc++] = prog_name; in scan_libraries()
2997 scan_prog_file (const char *prog_name, scanpass which_pass, in scan_prog_file() argument
3009 if (which_pass == PASS_FIRST && ignore_library (prog_name)) in scan_prog_file()
3022 if ((ldptr = ldopen (CONST_CAST (char *, prog_name), ldptr)) != NULL) in scan_prog_file()
3025 fatal_error ("%s: not a COFF file", prog_name); in scan_prog_file()
3149 prog_name, HEADER (ldptr).f_magic, aix64_flag); in scan_prog_file()
3155 fatal_error ("%s: cannot open as COFF file", prog_name); in scan_prog_file()