Home | History | Annotate | only in /external/elfutils
Up to higher level directory
NameDateSize
ABOUT-NLS25-Jul-201377.7K
aclocal.m425-Jul-201333.1K
Android.mk25-Jul-2013638
android.patch25-Jul-201315K
AUTHORS25-Jul-201325
backends/25-Jul-2013
bionic-fixup/25-Jul-2013
ChangeLog25-Jul-20135.8K
CleanSpec.mk25-Jul-20132.2K
config/25-Jul-2013
config.h25-Jul-20131.5K
config.h.in25-Jul-20131.2K
configure25-Jul-2013186.5K
configure.ac25-Jul-20137.9K
COPYING25-Jul-201317.6K
elfutils.spec25-Jul-201319.1K
EXCEPTION25-Jul-2013417
GPG-KEY25-Jul-20131.9K
host-darwin-fixup/25-Jul-2013
host-linux-fixup/25-Jul-2013
INSTALL25-Jul-20139.3K
lib/25-Jul-2013
libasm/25-Jul-2013
libcpu/25-Jul-2013
libdw/25-Jul-2013
libdwfl/25-Jul-2013
libebl/25-Jul-2013
libelf/25-Jul-2013
libelf-po/25-Jul-2013
m4/25-Jul-2013
Makefile.am25-Jul-20132.1K
Makefile.in25-Jul-201321.8K
NEWS25-Jul-201324.4K
NOTES25-Jul-20131.9K
po/25-Jul-2013
README25-Jul-2013322
src/25-Jul-2013
tests/25-Jul-2013
THANKS25-Jul-2013210
TODO25-Jul-20134.4K
version.h25-Jul-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