Searched refs:output_fname (Results 1 – 2 of 2) sorted by relevance
133 static const char *output_fname; variable198 if ((output_fname != NULL || debug_fname != NULL) in main()252 if (output_fname != NULL) in parse_opt()257 output_fname = arg; in parse_opt()331 int fd = open (fname, output_fname == NULL ? O_RDWR : O_RDONLY); in process_file()357 Elf *elf = elf_begin (fd, output_fname == NULL ? ELF_C_RDWR : ELF_C_READ, in process_file()370 if (unlikely (output_fname != NULL || debug_fname != NULL)) in process_file()461 if (output_fname != NULL) in handle_elf()463 fd = open (output_fname, O_RDWR | O_CREAT, mode); in handle_elf()466 error (0, errno, gettext ("cannot open '%s'"), output_fname); in handle_elf()[all …]
333 cleanup_debug before any error. Use output_fname instead of fname in