Searched refs:close_on_fail (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdwfl/ |
D | open.c | 120 libdw_open_elf (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok, in libdw_open_elf() argument 178 && error == DWFL_E_NOERROR ? may_close_fd : close_on_fail) in libdw_open_elf() 189 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok) in __libdw_open_file() argument 191 return libdw_open_elf (fdp, elfp, close_on_fail, archive_ok, false, false); in __libdw_open_file()
|
D | libdwflP.h | 627 bool close_on_fail, bool archive_ok)
|