summaryrefslogtreecommitdiffstats
path: root/libelf
Commit message (Expand)AuthorAgeFilesLines
* libelf: Rewrite elf_scnshndx, extended index table handlingMark Wielaard2025-03-015-51/+54
* libelf: Handle elf_strptr on section without any dataMark Wielaard2025-02-141-3/+7
* libelf, readelf: Use validate_str also to check dynamic symstr dataMark Wielaard2025-02-141-18/+0
* Replace usage of ar with stored library manifest filesMichael Pratt2025-01-211-2/+7
* Consolidate and add files to clean target variablesupstream/users/amerey/try-cleanMichael Pratt2024-11-081-1/+2
* libelf: Only fetch shdr once in elf_compress[_gnu]Mark Wielaard2024-11-072-52/+48
* libelf: Add libeu objects to libelf.a static archiveMark Wielaard2024-10-241-0/+3
* libelf: Treat elf_memory image as writableMark Wielaard2024-10-181-1/+2
* libelf: elf_compress doesn't handle multiple elf_newdata chunks correctlyMark Wielaard2024-10-181-0/+10
* libelf: Don't crash elf[32|64]_xlateto[fm] on bad arguments.Mark Wielaard2024-09-112-0/+18
* elf*_xlatetof: do not check ELF_T_NHDR[8] has integer number of recordsMark Wielaard2024-09-111-1/+5
* lib: Add eu_tsearch, eu_tfind, eu_tdelete and eu_tdestroyHeather McIntyre2024-08-204-15/+22
* libelf: Fix deadlock in elf_cntlHeather McIntyre2024-08-201-11/+3
* libelf: Fix deadlock in __libelf_readallHeather McIntyre2024-08-202-12/+16
* libelf: Sync elf.h from glibcMark Wielaard2024-08-171-0/+4
* libelf: elf32_getshdr might leak section header when out of memoryMark Wielaard2024-06-231-1/+1
* libelf: Sync elf.h from glibcMark Wielaard2024-05-311-1/+11
* Hexagon: implement machine flag checkMatheus Tavares Bernardino2024-04-041-0/+1
* Add support for HexagonMatheus Tavares Bernardino2024-04-041-0/+131
* Support Mips architectureYing Huang2024-03-291-0/+3
* libelf: Sync elf.h from glibcXi Ruoyao2024-02-241-1/+30
* libelf: Treat elf_memory as if using ELF_C_READ_MMAPMark Wielaard2024-02-021-1/+1
* libelf: check decompressed ZSTD sizeAleksei Vetrov2023-11-241-1/+1
* Minor: include <stdint.h> for uintptr_tPaul Pluzhnikov2023-11-151-0/+1
* libelf: Fix elf_begin.c build on 32bit arches.Mark Wielaard2023-11-141-1/+1
* Fix computations with (potentially) NULL pointerPaul Pluzhnikov2023-11-141-14/+10
* libelf: Fix possible memory leak in elf_getdata_rawchunkMark Wielaard2023-11-141-0/+5
* libelf/elf_newscn.c: fix build failure against gcc-14 (-Walloc-size)upstream/masterSergei Trofimovich2023-11-031-3/+3
* libelf: Make elf32_getchdr and elf64_getchdr thread-safeHeather McIntyre2023-10-146-44/+85
* libelf: Fix elf_end deadlockHeather McIntyre2023-10-141-1/+4
* libelf: Make elf_version thread-safeHeather McIntyre2023-10-141-1/+10
* libelf: Sync elf.h from glibcYing Huang2023-10-131-2/+107
* libelf: tdelete dummy key if anything goes wrong setting up rawchunkMark Wielaard2023-09-111-2/+6
* libelf: fix typos in commentCOCOCO X2023-09-102-1/+5
* libelf: Sync elf.h from GlibcXi Ruoyao2023-08-291-0/+9
* libelf, readelf, elflint: Add RELR supportMark Wielaard2023-08-297-2/+27
* libelf: Remove elf_scncnt from libelf.mapMark Wielaard2023-08-281-1/+0
* libelf: Free and clear rawdata_base and zdata_base consistentlyMark Wielaard2023-08-022-2/+17
* libelf: Replace list of elf_getdata_rawchunk results with a treeMark Wielaard2023-06-273-30/+52
* libelf: Sync elf.h from glibcAndreas Schwab2023-06-271-3/+10
* 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