aboutsummaryrefslogtreecommitdiff
path: root/bfd/compress.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-17bfd_get_relocated_section_contents allow NULL data bufferAlan Modra1-10/+11
2022-12-07bfd_compress_section_contents access to elf_section_dataAlan Modra1-1/+2
2022-12-07Compression tidy and fixesAlan Modra1-1/+68
2022-12-06bfd: Avoid signed overflow for new_size adjustmentH.J. Lu1-1/+1
2022-12-06Get rid of SEC_ELF_RENAMEAlan Modra1-17/+53
2022-12-06Compression header enumAlan Modra1-10/+353
2022-12-06PR29855, ch_type in bfd_init_section_decompress_status can be uninitializedAlan Modra1-0/+1
2022-12-05Re: Renaming .debug to .zdebug and vice versaAlan Modra1-2/+2
2022-12-04Renaming .debug to .zdebug and vice versaAlan Modra1-0/+29
2022-11-11PR28834, PR26946 sanity checking section sizeAlan Modra1-29/+14
2022-10-16zlib-gabi to zstd woesAlan Modra1-24/+5
2022-10-04Support objcopy changing compression to or from zstdAlan Modra1-122/+118
2022-09-26binutils, gdb: support zstd compressed debug sectionsFangrui Song1-18/+54
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-05PR28530, Hang in objdump on machine with 196GB RAMAlan Modra1-0/+15
2021-11-04Revert "bfd: Always check sections with the corrupt size"H.J. Lu1-27/+23
2021-11-04bfd: Always check sections with the corrupt sizeH.J. Lu1-23/+27
2021-10-07Change ridiculous section size errorAlan Modra1-1/+1
2021-03-31Use bool in bfdAlan Modra1-41/+41
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-2/+2
2021-01-16Tidy inflateEnd callsAlan Modra1-2/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-04-21BFD: Exclude sections with no content from compress check.Tamar Christina1-0/+3
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-4/+3
2019-07-02Fix a bug recently introduced to the linker where it would complain about a s...Nick Clifton1-0/+3
2019-06-28Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton1-0/+17
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-27Initialize *uncompressed_align_pow_p to 0H.J. Lu1-0/+2
2018-11-27Handle ELF compressed header alignment correctly by setting up the section al...Mark Wielaard1-10/+25
2018-02-19%L conversionsAlan Modra1-2/+2
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-2/+2
2017-07-18Fix spelling typos.Yuri Chornovian1-1/+1
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-2/+2
2017-06-26Check file size before getting section contentsH.J. Lu1-7/+1
2017-06-26Fix address violations when atempting to parse fuzzed binaries.Nick Clifton1-0/+6
2017-04-26Fix seg-fault attempting to compress a debug section in a corrupt binary.Nick Clifton1-10/+9
2017-02-17Fix potential illegal memory access in ZLIB because of an erroneous declarati...Nick Clifton1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-10Provide a more helpful error message when the BFD library is unable to load a...Nick Clifton1-0/+8
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-05-14Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu1-73/+84
2015-04-24Fix compile time warning messages about variables being used before they are ...Nick Clifton1-3/+6
2015-04-23Delay setting up compressed debug section namesH.J. Lu1-10/+5
2015-04-14Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu1-4/+47
2015-04-10Use bfd_alloc for compressed section contentsH.J. Lu1-3/+6
2015-04-09Update comments in compress.cH.J. Lu1-6/+3
2015-04-08Work around a GCC uninitialized warning bugH.J. Lu1-0/+5