summaryrefslogtreecommitdiff
path: root/bfd/coffgen.c
Commit message (Expand)AuthorAgeFilesLines
* Add section caches to coff_data_typeOleg Tolmatcev2023-05-161-2/+43
* Remove unused args from bfd_make_debug_symbolAlan Modra2023-05-031-3/+1
* Yet another out-of-memory fuzzed objectAlan Modra2023-04-201-0/+10
* Remove coff_pointerize_aux table_end paramAlan Modra2023-03-271-9/+4
* Use stdint types in coff internal_auxentAlan Modra2023-03-271-20/+19
* coff_get_normalized_symtab bfd_releaseAlan Modra2023-03-221-4/+1
* PR17910 sym string offset checkAlan Modra2023-03-221-4/+1
* Tidy pe flag in coff_dataAlan Modra2023-01-061-3/+2
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* coff make_a_section_from_file tidyAlan Modra2022-12-071-53/+41
* COFF compressed debug supportAlan Modra2022-12-041-8/+8
* Renaming .debug to .zdebug and vice versaAlan Modra2022-12-041-17/+6
* Sanity check reloc count in get_reloc_upper_boundAlan Modra2022-11-101-8/+14
* stab nearest_line bfd_malloc_and_get_sectionAlan Modra2022-09-261-1/+4
* Don't attempt to compress bss sectionsAlan Modra2022-09-231-1/+2
* asan: heap buffer overflow in _bfd_error_handlerAlan Modra2022-08-061-1/+2
* asan: segfault in coff_write_auxent_fnameAlan Modra2022-08-061-1/+2
* asan: null dereference in coff_count_linenumbersAlan Modra2022-06-041-1/+2
* Replace bfd_hostptr_t with uintptr_tAlan Modra2022-05-271-26/+31
* COFF: use hash for string table also when copying / strippingJan Beulich2022-05-191-166/+69
* Debug info for function in Windows PE binary on wrong instructionNick Clifton2022-04-081-1/+1
* PR28826 x86_64 ld segfaults building xenAlan Modra2022-01-281-0/+1
* gas: add visibility support for XCOFFClément Chigot2022-01-121-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* XCOFF C_STSYM test failure on 32-bit hostAlan Modra2021-12-151-5/+6
* COFF: avoid modifications over C_FILE filename aux entries.Clément Chigot2021-11-151-2/+10
* PR 28447: implement multiple parameters for .file on XCOFFClément Chigot2021-11-101-29/+105
* asan: c4x, c54x coff_canonicalize_reloc buffer overflowAlan Modra2021-10-241-1/+1
* reloc_upper_bound size calculationsAlan Modra2021-07-301-1/+1
* Sanity check _bfd_coff_read_string_tableAlan Modra2021-07-301-3/+12
* gas: improve C_BSTAT and C_STSYM symbols handling on XCOFFClément Chigot2021-07-291-3/+6
* Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on X...Cl?ment Chigot2021-05-071-0/+8
* Use bool in bfdAlan Modra2021-03-311-126/+127
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-8/+8
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* PR26239, memory leak in _bfd_dwarf2_slurp_debug_infoAlan Modra2020-07-151-4/+10
* Fix an illegal memory access in the BFD library which can be triggered by att...Nick Clifton2020-07-151-1/+1
* PR26198 MinGW failure to link regular object file and LTO object fileMarkus Böck2020-07-151-1/+2
* PR26188, buff overflow in coff_find_nearest_line_with_namesAlan Modra2020-07-011-2/+6
* 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