Home | History | Annotate | only in /external/elfutils
Up to higher level directory
NameDateSize
ABOUT-NLS10-Oct-201277.7K
aclocal.m410-Oct-201233.1K
Android.mk10-Oct-2012638
android.patch10-Oct-201215K
AUTHORS10-Oct-201225
backends/10-Oct-2012
bionic-fixup/10-Oct-2012
ChangeLog10-Oct-20125.8K
CleanSpec.mk10-Oct-20122.2K
config/10-Oct-2012
config.h10-Oct-20121.5K
config.h.in10-Oct-20121.2K
configure10-Oct-2012186.5K
configure.ac10-Oct-20127.9K
COPYING10-Oct-201217.6K
elfutils.spec10-Oct-201219.1K
EXCEPTION10-Oct-2012417
GPG-KEY10-Oct-20121.9K
host-darwin-fixup/10-Oct-2012
host-linux-fixup/10-Oct-2012
INSTALL10-Oct-20129.3K
lib/10-Oct-2012
libasm/10-Oct-2012
libcpu/10-Oct-2012
libdw/10-Oct-2012
libdwfl/10-Oct-2012
libebl/10-Oct-2012
libelf/10-Oct-2012
libelf-po/10-Oct-2012
m4/10-Oct-2012
Makefile.am10-Oct-20122.1K
Makefile.in10-Oct-201221.8K
NEWS10-Oct-201224.4K
NOTES10-Oct-20121.9K
po/10-Oct-2012
README10-Oct-2012322
src/10-Oct-2012
tests/10-Oct-2012
THANKS10-Oct-2012210
TODO10-Oct-20124.4K
version.h10-Oct-20123.1K

README

      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