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.
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: