Home
last modified time | relevance | path

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

/external/elfutils/src/
Dnm.c1265 int dwfl_fd = dup (fd); in show_symbols() local
1266 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()
Dreadelf.c759 int dwfl_fd = dup (fd); in process_file() local
760 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()