ELF_KIND(3) | MidnightBSD Library Functions Manual | ELF_KIND(3) |
elf_kind
—
determine ELF file type
ELF Access Library (libelf, -lelf)
#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_AR
ELF_K_ELF
ELF_K_NONE
June 1, 2006 | midnightbsd-3.1 |