summaryrefslogtreecommitdiff
path: root/bfd/ecoff.c
Commit message (Expand)AuthorAgeFilesLines
* buffer overflow in print_symnameAlan Modra2023-04-201-0/+6
* asan: heap buffer overflow printing ecoff debug info file nameAlan Modra2023-04-031-13/+12
* More ecoff sanity checksAlan Modra2023-02-151-20/+24
* _bfd_ecoff_slurp_symbol_table buffer overflowAlan Modra2023-02-131-12/+20
* Add ECOFF Symbolic Header sanity checksAlan Modra2023-02-031-4/+17
* Move mips_refhi_list to bfd tdataAlan Modra2023-01-101-0/+15
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* PR22509 - Null pointer dereference on coff_slurp_reloc_tableAlan Modra2022-11-231-1/+2
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-011-3/+3
* asan: uninit write _bfd_ecoff_write_object_contentsAlan Modra2022-06-021-1/+1
* ld: Improve thin archive member error messageH.J. Lu2022-01-041-1/+3
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Re: PR28420, ecoff fuzzing failuresAlan Modra2021-10-311-4/+1
* PR28420, ecoff fuzzing failuresAlan Modra2021-10-061-17/+19
* Remove strneq macro and use startswith.Martin Liska2021-04-011-3/+2
* Use bool in bfdAlan Modra2021-03-311-191/+191
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Remove some static buffersAlan Modra2020-12-181-16/+20
* Statically initialise target common sectionsAlan Modra2020-12-181-60/+6
* PR26389, nm prints "c" for a common symbol with -flto and -fcommonAlan Modra2020-08-151-2/+2
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-42/+21
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-1/+1
* ECOFF slurp_relocs thinkoAlan Modra2020-05-181-3/+3
* ECOFF archive uninitialised readAlan Modra2020-03-231-10/+25
* Add support for non-contiguous memory regionsChristophe Lyon2020-03-131-2/+4
* miscellaneous SEC_SMALL_DATAAlan Modra2020-03-021-7/+10
* _bfd_alloc_and_readAlan Modra2020-02-191-44/+25
* Miscellaneous memory alloc related fixesAlan Modra2020-02-191-5/+10
* _bfd_mul_overflowAlan Modra2020-02-191-23/+42
* bfd_size_type to size_tAlan Modra2020-02-191-4/+4
* ELF: Add support for unique section ID to assemblerH.J. Lu2020-02-021-2/+4
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* ecoff bfd.h tidyAlan Modra2019-09-231-0/+1
* bfd_section_* macrosAlan Modra2019-09-191-11/+9
* bfd_asymbol_* macrosAlan Modra2019-09-181-2/+2
* Don't use bfd_get_* macro to set bfd fieldsAlan Modra2019-09-181-8/+7
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Remove netware supportAlan Modra2018-04-161-16/+0
* AOUT/COFF/PE messagesAlan Modra2018-02-261-1/+1
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-1/+1
* Remove bfd stub function casts.Alan Modra2018-02-161-0/+7
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-75/+75
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-1/+1
* 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/+2
* Remove syntactic sugarAlan Modra2016-09-301-1/+1
* Return void from linker callbacksAlan Modra2016-05-281-15/+8
* Skip an archive element if not added by linkerH.J. Lu2016-05-251-2/+2