summaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
AgeCommit message (Expand)Author
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-10-29ELF core file size checksAlan Modra
2021-07-07Remove an accidental change to elfcode.h included as part of commit 6e0dfbf420.Nick Clifton
2021-07-05Updated translations (mainly Ukranian and French) triggered by creation of 2....Nick Clifton
2021-03-31Use bool in bfdAlan Modra
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-14Put bfd_section_from_shdr loop detection array in elf_tdataAlan Modra
2020-11-23Fix an illegal memory access when accessing corrupt dynamic secondary relocat...Nick Clifton
2020-09-04PR26574, heap buffer overflow in _bfd_elf_slurp_secondary_reloc_sectionAlan Modra
2020-08-20Apply a workaround to mitigate a quadratic performance hit in the linker when...Nick Clifton
2020-08-13PR26348, Malloc error in write_zerosAlan Modra
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-05-20PR25993, read of freed memoryAlan Modra
2020-03-20tidy elf_backend callsAlan Modra
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers
2020-03-05Add support for ELF files which contain multiple reloc sections which all tar...Nick Clifton
2020-03-02bfd_cleanup for object_pAlan Modra
2020-02-26Indent labelsAlan Modra
2020-02-19_bfd_alloc_and_readAlan Modra
2020-02-19_bfd_mul_overflowAlan Modra
2020-02-19bfd_get_file_size callsAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-09-05PR24955, libbfd terminating program on out of memoryAlan Modra
2019-06-23PR24689 again, string table corruptionAlan Modra
2019-06-21PR24689, string table corruptionAlan Modra
2019-03-12Don't use bfd_get_file_size in objdumpAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-11-30Fix a memory exhaustion bug when attempting to allocate room for an impossibl...Nick Clifton
2018-09-18Add a warning to the bfd library for when it encounters an ELF file with an i...Nick Clifton
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton
2018-02-19%L conversionsAlan Modra
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra
2018-01-25PR22746, crash when running 32-bit objdump on corrupted fileAlan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-08Fix stripping relocs in a file with mergeable notes.Nick Clifton
2017-11-21Add NULL bfd test to elf_symbol_fromAlan Modra
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-07-03Support %Lx, %Lu, %Ld in _bfd_error_handler formatAlan Modra
2017-04-13Use %A and %B in more error messagesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-09-30Remove syntactic sugarAlan Modra
2016-02-26Properly implement STT_COMMONH.J. Lu
2016-01-01Copyright update for binutilsAlan Modra
2015-12-07PR19323 memory allocation greater than 4GAlan Modra
2015-10-15Use the file_ptr type when calling bfd_seek.Riku Voipio
2015-05-11Rename EM_486 to EM_IAMCUH.J. Lu
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton