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
GELF_GETCLASS(3) FreeBSD Library Functions Manual GELF_GETCLASS(3)

gelf_getclass
retrieve the class of an ELF descriptor

ELF Access Library (libelf, -lelf)

#include <gelf.h>

int
gelf_getclass(Elf *elf);

Function gelf_getclass() returns the ELF class of the descriptor supplied in argument elf.

Function gelf_getclass() will return one of ELFCLASS32 or ELFCLASS64 if the argument elf is a descriptor for an ELF file. The value ELFCLASSNONE is returned if argument elf was null, or if it was not a descriptor for an ELF file.

elf(3), elf_kind(3), gelf(3)
July 3, 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.