summaryrefslogtreecommitdiff
path: root/bfd/som.c
Commit message (Expand)AuthorAgeFilesLines
* HOWTO size encodingAlan Modra2022-06-081-1/+1
* asan: Buffer overflow in som_set_reloc_infoAlan Modra2022-03-171-4/+6
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Fix an access through a null pointer when parsing a corrupt SOM format fle.Nick Clifton2021-04-291-1/+10
* Fix illegal memory accesses when parsing a corrupt SOM format file.Nick Clifton2021-04-291-4/+12
* C99 bfd configuryAlan Modra2021-04-051-1/+0
* Use bool in bfdAlan Modra2021-03-311-201/+201
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-3/+3
* ELF: Don't generate unused section symbolsH.J. Lu2021-01-071-0/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Assorted tidiesAlan Modra2020-12-181-1/+1
* Fix PR binutils/26356 on hppa*-*-hpux*.John David Anglin2020-08-271-2/+12
* PR26453 UBSAN: som.c:2885 null pointer memcpyAlan Modra2020-08-261-0/+3
* PR26452, ASAN: som_compute_checksum som.c:4293Alan Modra2020-08-251-5/+6
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-56/+28
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-1/+1
* asan: som: unknown readAlan Modra2020-03-111-0/+3
* bfd_cleanup for object_pAlan Modra2020-03-021-3/+3
* _bfd_alloc_and_readAlan Modra2020-02-191-49/+24
* Miscellaneous memory alloc related fixesAlan Modra2020-02-191-10/+12
* _bfd_mul_overflowAlan Modra2020-02-191-39/+108
* Check return status of memory alloc functionsAlan Modra2020-02-191-5/+9
* bfd_size_type to size_tAlan Modra2020-02-191-16/+16
* som: Don't loop forever reading symbol chainsAlan Modra2020-01-141-2/+11
* som_bfd_fill_in_ar_symbols buffer overflowAlan Modra2020-01-061-6/+17
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* asan: som: heap-buffer-overflowAlan Modra2019-12-261-48/+52
* PR24955, libbfd terminating program on out of memory (part2)Alan Modra2019-10-141-2/+8
* Don't use bfd_get_* macro to set bfd fieldsAlan Modra2019-09-181-6/+6
* Constify target name, reloc name, and carsym nameAlan Modra2019-09-181-8/+11
* Tidy ld/ldmisc.cAlan Modra2019-09-111-0/+1
* bfdtest1 segfaults on hppa-hp-hpux10Alan Modra2019-05-221-15/+15
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu2018-05-211-0/+1
* Remove bfd stub function casts.Alan Modra2018-02-161-7/+6
* Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton2018-02-141-1/+1
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-131-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-151/+151
* Fix spelling typos.Yuri Chornovian2017-07-181-1/+1
* Fix address violation parsing a corrupt SOM binary.Nick Clifton2017-06-221-2/+7
* Rewrite __start and __stop symbol handlingAlan Modra2017-06-161-0/+1
* bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi2017-05-101-0/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Remove syntactic sugarAlan Modra2016-09-301-1/+1
* Add support for non-ELF targets to check their relocs.Nick Clifton2016-04-211-0/+1
* Remove use of alloca.Nick Clifton2016-03-211-10/+14
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu2014-11-251-0/+1