aboutsummaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Remove bfdwin.cAlan Modra1-72/+18
2024-04-04Re: USE_MMAP fuzzed object file attacksAlan Modra1-4/+3
2024-04-04USE_MMAP fuzzed object file attacksAlan Modra1-31/+34
2024-02-28PR23881, pdp11 binutils fails if too much debug dataAlan Modra1-2/+29
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-12/+12
2023-06-07_bfd_free_cached_infoAlan Modra1-19/+17
2023-01-06Fix an aout memory leakAlan Modra1-0/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-11-23PR22509 - Null pointer dereference on coff_slurp_reloc_tableAlan Modra1-1/+3
2022-11-10Sanity check reloc count in get_reloc_upper_boundAlan Modra1-8/+12
2022-09-24Re: bfd_cleanup for object_pAlan Modra1-2/+2
2022-06-08Don't encode reloc.sizeAlan Modra1-16/+6
2022-06-08HOWTO size encodingAlan Modra1-41/+41
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-10-28bfd: remove use of INLINEAlan Modra1-1/+1
2021-10-24asan: aout: heap buffer overflowAlan Modra1-3/+2
2021-10-06PR28403, null pointer dereference in disassemble_bytesAlan Modra1-5/+6
2021-05-11PR27844, Unstable symbol name in objdump outputsAlan Modra1-1/+1
2021-03-31Use bool in bfdAlan Modra1-311/+308
2021-03-29TRUE/FALSE simplificationAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-06-04Correct a comment.Stephen Casner1-1/+1
2020-06-03This patch set for the generic BFD a.out backend removes a dead #define and m...Gunther Nikl1-4/+15
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-31/+15
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-3/+4
2020-05-12 [PATCH] bfd: Fix 64-bit relocation handling for a.outGunther Nikl1-4/+16
2020-04-29bfd: Fix 64-bit relocation handling for a.outGunther Nikl1-3/+11
2020-03-02bfd_cleanup for object_pAlan Modra1-4/+4
2020-02-26Indent labelsAlan Modra1-5/+5
2020-02-21PR25569, PDP11 ld -s clobbers last data byteAlan Modra1-95/+84
2020-02-19_bfd_alloc_and_readAlan Modra1-16/+4
2020-02-19Miscellaneous memory alloc related fixesAlan Modra1-13/+8
2020-02-19bfd_size_type to size_tAlan Modra1-8/+8
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-16/+14
2019-09-18bfd_asymbol_* macrosAlan Modra1-3/+3
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-3/+3
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-17PR23994, libbfd integer overflowAlan Modra1-19/+21
2018-04-23Prevent an illegal memory access in gprof by ensuring that string tables for ...Nick Clifton1-3/+4
2018-04-17Fix illegal memory accesses trigeered when linking corrupt input files.Nick Clifton1-3/+6
2018-04-16Remove m68k-aout and m68k-coff supportAlan Modra1-17/+2
2018-04-16Remove m88k supportAlan Modra1-4/+0
2018-04-16Remove sony newsos3 supportAlan Modra1-2/+1
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra1-7/+6
2018-02-28PR22887, null pointer dereference in aout_32_swap_std_reloc_outAlan Modra1-2/+4
2018-02-28Nonsense error messages on invalid aout string offsetAlan Modra1-1/+7
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-4/+4
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-8/+8