Home
last modified time | relevance | path

Searched refs:ELF_K_NONE (Results 1 – 11 of 11) sorted by relevance

/third_party/elfutils/libelf/
Delf_kind.c43 return elf == NULL ? ELF_K_NONE : elf->kind; in elf_kind()
Dcommon.h61 return ELF_K_NONE; in determine_kind()
Dlibelf.h184 ELF_K_NONE, /* Unknown. */ enumerator
Delf_begin.c578 ELF_K_NONE, 0); in __libelf_read_mmaped_file()
639 ELF_K_NONE, 0); in read_unmmaped_file()
/third_party/elfutils/libdwfl/
Dopen.c110 if (unlikely (*kind == ELF_K_NONE)) in what_kind()
156 elf->kind = ELF_K_NONE; in libdw_open_elf()
Doffline.c118 case ELF_K_NONE: in process_file()
/third_party/elfutils/src/
Delfclassify.c168 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()
/third_party/elfutils/libdwelf/
DChangeLog43 * dwelf_elf_begin.c (dwelf_elf_begin): Don't suppress ELF_K_NONE.
/third_party/elfutils/libdw/
Dlibdw.map360 # presume that NULL is only returned on error (otherwise ELF_K_NONE).
/third_party/elfutils/config/
Delfutils.spec.in502 an ELF handle of type ELF_K_NONE is returned.
/third_party/elfutils/
DNEWS217 an ELF handle of type ELF_K_NONE is returned.