| ELF_KIND(3) | Library Functions Manual | ELF_KIND(3) |
elf_kind —
determine ELF file type
library “libelf”
#include
<libelf.h>
Elf_Kind
elf_kind(Elf
*elf);
The
elf_kind()
function identifies the kind of file associated with its argument
elf. The argument elf is allowed
to be NULL.
The elf_kind() function returns one of the
following values:
ELF_K_ARELF_K_ELFELF_K_NONE| June 1, 2006 | openbsd |