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