Searched refs:output_fname (Results 1 – 1 of 1) sorted by relevance
125 static const char *output_fname; variable193 if ((output_fname != NULL || debug_fname != NULL) in main()247 if (output_fname != NULL) in parse_opt()252 output_fname = arg; in parse_opt()326 int fd = open (fname, output_fname == NULL ? O_RDWR : O_RDONLY); in process_file()352 Elf *elf = elf_begin (fd, output_fname == NULL ? ELF_C_RDWR : ELF_C_READ, in process_file()365 if (unlikely (output_fname != NULL || debug_fname != NULL)) in process_file()446 if (output_fname != NULL) in handle_elf()448 fd = open (output_fname, O_RDWR | O_CREAT, mode); in handle_elf()451 error (0, errno, gettext ("cannot open '%s'"), output_fname); in handle_elf()[all …]