Home
last modified time | relevance | path

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

/external/elfutils/0.153/libdwfl/
Dopen.c121 what_kind (int fd, Elf **elfp, Elf_Kind *kind, bool *close_fd) in what_kind() function
150 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file()
179 error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file()
DChangeLog281 (what_kind): New function, broken out of ...
283 If it fails, try __libdw_image_header and then try what_kind again.