Searched refs:dwfl_fd (Results 1 – 2 of 2) sorted by relevance
1265 int dwfl_fd = dup (fd); in show_symbols() local1266 if (likely (dwfl_fd >= 0)) in show_symbols()1279 if (dwfl_report_offline (dwfl, fname, fname, dwfl_fd) in show_symbols()1283 close (dwfl_fd); in show_symbols()
759 int dwfl_fd = dup (fd); in process_file() local760 if (unlikely (dwfl_fd < 0)) in process_file()774 if (dwfl_report_offline (dwfl, fname, fname, dwfl_fd) == NULL) in process_file()777 if (fstat (dwfl_fd, &st) != 0) in process_file()784 close (dwfl_fd); /* Consumed on success, not on failure. */ in process_file()