Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
backends/ | 03-May-2024 | - | 15,434 | 9,854 | ||
bionic-fixup/ | 03-May-2024 | - | 84 | 21 | ||
config/ | 03-May-2024 | - | 2,228 | 1,640 | ||
debuginfod/ | 03-May-2024 | - | 5,872 | 4,401 | ||
doc/ | 03-May-2024 | - | 2,949 | 2,495 | ||
include/elfutils/ | 03-May-2024 | - | 1,954 | 643 | ||
lib/ | 03-May-2024 | - | 3,634 | 2,229 | ||
libasm/ | 03-May-2024 | - | 4,255 | 2,087 | ||
libcpu/ | 03-May-2024 | - | 8,446 | 7,088 | ||
libdw/ | 03-May-2024 | - | 24,918 | 15,307 | ||
libdwelf/ | 03-May-2024 | - | 1,578 | 996 | ||
libdwfl/ | 03-May-2024 | - | 21,184 | 14,507 | ||
libebl/ | 03-May-2024 | - | 6,176 | 3,465 | ||
libelf/ | 03-May-2024 | - | 23,685 | 14,202 | ||
m4/ | 03-May-2024 | - | 800 | 644 | ||
po/ | 03-May-2024 | - | 37,182 | 30,176 | ||
src/ | 03-May-2024 | - | 40,320 | 31,308 | ||
tests/ | 03-May-2024 | - | 58,028 | 42,511 | ||
.gitignore | D | 03-May-2024 | 284 | 34 | 33 | |
AUTHORS | D | 03-May-2024 | 53 | 5 | 4 | |
Android.bp | D | 03-May-2024 | 4.4 KiB | 173 | 160 | |
CONTRIBUTING | D | 03-May-2024 | 4.4 KiB | 107 | 79 | |
COPYING | D | 03-May-2024 | 34.3 KiB | 675 | 553 | |
COPYING-GPLV2 | D | 03-May-2024 | 17.7 KiB | 340 | 281 | |
COPYING-LGPLV3 | D | 03-May-2024 | 7.5 KiB | 166 | 128 | |
ChangeLog | D | 03-May-2024 | 25.7 KiB | 943 | 544 | |
GPG-KEY | D | 03-May-2024 | 7 KiB | 115 | 113 | |
METADATA | D | 03-May-2024 | 778 | 24 | 23 | |
MODULE_LICENSE_GPL | D | 03-May-2024 | 0 | |||
Makefile.am | D | 03-May-2024 | 3.2 KiB | 104 | 56 | |
NEWS | D | 03-May-2024 | 47.3 KiB | 1,710 | 1,013 | |
NOTES | D | 03-May-2024 | 3 KiB | 96 | 69 | |
NOTICE | D | 03-May-2024 | 17.6 KiB | 341 | 281 | |
OWNERS | D | 03-May-2024 | 20 | 2 | 1 | |
README | D | 03-May-2024 | 1.1 KiB | 32 | 21 | |
THANKS | D | 03-May-2024 | 193 | 7 | 5 | |
TODO | D | 03-May-2024 | 5.3 KiB | 196 | 124 | |
config.h | D | 03-May-2024 | 5 KiB | 179 | 44 | |
configure.ac | D | 03-May-2024 | 30.3 KiB | 815 | 711 | |
post_update.sh | D | 03-May-2024 | 481 | 21 | 9 | |
version.h | D | 03-May-2024 | 1.2 KiB | 39 | 6 |
README
1The elfutils project provides libraries and tools for ELF files and DWARF data. 2 3The project home is http://elfutils.org/ 4 5Releases are published at ftp://sourceware.org/pub/elfutils/ 6Which can also be found at https://sourceware.org/elfutils/ftp/ 7 8To build a release do: ./configure && make && make check 9Please check the configure summary to make sure all recommended 10features are enabled. There should be no failures after make check. 11 12Please reports bugs at https://sourceware.org/bugzilla/ 13 14The current elfutils source code can be checked out with 15git clone git://sourceware.org/git/elfutils.git 16 17To build a git checkout do: 18 autoreconf -i -f && \ 19 ./configure --enable-maintainer-mode && \ 20 make && make check 21 22The developer mailinglist to send patches to is 23elfutils-devel@sourceware.org. 24https://sourceware.org/ml/elfutils-devel/ 25 26To subscribe send an email to elfutils-devel-subscribe@sourceware.org 27Or use the form at https://sourceware.org/mailman/listinfo/elfutils-devel 28 29See the CONTRIBUTING file for how to propose patches to the code. 30 31See the NOTES files for some design decisions and notes. 32