Query: elf_kind
OS: netbsd
Section: 3
Links: netbsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ELF_KIND(3) BSD Library Functions Manual ELF_KIND(3)NAMEelf_kind -- determine ELF file typeLIBRARYELF Access Library (libelf, -lelf)SYNOPSIS#include <libelf.h> Elf_Kind elf_kind(Elf *elf);DESCRIPTIONThe elf_kind() function identifies the kind of file associated with its argument elf. The argument elf is allowed to be NULL.RETURN VALUESThe elf_kind() function returns one of the following values: ELF_K_AR The file associated with argument elf is an archive. ELF_K_ELF The file associated with argument elf is an ELF file. ELF_K_NONE 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.SEE ALSOelf(3), elf_begin(3), elf_getident(3), gelf(3)BSDJune 1, 2006 BSD
Related Man Pages |
---|
elf_kind(3elf) - sunos |
elf_kind(3elf) - opendarwin |
elf_kind(3elf) - v7 |
elf_kind(3elf) - x11r4 |
elf_kind(3elf) - redhat |
Similar Topics in the Unix Linux Community |
---|
Firewall Implimentation - Recomendations |
Script to check files ownership |