Searched refs:dwfl_fd (Results 1 – 1 of 1) sorted by relevance
750 int dwfl_fd = dup (fd); in process_file() local751 if (unlikely (dwfl_fd < 0)) in process_file()765 if (dwfl_report_offline (dwfl, fname, fname, dwfl_fd) == NULL) in process_file()768 if (fstat64 (dwfl_fd, &st) != 0) in process_file()775 close (dwfl_fd); /* Consumed on success, not on failure. */ in process_file()