Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
ABOUT-NLS | 13-Nov-2012 | 77.7K | |
aclocal.m4 | 13-Nov-2012 | 33.1K | |
Android.mk | 13-Nov-2012 | 638 | |
android.patch | 13-Nov-2012 | 15K | |
AUTHORS | 13-Nov-2012 | 25 | |
backends/ | 13-Nov-2012 | ||
bionic-fixup/ | 13-Nov-2012 | ||
ChangeLog | 13-Nov-2012 | 5.8K | |
CleanSpec.mk | 13-Nov-2012 | 2.2K | |
config/ | 13-Nov-2012 | ||
config.h | 13-Nov-2012 | 1.5K | |
config.h.in | 13-Nov-2012 | 1.2K | |
configure | 13-Nov-2012 | 186.5K | |
configure.ac | 13-Nov-2012 | 7.9K | |
COPYING | 13-Nov-2012 | 17.6K | |
elfutils.spec | 13-Nov-2012 | 19.1K | |
EXCEPTION | 13-Nov-2012 | 417 | |
GPG-KEY | 13-Nov-2012 | 1.9K | |
host-darwin-fixup/ | 13-Nov-2012 | ||
host-linux-fixup/ | 13-Nov-2012 | ||
INSTALL | 13-Nov-2012 | 9.3K | |
lib/ | 13-Nov-2012 | ||
libasm/ | 13-Nov-2012 | ||
libcpu/ | 13-Nov-2012 | ||
libdw/ | 13-Nov-2012 | ||
libdwfl/ | 13-Nov-2012 | ||
libebl/ | 13-Nov-2012 | ||
libelf/ | 13-Nov-2012 | ||
libelf-po/ | 13-Nov-2012 | ||
m4/ | 13-Nov-2012 | ||
Makefile.am | 13-Nov-2012 | 2.1K | |
Makefile.in | 13-Nov-2012 | 21.8K | |
NEWS | 13-Nov-2012 | 24.4K | |
NOTES | 13-Nov-2012 | 1.9K | |
po/ | 13-Nov-2012 | ||
README | 13-Nov-2012 | 322 | |
src/ | 13-Nov-2012 | ||
tests/ | 13-Nov-2012 | ||
THANKS | 13-Nov-2012 | 210 | |
TODO | 13-Nov-2012 | 4.4K | |
version.h | 13-Nov-2012 | 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