aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffgen.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-28COFF swap_aux_inAlan Modra1-81/+71
2023-08-27Confusion in coff_object_cleanupAlan Modra1-11/+8
2023-08-24optimize handle_COMDATOleg Tolmatcev1-0/+8
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-13/+9
2023-06-07_bfd_free_cached_infoAlan Modra1-25/+19
2023-06-01section_by_target_index memory leakAlan Modra1-6/+18
2023-05-31pe/coff - add support for base64 encoded long section namesTristan Gingold1-17/+96
2023-05-18Re: Add section caches to coff_data_typeAlan Modra1-11/+34
2023-05-16Add section caches to coff_data_typeOleg Tolmatcev1-2/+43
2023-05-03Remove unused args from bfd_make_debug_symbolAlan Modra1-3/+1
2023-04-20Yet another out-of-memory fuzzed objectAlan Modra1-0/+10
2023-03-27Remove coff_pointerize_aux table_end paramAlan Modra1-9/+4
2023-03-27Use stdint types in coff internal_auxentAlan Modra1-20/+19
2023-03-22coff_get_normalized_symtab bfd_releaseAlan Modra1-4/+1
2023-03-22PR17910 sym string offset checkAlan Modra1-4/+1
2023-01-06Tidy pe flag in coff_dataAlan Modra1-3/+2
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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