• Home
Name Date Size #Lines LOC

..--

COPYING-GFDLD03-May-202422.6 KiB456377

ChangeLogD03-May-20245.4 KiB196118

Makefile.amD03-May-20241.6 KiB4221

READMED03-May-2024966 2017

debuginfod-find.1D03-May-20245.2 KiB161127

debuginfod.8D03-May-202419.3 KiB456383

debuginfod_add_http_header.3D03-May-202437 21

debuginfod_begin.3D03-May-202437 21

debuginfod_end.3D03-May-202437 21

debuginfod_find_debuginfo.3D03-May-202412 KiB348281

debuginfod_find_executable.3D03-May-202437 21

debuginfod_find_source.3D03-May-202437 21

debuginfod_get_url.3D03-May-202437 21

debuginfod_get_user_data.3D03-May-202437 21

debuginfod_set_progressfn.3D03-May-202437 21

debuginfod_set_user_data.3D03-May-202437 21

elf_begin.3D03-May-2024834 3834

elf_clone.3D03-May-2024343 1512

elf_getdata.3D03-May-20241.1 KiB2924

elf_update.3D03-May-2024324 1512

elfclassify.1D03-May-20245.3 KiB198191

elfutils.sgmlD03-May-202412.2 KiB445407

readelf.1D03-May-202415.4 KiB512482

README

1The elfutils documentation is very much a work in
2progress. Contributions are welcome.
3Please reports bugs at https://sourceware.org/bugzilla/
4Please send additions and patches to: elfutils-devel@sourceware.org
5
6The elfutils utilities are a new implementation of many of the
7utilities found in binutils and consequently, the documentation for
8most of the tools has been the the man pages for binutils. For example
9you could refer to readelf's man page for instructions on
10eu-readelf. This has been fine up until this point but as tools gain
11new capabilities, they will need to have their own individual man
12page. Forking the man pages from binutils is acceptable and the
13current plan of action.
14
15New utilities that do not have an analog in binutils can have their
16initial man pages generated using a tool like help2man.
17
18The C language interfaces for libelf, libdw, and libdwfl are in
19particular need of documentation. The aspirational goal is write these
20in sphinx.