android13/external/elfutils/doc
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
COPYING-GFDL initial 2024-06-22 20:45:49 +08:00
ChangeLog initial 2024-06-22 20:45:49 +08:00
Makefile.am initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
debuginfod-client-config.7 initial 2024-06-22 20:45:49 +08:00
debuginfod-find.1 initial 2024-06-22 20:45:49 +08:00
debuginfod.8 initial 2024-06-22 20:45:49 +08:00
debuginfod_add_http_header.3 initial 2024-06-22 20:45:49 +08:00
debuginfod_begin.3 initial 2024-06-22 20:45:49 +08:00
debuginfod_end.3 initial 2024-06-22 20:45:49 +08:00
debuginfod_find_debuginfo.3 initial 2024-06-22 20:45:49 +08:00
debuginfod_find_executable.3 initial 2024-06-22 20:45:49 +08:00
debuginfod_find_source.3 initial 2024-06-22 20:45:49 +08:00
debuginfod_get_url.3 initial 2024-06-22 20:45:49 +08:00
debuginfod_get_user_data.3 initial 2024-06-22 20:45:49 +08:00
debuginfod_set_progressfn.3 initial 2024-06-22 20:45:49 +08:00
debuginfod_set_user_data.3 initial 2024-06-22 20:45:49 +08:00
elf_begin.3 initial 2024-06-22 20:45:49 +08:00
elf_clone.3 initial 2024-06-22 20:45:49 +08:00
elf_getdata.3 initial 2024-06-22 20:45:49 +08:00
elf_update.3 initial 2024-06-22 20:45:49 +08:00
elfclassify.1 initial 2024-06-22 20:45:49 +08:00
elfutils.sgml initial 2024-06-22 20:45:49 +08:00
readelf.1 initial 2024-06-22 20:45:49 +08:00

README

The elfutils documentation is very much a work in
progress. Contributions are welcome.
Please reports bugs at https://sourceware.org/bugzilla/
Please send additions and patches to: elfutils-devel@sourceware.org

The elfutils utilities are a new implementation of many of the
utilities found in binutils and consequently, the documentation for
most of the tools has been the the man pages for binutils. For example
you could refer to readelf's man page for instructions on
eu-readelf. This has been fine up until this point but as tools gain
new capabilities, they will need to have their own individual man
page. Forking the man pages from binutils is acceptable and the
current plan of action.

New utilities that do not have an analog in binutils can have their
initial man pages generated using a tool like help2man.

The C language interfaces for libelf, libdw, and libdwfl are in
particular need of documentation. The aspirational goal is write these
in sphinx.