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

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_kind.c37 return (ELF_K_NONE);
41 return (ELF_K_NONE);
H A Dlibelf_allocate.c56 e->e_kind = ELF_K_NONE;
66 assert(e->e_kind == ELF_K_NONE);
H A Dlibelf.h42 ELF_K_NONE = 0, enumerator in enum:__anon671
49 #define ELF_K_FIRST ELF_K_NONE
H A Dlibelf_ar_util.c354 e->e_kind = ELF_K_NONE;
H A Dlibelf_ehdr.c101 eh->e_type = ELF_K_NONE; \
/freebsd-13-stable/contrib/elftoolchain/size/
H A Dsize.c629 if (elf_kind(elf) == ELF_K_NONE && arhdr == NULL) {
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c709 case ELF_K_NONE:
/freebsd-13-stable/contrib/elftoolchain/nm/
H A Dnm.c1527 if ((kind = elf_kind(arf)) == ELF_K_NONE) {
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c1031 case ELF_K_NONE:
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c7410 case ELF_K_NONE:

Completed in 209 milliseconds