Home | History | Annotate | only in /external/elfutils
Up to higher level directory
NameDateSize
ABOUT-NLS15-Nov-201135.9K
aclocal.m415-Nov-201138.8K
Android.mk15-Nov-20116.8K
AUTHORS15-Nov-201125
autom4te.cache/15-Nov-2011
ChangeLog15-Nov-20112.2K
CleanSpec.mk15-Nov-20112.2K
config/15-Nov-2011
config-compat-cygwin.h15-Nov-2011134
config-compat-darwin.h15-Nov-20111.9K
config-compat-freebsd.h15-Nov-20111.6K
config-compat-linux.h15-Nov-2011132
config.h15-Nov-20114.4K
config.h.in15-Nov-20114.2K
config.log15-Nov-201117.1K
config.status15-Nov-201142.4K
configure15-Nov-2011219.7K
configure.ac15-Nov-20117.7K
COPYING15-Nov-20118.7K
COPYING.GPL15-Nov-201117.6K
doc/15-Nov-2011
elfutils.spec15-Nov-20119.1K
GPG-KEY15-Nov-20111.9K
INSTALL15-Nov-20117.6K
lib/15-Nov-2011
libasm/15-Nov-2011
libcpu/15-Nov-2011
libdw/15-Nov-2011
libebl/15-Nov-2011
libelf/15-Nov-2011
libelf-po/15-Nov-2011
m4/15-Nov-2011
Makefile.am15-Nov-20111.2K
Makefile.in15-Nov-201119.4K
MODULE_LICENSE_OSL115-Nov-20110
NEWS15-Nov-201116.3K
NOTES15-Nov-20111.9K
po/15-Nov-2011
README15-Nov-2011322
splint.rc15-Nov-201110
src/15-Nov-2011
stamp-h115-Nov-201123
tests/15-Nov-2011
THANKS15-Nov-2011167
ThirdPartyProject.prop15-Nov-2011259
TODO15-Nov-20114.7K

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