Home | History | Annotate | only in /external/elfutils/0.153
Up to higher level directory
NameDateSize
ABOUT-NLS04-Nov-201474.7K
aclocal.m404-Nov-201436.2K
Android.mk04-Nov-2014638
AUTHORS04-Nov-201453
backends/04-Nov-2014
bionic-fixup/04-Nov-2014
ChangeLog04-Nov-20148.1K
config/04-Nov-2014
config.h04-Nov-20141.8K
config.h.in04-Nov-20141.5K
configure04-Nov-2014189.9K
configure.ac04-Nov-201410.1K
COPYING04-Nov-201417.6K
elfutils.spec04-Nov-201424.8K
EXCEPTION04-Nov-2014417
GPG-KEY04-Nov-20141.9K
host-darwin-fixup/04-Nov-2014
host-linux-fixup/04-Nov-2014
INSTALL04-Nov-201415.2K
lib/04-Nov-2014
libasm/04-Nov-2014
libcpu/04-Nov-2014
libdw/04-Nov-2014
libdwfl/04-Nov-2014
libebl/04-Nov-2014
libelf/04-Nov-2014
m4/04-Nov-2014
Makefile.am04-Nov-20142.1K
Makefile.in04-Nov-201425.2K
NEWS04-Nov-201429.1K
NOTES04-Nov-20141.9K
po/04-Nov-2014
README04-Nov-2014658
src/04-Nov-2014
THANKS04-Nov-2014193
TODO04-Nov-20145.1K
version.h04-Nov-20143.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 
      8 - the ABI of the backend modules is not guaranteed.  Really, not guarantee
      9   whatsoever.  We are enforcing this in the code.  The modules and their
     10   users must match.  No third-party EBL module are supported or allowed.
     11   The only reason there are separate modules is to not have the code for
     12   all architectures in all the binaries.
     13