Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Dopen.c100 what_kind (int fd, Elf **elfp, Elf_Kind *kind, bool *close_fd) in what_kind() function
129 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file()
158 error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file()
DChangeLog1208 (what_kind): New function, broken out of ...
1210 If it fails, try __libdw_image_header and then try what_kind again.