aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffgen.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-07Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on X...Cl?ment Chigot1-0/+8
2021-03-31Use bool in bfdAlan Modra1-126/+127
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-8/+8
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-07-15PR26239, memory leak in _bfd_dwarf2_slurp_debug_infoAlan Modra1-4/+10
2020-07-15Fix an illegal memory access in the BFD library which can be triggered by att...Nick Clifton1-1/+1
2020-07-15PR26198 MinGW failure to link regular object file and LTO object fileMarkus Böck1-1/+2
2020-07-01PR26188, buff overflow in coff_find_nearest_line_with_namesAlan Modra1-2/+6
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-9/+4
2020-05-11PR25961, buffer overflow in coff_swap_aux_inAlan Modra1-7/+7
2020-03-02bfd_cleanup for object_pAlan Modra1-5/+5
2020-02-19file size check in _bfd_alloc_and_readAlan Modra1-7/+1
2020-02-19_bfd_alloc_and_readAlan Modra1-44/+18
2020-02-19_bfd_mul_overflowAlan Modra1-9/+8
2020-02-19bfd_get_file_size callsAlan Modra1-4/+8
2020-02-19bfd_size_type to size_tAlan Modra1-4/+4
2020-01-30Remove need to clear obj_coff_keep_syms in coff object_pAlan Modra1-8/+7
2020-01-24Fix an illegal call to free() when copying a PE format file.Nick Clifton1-2/+4
2020-01-04coff: free malloc'd memory on successful target match tooAlan Modra1-0/+3
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-30coff object_p memory leaksAlan Modra1-0/+3
2019-12-29coff_close_and_cleanupAlan Modra1-0/+15
2019-11-19PR25197, assertion fail coffgen.cAlan Modra1-15/+10
2019-09-19bfd_section_* macrosAlan Modra1-3/+3
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-4/+4
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+11
2019-08-14Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra1-2/+2
2019-04-03BFD whitespace fixesAlan Modra1-1/+1
2019-03-28PR24392, Clang warning Wtautological-constant-out-of-range-compareAlan Modra1-7/+2
2019-03-15COFF: Check for symbols defined in discarded sectionH.J. Lu1-0/+3
2019-03-12Don't use bfd_get_file_size in objdumpAlan Modra1-0/+13
2019-03-06Fix a segmentation fault triggered by disassembling an EFi file with source i...Nick Clifton1-2/+3
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-08-23Prevent illegal memory access when processing COFF auxillary symbol information.Nick Clifton1-4/+9
2018-04-16Prevent an illegal memory access via an out of range fixup pointer.Nick Clifton1-2/+4
2018-02-26AOUT/COFF/PE messagesAlan Modra1-2/+2
2018-02-19%L conversionsAlan Modra1-5/+7
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-6/+6
2018-01-29PR22741, objcopy segfault on fuzzed COFF objectAlan Modra1-1/+2
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-69/+69
2017-11-28Prevent a memory exhaustion problem when trying to read in strings from a COF...Nick Clifton1-2/+2
2017-11-03Fix excessive memory allocation attempts and possible integer overfloaws when...Nick Clifton1-2/+15
2017-11-01Fix an invalid free called when attempting to link a COFF object against an E...Nick Clifton1-1/+5
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-2/+2
2017-04-13Use %A and %B in more error messagesAlan Modra1-1/+2
2017-04-07pe/coff: handle weak defined symbol for gc-sections.Tristan Gingold1-2/+16
2017-03-29Improve the speed of scanning PE binaries for line number information.Nick Clifton1-6/+34
2017-01-09Improve objdump's behaviour when it encounters a corrupt binary with an exces...Nick Clifton1-1/+6
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1