• Home
  • History
  • Annotate
  • only in /external/elfutils/0.153/
NameDateSize

..12-Mar-20154 KiB

ABOUT-NLS12-Mar-201574.7 KiB

aclocal.m412-Mar-201536.2 KiB

Android.mk12-Mar-2015638

AUTHORS12-Mar-201553

backends/12-Mar-20154 KiB

bionic-fixup/12-Mar-20154 KiB

ChangeLog12-Mar-20158.1 KiB

config/12-Mar-20154 KiB

config.h12-Mar-20151.8 KiB

config.h.in12-Mar-20151.5 KiB

configure12-Mar-2015189.9 KiB

configure.ac12-Mar-201510.1 KiB

COPYING12-Mar-201517.6 KiB

elfutils.spec12-Mar-201524.8 KiB

EXCEPTION12-Mar-2015417

GPG-KEY12-Mar-20151.9 KiB

host-darwin-fixup/12-Mar-20154 KiB

host-linux-fixup/12-Mar-20154 KiB

INSTALL12-Mar-201515.2 KiB

lib/12-Mar-20154 KiB

libasm/12-Mar-20154 KiB

libcpu/12-Mar-20154 KiB

libdw/12-Mar-20154 KiB

libdwfl/12-Mar-20154 KiB

libebl/12-Mar-20154 KiB

libelf/12-Mar-20154 KiB

m4/12-Mar-20154 KiB

Makefile.am12-Mar-20152.1 KiB

Makefile.in12-Mar-201525.2 KiB

NEWS12-Mar-201529.1 KiB

NOTES12-Mar-20151.9 KiB

po/12-Mar-20154 KiB

README12-Mar-2015658

src/12-Mar-20154 KiB

THANKS12-Mar-2015193

TODO12-Mar-20155.1 KiB

version.h12-Mar-20153.1 KiB

README

1Fundamental 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