Home | History | Annotate | only in /external/elfutils
Up to higher level directory
NameDateSize
ABOUT-NLS31-Jul-201035.9K
aclocal.m431-Jul-201038.8K
Android.mk31-Jul-20106.8K
AUTHORS31-Jul-201025
autom4te.cache/31-Jul-2010
ChangeLog31-Jul-20102.2K
CleanSpec.mk31-Jul-20102.2K
config/31-Jul-2010
config-compat-cygwin.h31-Jul-2010134
config-compat-darwin.h31-Jul-20101.9K
config-compat-freebsd.h31-Jul-20101.6K
config-compat-linux.h31-Jul-2010132
config.h31-Jul-20104.4K
config.h.in31-Jul-20104.2K
config.log31-Jul-201017.1K
config.status31-Jul-201042.4K
configure31-Jul-2010219.7K
configure.ac31-Jul-20107.7K
COPYING31-Jul-20108.7K
COPYING.GPL31-Jul-201017.6K
doc/31-Jul-2010
elfutils.spec31-Jul-20109.1K
GPG-KEY31-Jul-20101.9K
INSTALL31-Jul-20107.6K
lib/31-Jul-2010
libasm/31-Jul-2010
libcpu/31-Jul-2010
libdw/31-Jul-2010
libebl/31-Jul-2010
libelf/31-Jul-2010
libelf-po/31-Jul-2010
m4/31-Jul-2010
Makefile.am31-Jul-20101.2K
Makefile.in31-Jul-201019.4K
MODULE_LICENSE_OSL131-Jul-20100
NEWS31-Jul-201016.3K
NOTES31-Jul-20101.9K
po/31-Jul-2010
README31-Jul-2010322
splint.rc31-Jul-201010
src/31-Jul-2010
stamp-h131-Jul-201023
tests/31-Jul-2010
THANKS31-Jul-2010167
TODO31-Jul-20104.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