Searched refs:ELF_K_NONE (Results 1 – 11 of 11) sorted by relevance
43 return elf == NULL ? ELF_K_NONE : elf->kind; in elf_kind()
61 return ELF_K_NONE; in determine_kind()
184 ELF_K_NONE, /* Unknown. */ enumerator
578 ELF_K_NONE, 0); in __libelf_read_mmaped_file()639 ELF_K_NONE, 0); in read_unmmaped_file()
110 if (unlikely (*kind == ELF_K_NONE)) in what_kind()156 elf->kind = ELF_K_NONE; in libdw_open_elf()
118 case ELF_K_NONE: in process_file()
168 case ELF_K_NONE: in elf_kind_string()429 return elf_kind (elf) != ELF_K_NONE; in is_elf()468 return elf_kind (elf) != ELF_K_NONE in is_unstripped()480 return elf_kind (elf) != ELF_K_NONE in is_debug_only()
43 * dwelf_elf_begin.c (dwelf_elf_begin): Don't suppress ELF_K_NONE.
360 # presume that NULL is only returned on error (otherwise ELF_K_NONE).
502 an ELF handle of type ELF_K_NONE is returned.
217 an ELF handle of type ELF_K_NONE is returned.