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