1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
8 <sect1 id="ch-system-libelf" role="wrap">
9 <?dbhtml filename="libelf.html"?>
11 <sect1info condition="script">
12 <productname>libelf</productname>
13 <productnumber>&elfutils-version;</productnumber>
14 <address>&elfutils-url;</address>
17 <title>Libelf from Elfutils-&elfutils-version;</title>
19 <indexterm zone="ch-system-libelf">
20 <primary sortas="a-Libelf">Libelf</primary>
23 <sect2 role="package">
26 <para>Libelf is a library for handling ELF (Executable and Linkable Format)
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
34 <seg>&elfutils-fin-sbu;</seg>
35 <seg>&elfutils-fin-du;</seg>
41 <sect2 role="installation">
42 <title>Installation of Libelf</title>
44 <para>Libelf is part of elfutils-&elfutils-version; package. Use
45 the elfutils-&elfutils-version;.tar.bz2 as the source tarball.</para>
47 <para>Prepare Libelf for compilation:</para>
49 <screen><userinput remap="configure">./configure --prefix=/usr \
50 --disable-debuginfod \
51 --enable-libdebuginfod=dummy \
52 --libdir=/lib</userinput></screen>
54 <para>Compile the package:</para>
56 <screen><userinput remap="make">make</userinput></screen>
58 <para>To test the results, issue:</para>
60 <screen><userinput remap="test">make check</userinput></screen>
62 <!-- <para>One test, run-elfclassify.sh, is known to fail.</para>-->
64 <para>Install only Libelf:</para>
66 <screen><userinput remap="install">make -C libelf install
67 install -vm644 config/libelf.pc /usr/lib/pkgconfig
68 rm /lib/libelf.a</userinput></screen>
72 <sect2 id="contents-elfutils" role="content">
73 <title>Contents of Libelf</title>
76 <segtitle>Installed Library</segtitle>
77 <segtitle>Installed Directory</segtitle>
81 libelf.so (symlink) and libelf-&elfutils-version;.so
91 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
92 <?dbfo list-presentation="list"?>
93 <?dbhtml list-presentation="table"?>
95 <varlistentry id="libelf">
96 <term><filename class="libraryfile">libelf</filename></term>
98 <para>Contains API functions to handle ELF object files</para>
99 <indexterm zone="ch-system-libelf libelf">
100 <primary sortas="c-libelf">libelf</primary>