You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
quectel 55794fdde8 QCM6490:Alyssa:upload QCM6490 android12 base code.
Change-Id: If3e3c4e01b19443714d880ae669aaa8b39edfff7
4 years ago
..
COPYING-GFDL QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
ChangeLog QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
Makefile.am QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
README QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
debuginfod-find.1 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
debuginfod.8 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
debuginfod_begin.3 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
debuginfod_end.3 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
debuginfod_find_debuginfo.3 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
debuginfod_find_executable.3 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
debuginfod_find_source.3 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
debuginfod_set_progressfn.3 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
elf_begin.3 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
elf_clone.3 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
elf_getdata.3 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
elf_update.3 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
elfclassify.1 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
elfutils.sgml QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
readelf.1 QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago

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.