GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ELF_KIND(3) FreeBSD 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:
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 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.