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

/freebsd-10-stable/lib/libelf/
H A Delf_kind.c38 return (ELF_K_NONE);
42 return (ELF_K_NONE);
H A Delf_memory.c88 _libelf_init_elf(e, ELF_K_NONE);
H A Dlibelf_allocate.c60 e->e_kind = ELF_K_NONE;
75 assert(e->e_kind == ELF_K_NONE);
H A Dlibelf.h43 ELF_K_NONE = 0, enumerator in enum:__anon5828
50 #define ELF_K_FIRST ELF_K_NONE
H A Dlibelf_ehdr.c98 eh->e_type = ELF_K_NONE; \

Completed in 109 milliseconds