• Home
Name Date Size #Lines LOC

..--

backends/03-May-2024-7,9325,435

bionic-fixup/03-May-2024-16967

config/03-May-2024-5,9924,799

host-darwin-fixup/03-May-2024-20792

host-linux-fixup/03-May-2024-233

lib/03-May-2024-3,2291,898

libasm/03-May-2024-4,7582,643

libcpu/03-May-2024-11,7399,034

libdw/03-May-2024-14,7727,259

libdwfl/03-May-2024-13,5708,151

libebl/03-May-2024-7,5433,854

libelf/03-May-2024-22,65111,808

libelf-po/03-May-2024-1,2831,023

m4/03-May-2024-1,5251,344

po/03-May-2024-5,3204,318

src/03-May-2024-44,33532,151

tests/03-May-2024-16,94812,757

ABOUT-NLSD03-May-202477.7 KiB1,1021,055

AUTHORSD03-May-202425 32

Android.mkD03-May-2024638 161

COPYINGD03-May-202417.6 KiB341281

ChangeLogD03-May-20245.8 KiB207119

CleanSpec.mkD03-May-20242.2 KiB500

EXCEPTIOND03-May-2024417 129

GPG-KEYD03-May-20241.9 KiB3432

INSTALLD03-May-20249.3 KiB238179

Makefile.amD03-May-20242.1 KiB5413

Makefile.inD03-May-202421.8 KiB695603

NEWSD03-May-202424.4 KiB1,049587

NOTESD03-May-20241.9 KiB7452

READMED03-May-2024322 75

THANKSD03-May-2024210 75

TODOD03-May-20244.4 KiB16199

aclocal.m4D03-May-202433.1 KiB922824

android.patchD03-May-202415 KiB492454

config.hD03-May-20241.5 KiB5112

config.h.inD03-May-20241.2 KiB5033

configureD03-May-2024186.5 KiB6,6245,460

configure.acD03-May-20247.9 KiB244202

elfutils.specD03-May-202419.1 KiB568441

version.hD03-May-20243.1 KiB596

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