Home
last modified time | relevance | path

Searched refs:may_close_fd (Results 1 - 1 of 1) sorted by relevance

/third_party/elfutils/libdwfl/
H A Dopen.c106 what_kind (int fd, Elf **elfp, Elf_Kind *kind, bool *may_close_fd) in what_kind() argument
119 *may_close_fd = true; in what_kind()
131 bool may_close_fd = false; in libdw_open_elf() local
137 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &may_close_fd); in libdw_open_elf()
166 error = what_kind (*fdp, &elf, &kind, &may_close_fd); in libdw_open_elf()
187 && error == DWFL_E_NOERROR ? may_close_fd : close_on_fail) in libdw_open_elf()

Completed in 1 milliseconds