summaryrefslogtreecommitdiffstats
path: root/libelf/elf_compress.c
Commit message (Expand)AuthorAgeFilesLines
* libelf: Correctly setup alignment of SHF_COMPRESSED section data.Mark Wielaard2018-11-131-2/+2
* libelf: Explicitly update section data after (de)compression.Mark Wielaard2018-11-091-0/+6
* Recognize and parse GNU Property notes.Mark Wielaard2018-10-291-1/+2
* libelf: Check compression ratio before trying to allocate output buffer.Mark Wielaard2017-04-031-0/+9
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-5/+1
* libelf: Fix memory leak in elf_compress for mmapped ELF files.Mark Wielaard2016-08-151-2/+5
* libelf: Fix memory leak when zlib deflateInit fails in elf_compress.Mark Wielaard2016-04-141-0/+1
* Move nested functions in elf_compress.c and elf_strptr.c.Chih-Hung Hsieh2016-01-231-10/+15
* libelf: Make elf_strptr index correctly into compressed section data.Mark Wielaard2016-01-061-38/+59
* libelf: Add elf_compress and elf_compress_gnu.Mark Wielaard2016-01-061-0/+490