HomeSort by relevance Sort by last modified time
    Searched refs:dwfl_fd (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
nm.c 1265 int dwfl_fd = dup (fd); local
    [all...]
readelf.c 759 int dwfl_fd = dup (fd); local
760 if (unlikely (dwfl_fd < 0))
774 if (dwfl_report_offline (dwfl, fname, fname, dwfl_fd) == NULL)
777 if (fstat (dwfl_fd, &st) != 0)
784 close (dwfl_fd); /* Consumed on success, not on failure. */
    [all...]

Completed in 51 milliseconds