Searched refs:output_fname (Results 1 – 3 of 3) sorted by relevance
139 static const char *output_fname; variable265 if ((output_fname != NULL || debug_fname != NULL) in main()306 if (output_fname != NULL) in parse_opt()311 output_fname = arg; in parse_opt()737 int fd = open (fname, output_fname == NULL ? O_RDWR : O_RDONLY); in process_file()763 Elf *elf = elf_begin (fd, output_fname == NULL ? ELF_C_RDWR : ELF_C_READ, in process_file()776 if (unlikely (output_fname != NULL || debug_fname != NULL)) in process_file()979 if (output_fname != NULL) in handle_elf()981 fd = open (output_fname, O_RDWR | O_CREAT, mode); in handle_elf()984 error (0, errno, gettext ("cannot open '%s'"), output_fname); in handle_elf()[all …]
1396 cleanup_debug before any error. Use output_fname instead of fname in
66 const char *output_fname; /* Output filename */ member1134 disp->output_fname = optarg; in scan_args()1220 if (disp.output_fname) { in main()1221 disp.fout = fopen(disp.output_fname, "w"); in main()1230 if (disp.output_fname) in main()