summaryrefslogtreecommitdiff
path: root/bfd/coffgen.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-9/+4
* PR25961, buffer overflow in coff_swap_aux_inAlan Modra2020-05-111-7/+7
* bfd_cleanup for object_pAlan Modra2020-03-021-5/+5
* file size check in _bfd_alloc_and_readAlan Modra2020-02-191-7/+1
* _bfd_alloc_and_readAlan Modra2020-02-191-44/+18
* _bfd_mul_overflowAlan Modra2020-02-191-9/+8
* bfd_get_file_size callsAlan Modra2020-02-191-4/+8
* bfd_size_type to size_tAlan Modra2020-02-191-4/+4
* Remove need to clear obj_coff_keep_syms in coff object_pAlan Modra2020-01-301-8/+7
* Fix an illegal call to free() when copying a PE format file.Nick Clifton2020-01-241-2/+4
* coff: free malloc'd memory on successful target match tooAlan Modra2020-01-041-0/+3
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* coff object_p memory leaksAlan Modra2019-12-301-0/+3
* coff_close_and_cleanupAlan Modra2019-12-291-0/+15
* PR25197, assertion fail coffgen.cAlan Modra2019-11-191-15/+10
* bfd_section_* macrosAlan Modra2019-09-191-3/+3
* Don't use bfd_get_* macro to set bfd fieldsAlan Modra2019-09-181-4/+4
* Tidy ld/ldmisc.cAlan Modra2019-09-111-0/+11
* Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra2019-08-141-2/+2
* BFD whitespace fixesAlan Modra2019-04-031-1/+1
* PR24392, Clang warning Wtautological-constant-out-of-range-compareAlan Modra2019-03-281-7/+2
* COFF: Check for symbols defined in discarded sectionH.J. Lu2019-03-151-0/+3
* Don't use bfd_get_file_size in objdumpAlan Modra2019-03-121-0/+13
* Fix a segmentation fault triggered by disassembling an EFi file with source i...Nick Clifton2019-03-061-2/+3
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Prevent illegal memory access when processing COFF auxillary symbol information.Nick Clifton2018-08-231-4/+9
* Prevent an illegal memory access via an out of range fixup pointer.Nick Clifton2018-04-161-2/+4
* AOUT/COFF/PE messagesAlan Modra2018-02-261-2/+2
* %L conversionsAlan Modra2018-02-191-5/+7
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-6/+6
* PR22741, objcopy segfault on fuzzed COFF objectAlan Modra2018-01-291-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-69/+69
* Prevent a memory exhaustion problem when trying to read in strings from a COF...Nick Clifton2017-11-281-2/+2
* Fix excessive memory allocation attempts and possible integer overfloaws when...Nick Clifton2017-11-031-2/+15
* Fix an invalid free called when attempting to link a COFF object against an E...Nick Clifton2017-11-011-1/+5
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-2/+2
* Use %A and %B in more error messagesAlan Modra2017-04-131-1/+2
* pe/coff: handle weak defined symbol for gc-sections.Tristan Gingold2017-04-071-2/+16
* Improve the speed of scanning PE binaries for line number information.Nick Clifton2017-03-291-6/+34
* Improve objdump's behaviour when it encounters a corrupt binary with an exces...Nick Clifton2017-01-091-1/+6
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+4
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-2/+2
* Remove syntactic sugarAlan Modra2016-09-301-4/+4
* Make bfd_error_handler_type like vprintfAlan Modra2016-09-301-1/+2
* Fix seg-fault when running garbage collection on coff binaries.Nick Clifton2016-07-271-1/+7
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* bfd: don't produce corrupt COFF symbol table due to long ELF file name symbolsJan Beulich2015-12-151-1/+4
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-1/+1