Searched refs:close_on_fail (Results 1 - 2 of 2) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | open.c | 128 libdw_open_elf (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok, in libdw_open_elf() argument 187 && error == DWFL_E_NOERROR ? may_close_fd : close_on_fail) in libdw_open_elf() 198 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok) in __libdw_open_file() argument 200 return libdw_open_elf (fdp, elfp, close_on_fail, archive_ok, false, false, in __libdw_open_file()
|
H A D | libdwflP.h | 631 bool close_on_fail, bool archive_ok)
|
Completed in 2 milliseconds