| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| ABOUT-NLS | 20-Sep-2013 | 77.7K | |
| aclocal.m4 | 20-Sep-2013 | 33.1K | |
| Android.mk | 20-Sep-2013 | 638 | |
| android.patch | 20-Sep-2013 | 15K | |
| AUTHORS | 20-Sep-2013 | 25 | |
| backends/ | 20-Sep-2013 | ||
| bionic-fixup/ | 20-Sep-2013 | ||
| ChangeLog | 20-Sep-2013 | 5.8K | |
| CleanSpec.mk | 20-Sep-2013 | 2.2K | |
| config/ | 20-Sep-2013 | ||
| config.h | 20-Sep-2013 | 1.5K | |
| config.h.in | 20-Sep-2013 | 1.2K | |
| configure | 20-Sep-2013 | 186.5K | |
| configure.ac | 20-Sep-2013 | 7.9K | |
| COPYING | 20-Sep-2013 | 17.6K | |
| elfutils.spec | 20-Sep-2013 | 19.1K | |
| EXCEPTION | 20-Sep-2013 | 417 | |
| GPG-KEY | 20-Sep-2013 | 1.9K | |
| host-darwin-fixup/ | 20-Sep-2013 | ||
| host-linux-fixup/ | 20-Sep-2013 | ||
| INSTALL | 20-Sep-2013 | 9.3K | |
| lib/ | 20-Sep-2013 | ||
| libasm/ | 20-Sep-2013 | ||
| libcpu/ | 20-Sep-2013 | ||
| libdw/ | 20-Sep-2013 | ||
| libdwfl/ | 20-Sep-2013 | ||
| libebl/ | 20-Sep-2013 | ||
| libelf/ | 20-Sep-2013 | ||
| libelf-po/ | 20-Sep-2013 | ||
| m4/ | 20-Sep-2013 | ||
| Makefile.am | 20-Sep-2013 | 2.1K | |
| Makefile.in | 20-Sep-2013 | 21.8K | |
| NEWS | 20-Sep-2013 | 24.4K | |
| NOTES | 20-Sep-2013 | 1.9K | |
| po/ | 20-Sep-2013 | ||
| README | 20-Sep-2013 | 322 | |
| src/ | 20-Sep-2013 | ||
| tests/ | 20-Sep-2013 | ||
| THANKS | 20-Sep-2013 | 210 | |
| TODO | 20-Sep-2013 | 4.4K | |
| version.h | 20-Sep-2013 | 3.1K | |
1 Fundamental design decision: 2 3 - the sizes of external and internal types are assumed to be the same. 4 This leaves byte ordering aside. While assuming this the code can be 5 greatly simplified and speed increases. Since no change violating this 6 assumption is in sight this is believed to be a worthwhile optimization. 7