Home | History | Annotate | only in /external/elfutils
Up to higher level directory
NameDateSize
ABOUT-NLS09-Oct-201377.7K
aclocal.m409-Oct-201333.1K
Android.mk09-Oct-2013638
android.patch09-Oct-201315K
AUTHORS09-Oct-201325
backends/09-Oct-2013
bionic-fixup/09-Oct-2013
ChangeLog09-Oct-20135.8K
CleanSpec.mk09-Oct-20132.2K
config/09-Oct-2013
config.h09-Oct-20131.5K
config.h.in09-Oct-20131.2K
configure09-Oct-2013186.5K
configure.ac09-Oct-20137.9K
COPYING09-Oct-201317.6K
elfutils.spec09-Oct-201319.1K
EXCEPTION09-Oct-2013417
GPG-KEY09-Oct-20131.9K
host-darwin-fixup/09-Oct-2013
host-linux-fixup/09-Oct-2013
INSTALL09-Oct-20139.3K
lib/09-Oct-2013
libasm/09-Oct-2013
libcpu/09-Oct-2013
libdw/09-Oct-2013
libdwfl/09-Oct-2013
libebl/09-Oct-2013
libelf/09-Oct-2013
libelf-po/09-Oct-2013
m4/09-Oct-2013
Makefile.am09-Oct-20132.1K
Makefile.in09-Oct-201321.8K
NEWS09-Oct-201324.4K
NOTES09-Oct-20131.9K
po/09-Oct-2013
README09-Oct-2013322
src/09-Oct-2013
tests/09-Oct-2013
THANKS09-Oct-2013210
TODO09-Oct-20134.4K
version.h09-Oct-20133.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