Home | History | Annotate | only in /external/elfutils/0.153
Up to higher level directory
NameDateSize
ABOUT-NLS23-Apr-201574.7K
aclocal.m423-Apr-201536.2K
Android.mk23-Apr-2015638
AUTHORS23-Apr-201553
backends/23-Apr-2015
bionic-fixup/23-Apr-2015
ChangeLog23-Apr-20158.1K
config/23-Apr-2015
config.h23-Apr-20151.8K
config.h.in23-Apr-20151.5K
configure23-Apr-2015189.9K
configure.ac23-Apr-201510.1K
COPYING23-Apr-201517.6K
elfutils.spec23-Apr-201524.8K
EXCEPTION23-Apr-2015417
GPG-KEY23-Apr-20151.9K
host-darwin-fixup/23-Apr-2015
host-linux-fixup/23-Apr-2015
INSTALL23-Apr-201515.2K
lib/23-Apr-2015
libasm/23-Apr-2015
libcpu/23-Apr-2015
libdw/23-Apr-2015
libdwfl/23-Apr-2015
libebl/23-Apr-2015
libelf/23-Apr-2015
m4/23-Apr-2015
Makefile.am23-Apr-20152.1K
Makefile.in23-Apr-201525.2K
NEWS23-Apr-201529.1K
NOTES23-Apr-20151.9K
po/23-Apr-2015
README23-Apr-2015658
src/23-Apr-2015
THANKS23-Apr-2015193
TODO23-Apr-20155.1K
version.h23-Apr-20153.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