OpenBSD manual page server

Manual Page Search Parameters

ELF_KIND(3) Library Functions Manual ELF_KIND(3)

elf_kinddetermine ELF file type

library “libelf”

#include <libelf.h>

Elf_Kind
elf_kind(Elf *elf);

The () 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:

The file associated with argument elf is an archive.
The file associated with argument elf is an ELF file.
The argument elf was NULL, or the ELF library could not determine the type of the file associated with argument elf, or an error occurred when processing.

elf(3), elf_begin(3), elf_getident(3), gelf(3)

June 1, 2006 OpenBSD-current