aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffgen.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07coff make_a_section_from_file tidyAlan Modra1-53/+41
2022-12-04COFF compressed debug supportAlan Modra1-8/+8
2022-12-04Renaming .debug to .zdebug and vice versaAlan Modra1-17/+6
2022-11-10Sanity check reloc count in get_reloc_upper_boundAlan Modra1-8/+14
2022-09-26stab nearest_line bfd_malloc_and_get_sectionAlan Modra1-1/+4
2022-09-23Don't attempt to compress bss sectionsAlan Modra1-1/+2
2022-08-06asan: heap buffer overflow in _bfd_error_handlerAlan Modra1-1/+2
2022-08-06asan: segfault in coff_write_auxent_fnameAlan Modra1-1/+2
2022-06-04asan: null dereference in coff_count_linenumbersAlan Modra1-1/+2
2022-05-27Replace bfd_hostptr_t with uintptr_tAlan Modra1-26/+31
2022-05-19COFF: use hash for string table also when copying / strippingJan Beulich1-166/+69
2022-04-08Debug info for function in Windows PE binary on wrong instructionNick Clifton1-1/+1
2022-01-28PR28826 x86_64 ld segfaults building xenAlan Modra1-0/+1
2022-01-12gas: add visibility support for XCOFFClément Chigot1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-15XCOFF C_STSYM test failure on 32-bit hostAlan Modra1-5/+6
2021-11-15COFF: avoid modifications over C_FILE filename aux entries.Clément Chigot1-2/+10
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot1-29/+105
2021-10-24asan: c4x, c54x coff_canonicalize_reloc buffer overflowAlan Modra1-1/+1
2021-07-30reloc_upper_bound size calculationsAlan Modra1-1/+1
2021-07-30Sanity check _bfd_coff_read_string_tableAlan Modra1-3/+12
2021-07-29gas: improve C_BSTAT and C_STSYM symbols handling on XCOFFClément Chigot1-3/+6
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