summaryrefslogtreecommitdiff
path: root/bfd/compress.c
Commit message (Expand)AuthorAgeFilesLines
* Generated docs and include filesAlan Modra2023-05-031-1/+1
* Sanity check section size in bfd_init_section_compress_statusAlan Modra2023-03-291-1/+2
* Remove RETURNS from BFD chew commentsTom Tromey2023-02-151-3/+0
* Memory leak in bfd_init_section_compress_statusAlan Modra2023-02-091-1/+4
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* bfd_get_relocated_section_contents allow NULL data bufferAlan Modra2022-12-171-10/+11
* bfd_compress_section_contents access to elf_section_dataAlan Modra2022-12-071-1/+2
* Compression tidy and fixesAlan Modra2022-12-071-1/+68
* bfd: Avoid signed overflow for new_size adjustmentH.J. Lu2022-12-061-1/+1
* Get rid of SEC_ELF_RENAMEAlan Modra2022-12-061-17/+53
* Compression header enumAlan Modra2022-12-061-10/+353
* PR29855, ch_type in bfd_init_section_decompress_status can be uninitializedAlan Modra2022-12-061-0/+1
* Re: Renaming .debug to .zdebug and vice versaAlan Modra2022-12-051-2/+2
* Renaming .debug to .zdebug and vice versaAlan Modra2022-12-041-0/+29
* PR28834, PR26946 sanity checking section sizeAlan Modra2022-11-111-29/+14
* zlib-gabi to zstd woesAlan Modra2022-10-161-24/+5
* Support objcopy changing compression to or from zstdAlan Modra2022-10-041-122/+118
* binutils, gdb: support zstd compressed debug sectionsFangrui Song2022-09-261-18/+54
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* PR28530, Hang in objdump on machine with 196GB RAMAlan Modra2021-11-051-0/+15
* Revert "bfd: Always check sections with the corrupt size"H.J. Lu2021-11-041-27/+23
* bfd: Always check sections with the corrupt sizeH.J. Lu2021-11-041-23/+27
* Change ridiculous section size errorAlan Modra2021-10-071-1/+1
* Use bool in bfdAlan Modra2021-03-311-41/+41
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-2/+2
* Tidy inflateEnd callsAlan Modra2021-01-161-2/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* BFD: Exclude sections with no content from compress check.Tamar Christina2020-04-211-0/+3
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-4/+3
* Fix a bug recently introduced to the linker where it would complain about a s...Nick Clifton2019-07-021-0/+3
* Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton2019-06-281-0/+17
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Initialize *uncompressed_align_pow_p to 0H.J. Lu2018-11-271-0/+2
* Handle ELF compressed header alignment correctly by setting up the section al...Mark Wielaard2018-11-271-10/+25
* %L conversionsAlan Modra2018-02-191-2/+2
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-2/+2
* Fix spelling typos.Yuri Chornovian2017-07-181-1/+1
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-2/+2
* Check file size before getting section contentsH.J. Lu2017-06-261-7/+1
* Fix address violations when atempting to parse fuzzed binaries.Nick Clifton2017-06-261-0/+6
* Fix seg-fault attempting to compress a debug section in a corrupt binary.Nick Clifton2017-04-261-10/+9
* Fix potential illegal memory access in ZLIB because of an erroneous declarati...Nick Clifton2017-02-171-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Provide a more helpful error message when the BFD library is unable to load a...Nick Clifton2016-11-101-0/+8
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu2015-05-141-73/+84
* Fix compile time warning messages about variables being used before they are ...Nick Clifton2015-04-241-3/+6