*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: elf_kind | Section: 3 | Source: NetBSD | File: elf_kind.3
ELF_KIND(3) FreeBSD Library Functions Manual ELF_KIND(3) NAME elf_kind - determine ELF file type LIBRARY ELF Access Library (libelf, -lelf) SYNOPSIS #include <libelf.h> Elf_Kind elf_kind(Elf *elf); DESCRIPTION The elf_kind() function identifies the kind of file associated with its argument elf. The argument elf is allowed to be NULL. RETURN VALUES The 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 ALSO elf(3), elf_begin(3), elf_getident(3), gelf(3) FreeBSD 14.1-RELEASE-p8 June 1, 2006 FreeBSD 14.1-RELEASE-p8

Navigation Options