Searched refs:dwfl_fd (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/0.153/src/
H A Dreadelf.c568 int dwfl_fd = dup (fd); local
569 if (unlikely (dwfl_fd < 0))
583 if (dwfl_report_offline (dwfl, fname, fname, dwfl_fd) == NULL)
586 if (fstat64 (dwfl_fd, &st) != 0)
593 close (dwfl_fd); /* Consumed on success, not on failure. */

Completed in 123 milliseconds