summaryrefslogtreecommitdiff
path: root/libelf
Commit message (Expand)AuthorAgeFilesLines
* libelf: Sync elf.h from glibc.Youling Tang2023-04-072-1/+45
* libelf: Document and make ELFCOMPRESS_ZSTD usable with old system elf.hMark Wielaard2023-03-032-4/+14
* libelf: memmove any extra bytes left by elf_cvt_gnuhash conversionMark Wielaard2023-02-232-2/+14
* configure: Add --enable-sanitize-memoryIlya Leoshkevich2023-02-141-1/+2
* support ZSTD compression algorithmMartin Liska2022-12-234-57/+262
* libelf: Sync elf.h from glibcMark Wielaard2022-12-012-7/+33
* libelf: Sync elf.h from glibcMark Wielaard2022-10-292-5/+17
* libelf/libdwfl: Remove LIB_SYSTEM_H define in lib{elf,dwfl}_crc32.cYonggang Luo2022-10-272-1/+4
* Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIANYonggang Luo2022-10-175-8/+14
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-161-1/+0
* move platform depended include into system.h of libelfYonggang Luo2022-10-1622-39/+26
* libelf: Correctly decode ar_mode as octal stringMark Wielaard2022-09-142-2/+28
* libelf: Sync elf.h from glibcAndreas Schwab2022-08-082-3/+100
* libelf: Check for mremap, elf_update needs it for ELF_C_RDWR_MMAPMark Wielaard2022-04-242-0/+6
* libelf: Return already gotten Elf_Data from elf_getdata_rawchunkMark Wielaard2022-04-053-0/+24
* libelf: Also copy/convert partial datastructures in xlate functionsMark Wielaard2022-03-302-2/+13
* libelf: Sync elf.h from glibc.Mark Wielaard2022-03-242-24/+87
* libelf: Correct alignment of ELF_T_GNUHASH data for ELFCLASS64Mark Wielaard2022-03-232-6/+15
* libelf: Don't overflow offsets in elf_cvt_Verneed and elf_cvt_VerdefMark Wielaard2022-03-202-8/+55
* libelf: Check alignment of Verdef, Verdaux, Verneed and Vernaux offsetsMark Wielaard2022-03-182-4/+19
* libelf: Make sure ar_size starts with a digit before calling atol.Mark Wielaard2022-03-182-0/+9
* libelf: Take map offset into account for Shdr alignment check in elf_beginMark Wielaard2022-03-182-3/+10
* libelf: Only set shdr state when there is at least one shdrMark Wielaard2021-12-192-6/+15
* libdwfl: Make sure note data is properly aligned.Mark Wielaard2021-12-182-2/+7
* libelf: Use offsetof to get field of unalignedMark Wielaard2021-12-162-6/+14
* Remove redundant casts of memory allocating functions returning void *Dmitry V. Levin2021-09-0910-21/+33
* libelf: Optimize elf_strptr.c validate_str by checking last char firstMark Wielaard2021-07-192-1/+8
* libelf: Fix unaligned d_off offsets for input sections with large alignmentsAndrei Homescu2021-07-082-1/+17
* libelf: Sync elf.h from glibc.Mark Wielaard2020-12-162-6/+11
* Consistently define _(Str) using dgettext ("elfutils", Str)Dmitry V. Levin2020-12-162-3/+4
* libelf: Make sure we have at least a full ELF header available.Mark Wielaard2020-12-162-0/+11
* libelf: fix spelling typos in commentsDmitry V. Levin2020-12-129-9/+20
* Remove unused Makefile variable GCC_INCLUDEDmitry V. Levin2020-12-112-1/+5
* Fix automake warningsDmitry V. Levin2020-12-102-3/+8
* Drop $(EXEEXT) suffix from shared librariesDmitry V. Levin2020-12-062-1/+5
* libelf: Update SH_ENTSIZE_HASH comment.Mark Wielaard2020-11-092-3/+7
* libelf: Check header exists in elf_strptrMark Wielaard2020-11-062-1/+5
* libelf: Set dst to zero on failure in __elf_getphdrnum_rdlockMark Wielaard2020-11-062-0/+6
* libelf: Use GElf_Ehdr instead of Elf handle in __libelf_data_typeMark Wielaard2020-11-065-9/+24
* libelf: Sync elf.h from glibc.Mark Wielaard2020-10-282-6/+4
* libelf: Sync elf.h from glibc.Mark Wielaard2020-09-072-0/+6
* libelf: Fixup SHF_COMPRESSED sh_addralign in elf_update if necessary.Mark Wielaard2020-08-192-0/+17
* libelf: Sync elf.h from glibc.Mark Wielaard2020-06-042-5/+105
* libelf: Check for NULL shdr in elf_strptr.Mark Wielaard2020-05-142-1/+5
* libelf: Check __gelf_getehdr_rdlock call doesn't fail in elf_getdata.Mark Wielaard2020-05-142-0/+7
* libelf: Fix double free in __libelf_compress on error path.Mark Wielaard2020-04-252-1/+4
* libelf: handle PN_XNUM in elf_getphdrnum before shdr 0 is cachedOmar Sandoval2020-03-232-6/+19
* libelf: {de,}compress: ensure zlib resource cleanupMatthias Maennich2020-03-202-6/+11
* libelf: Fix some 32bit offset/size issues that break updating 4G+ files.Mark Wielaard2019-06-2811-43/+85
* libelf: Mark shdr_flags dirty if offset or size changes during update.Mark Wielaard2019-05-162-1/+9