Manpages

NAME

libelf − ELF access library

SYNOPSIS

cc [ flag... ] file... -lelf [ library ... ]
#include <libelf.h>

DESCRIPTION

Functions in this library provide routines to manipulate ELF (Executable and Linking Format) object files, archive files, and archive members. The header provides type and function declarations for all library services.

INTERFACES

The shared object libelf.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.

Image /var/www/mancx/application/src/../www/___/img/man3/man3/libelf1.png

FILES

/usr/lib/libelf.a

archive library

/usr/lib/libelf.so.1

shared object

/usr/lib/64/libelf.so.1

64-bit shared object

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

Image /var/www/mancx/application/src/../www/___/img/man3/man3/libelf2.png

SEE ALSO

pvs(1), intro(3), elf(3ELF), gelf(3ELF), attributes(5)