Searched defs:closefd (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/0.153/libdwfl/
H A Ddwfl_report_elf.c275 bool closefd = false; local
278 closefd = true;
288 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, false);
300 if (closefd)
H A Doffline.c287 const char *file_name, int fd, bool closefd,
292 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, true);
302 if (closefd)
315 bool closefd = false;
318 closefd = true;
327 return __libdwfl_report_offline (dwfl, name, file_name, fd, closefd, NULL);
286 __libdwfl_report_offline(Dwfl *dwfl, const char *name, const char *file_name, int fd, bool closefd, int (*predicate) (const char *module, const char *file)) argument

Completed in 443 milliseconds