drgn/libdrgn/elfutils/libelf
Omar Sandoval 1cedca8ff4 Import elfutils
Based on:

c950e8a9 config: Fix spec file, add manpages and new GFDL license.

With the following patches:

configure: Add --disable-programs
configure: Add --disable-shared
configure: Fix -D_FORTIFY_SOURCE=2 check when CFLAGS contains -Wno-error
libcpu: compile i386_lex.c with -Wno-implicit-fallthrough

The plan is to stop relying on the distribution's version of elfutils
and instead ship our own. This gives us freedom to assume that we're
using the latest version and even ship our own patches (starting with a
few build system improvements). More details are in
scripts/update-elfutils.sh, which was used to generate this commit.
2019-09-05 01:04:33 -07:00
..
abstract.h Import elfutils 2019-09-05 01:04:33 -07:00
ChangeLog Import elfutils 2019-09-05 01:04:33 -07:00
chdr_xlate.h Import elfutils 2019-09-05 01:04:33 -07:00
common.h Import elfutils 2019-09-05 01:04:33 -07:00
dl-hash.h Import elfutils 2019-09-05 01:04:33 -07:00
elf32_checksum.c Import elfutils 2019-09-05 01:04:33 -07:00
elf32_fsize.c Import elfutils 2019-09-05 01:04:33 -07:00
elf32_getchdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf32_getehdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf32_getphdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf32_getshdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf32_newehdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf32_newphdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf32_offscn.c Import elfutils 2019-09-05 01:04:33 -07:00
elf32_updatefile.c Import elfutils 2019-09-05 01:04:33 -07:00
elf32_updatenull.c Import elfutils 2019-09-05 01:04:33 -07:00
elf32_xlatetof.c Import elfutils 2019-09-05 01:04:33 -07:00
elf32_xlatetom.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_checksum.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_fsize.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_getchdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_getehdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_getphdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_getshdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_newehdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_newphdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_offscn.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_updatefile.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_updatenull.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_xlatetof.c Import elfutils 2019-09-05 01:04:33 -07:00
elf64_xlatetom.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_begin.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_clone.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_cntl.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_compress_gnu.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_compress.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_end.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_error.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_fill.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_flagdata.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_flagehdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_flagelf.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_flagphdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_flagscn.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_flagshdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_getarhdr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_getaroff.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_getarsym.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_getbase.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_getdata_rawchunk.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_getdata.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_getident.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_getphdrnum.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_getscn.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_getshdrnum.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_getshdrstrndx.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_gnu_hash.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_hash.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_kind.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_memory.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_ndxscn.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_newdata.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_newscn.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_next.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_nextscn.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_rand.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_rawdata.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_rawfile.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_readall.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_scnshndx.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_strptr.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_update.c Import elfutils 2019-09-05 01:04:33 -07:00
elf_version.c Import elfutils 2019-09-05 01:04:33 -07:00
elf-knowledge.h Import elfutils 2019-09-05 01:04:33 -07:00
elf.h Import elfutils 2019-09-05 01:04:33 -07:00
exttypes.h Import elfutils 2019-09-05 01:04:33 -07:00
gelf_checksum.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_fsize.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getauxv.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getchdr.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getclass.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getdyn.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getehdr.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getlib.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getmove.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getnote.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getphdr.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getrel.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getrela.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getshdr.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getsym.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getsyminfo.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getsymshndx.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getverdaux.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getverdef.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getvernaux.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getverneed.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_getversym.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_newehdr.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_newphdr.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_offscn.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_auxv.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_dyn.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_ehdr.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_lib.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_move.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_phdr.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_rel.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_rela.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_shdr.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_sym.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_syminfo.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_symshndx.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_verdaux.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_verdef.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_vernaux.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_verneed.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_update_versym.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_xlate.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_xlate.h Import elfutils 2019-09-05 01:04:33 -07:00
gelf_xlatetof.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf_xlatetom.c Import elfutils 2019-09-05 01:04:33 -07:00
gelf.h Import elfutils 2019-09-05 01:04:33 -07:00
gnuhash_xlate.h Import elfutils 2019-09-05 01:04:33 -07:00
libelf_crc32.c Import elfutils 2019-09-05 01:04:33 -07:00
libelf_next_prime.c Import elfutils 2019-09-05 01:04:33 -07:00
libelf.h Import elfutils 2019-09-05 01:04:33 -07:00
libelf.map Import elfutils 2019-09-05 01:04:33 -07:00
libelfP.h Import elfutils 2019-09-05 01:04:33 -07:00
Makefile.am Import elfutils 2019-09-05 01:04:33 -07:00
nlist.c Import elfutils 2019-09-05 01:04:33 -07:00
nlist.h Import elfutils 2019-09-05 01:04:33 -07:00
note_xlate.h Import elfutils 2019-09-05 01:04:33 -07:00
version_xlate.h Import elfutils 2019-09-05 01:04:33 -07:00