android_mt6572_jiabo/external/elfutils
2025-09-05 16:56:03 +08:00
..
backends first commit 2025-09-05 16:56:03 +08:00
bionic-fixup first commit 2025-09-05 16:56:03 +08:00
config first commit 2025-09-05 16:56:03 +08:00
doc first commit 2025-09-05 16:56:03 +08:00
include/elfutils first commit 2025-09-05 16:56:03 +08:00
lib first commit 2025-09-05 16:56:03 +08:00
libasm first commit 2025-09-05 16:56:03 +08:00
libcpu first commit 2025-09-05 16:56:03 +08:00
libdw first commit 2025-09-05 16:56:03 +08:00
libdwelf first commit 2025-09-05 16:56:03 +08:00
libdwfl first commit 2025-09-05 16:56:03 +08:00
libebl first commit 2025-09-05 16:56:03 +08:00
libelf first commit 2025-09-05 16:56:03 +08:00
m4 first commit 2025-09-05 16:56:03 +08:00
po first commit 2025-09-05 16:56:03 +08:00
src first commit 2025-09-05 16:56:03 +08:00
tests first commit 2025-09-05 16:56:03 +08:00
.gitignore first commit 2025-09-05 16:56:03 +08:00
ABOUT-NLS first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
AUTHORS first commit 2025-09-05 16:56:03 +08:00
ChangeLog first commit 2025-09-05 16:56:03 +08:00
CleanSpec.mk first commit 2025-09-05 16:56:03 +08:00
configure.ac first commit 2025-09-05 16:56:03 +08:00
CONTRIBUTING first commit 2025-09-05 16:56:03 +08:00
COPYING first commit 2025-09-05 16:56:03 +08:00
COPYING-GPLV2 first commit 2025-09-05 16:56:03 +08:00
COPYING-LGPLV3 first commit 2025-09-05 16:56:03 +08:00
GPG-KEY first commit 2025-09-05 16:56:03 +08:00
Makefile.am first commit 2025-09-05 16:56:03 +08:00
MODULE_LICENSE_GPL first commit 2025-09-05 16:56:03 +08:00
NEWS first commit 2025-09-05 16:56:03 +08:00
NOTES first commit 2025-09-05 16:56:03 +08:00
NOTICE first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00
THANKS first commit 2025-09-05 16:56:03 +08:00
TODO first commit 2025-09-05 16:56:03 +08:00

Fundamental design decision:

- the sizes of external and internal types are assumed to be the same.
  This leaves byte ordering aside.  While assuming this the code can be
  greatly simplified and speed increases.  Since no change violating this
  assumption is in sight this is believed to be a worthwhile optimization.

- the ABI of the backend modules is not guaranteed.  Really, no guarantee
  whatsoever.  We are enforcing this in the code.  The modules and their
  users must match.  No third-party EBL module are supported or allowed.
  The only reason there are separate modules is to not have the code for
  all architectures in all the binaries.

- although the public libraries (libasm, libdw) have a stable API and are
  backwards ABI compatible they, and the elfutils tools, do depend on each
  others internals, and on internals of libelf to provide their interfaces.
  So they should always be upgraded in lockstep when packaging the tools
  and libraries separately. For one example of how to do that, see the
  config/elfutils.spec.