summaryrefslogtreecommitdiff
path: root/bfd/mach-o.c
Commit message (Expand)AuthorAgeFilesLines
* mach-o: out of memory in get_dynamic_reloc_upper_boundAlan Modra2023-03-171-26/+29
* macho null dereference readAlan Modra2023-03-061-3/+3
* objcopy of mach-o indirect symbolsAlan Modra2023-02-101-0/+9
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* mach-o reloc size overflowAlan Modra2022-11-101-1/+4
* Sanity check reloc count in get_reloc_upper_boundAlan Modra2022-11-101-6/+16
* PR29677, Field `the_bfd` of `asymbol` is uninitialisedAlan Modra2022-10-141-41/+31
* looping in bfd_mach_o_fat_openr_next_archived_fileAlan Modra2022-09-141-4/+23
* msan: bfd_mach_o_layout_commands use of uninitialised valueAlan Modra2022-08-061-34/+44
* asan: uninitialised write in bfd_mach_o_write_contentsAlan Modra2022-06-041-25/+10
* Remove use of bfd_uint64_t and similarAlan Modra2022-05-271-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* ubsan: bfd_mach_o_build_commands shift exponent 64 is too largeAlan Modra2022-01-011-8/+8
* ubsan: undefined shift in mach-o.cAlan Modra2021-11-061-1/+1
* macho-o archive sanity checksAlan Modra2021-11-011-0/+11
* bfd: remove use of INLINEAlan Modra2021-10-281-2/+2
* reloc_upper_bound size calculationsAlan Modra2021-07-301-1/+1
* Fix illegal memory access parsing a corrupt MACH-O format file.Nick Clifton2021-04-301-1/+2
* Use bool in bfdAlan Modra2021-03-311-392/+392
* TRUE/FALSE simplificationAlan Modra2021-03-291-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Remove some static buffersAlan Modra2020-12-181-4/+3
* Recognize some new Mach-O load commandsSaagar Jha2020-06-221-0/+2
* PR25993, read of freed memoryAlan Modra2020-05-201-10/+7
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-6/+6
* bfd_cleanup for object_pAlan Modra2020-03-021-6/+6
* Fuzzers whining about mach-o supportAlan Modra2020-02-211-31/+105
* _bfd_alloc_and_readAlan Modra2020-02-191-31/+15
* Miscellaneous memory alloc related fixesAlan Modra2020-02-191-42/+26
* _bfd_mul_overflowAlan Modra2020-02-191-19/+72
* Check return status of memory alloc functionsAlan Modra2020-02-191-2/+6
* Basic error checking for mach-oAlan Modra2020-01-061-17/+66
* Fix potential illegal memory access failures in the BFD library by ensuring t...Nick Clifton2020-01-031-0/+7
* Mach-O: misc build adjustmentsJan Beulich2020-01-031-19/+19
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-16/+15
* Use bfd_set_filename moreAlan Modra2019-09-181-9/+20
* Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra2019-08-141-1/+1
* Ensure that when attempting to process an ARM Mach-O file with unknown relocs...Nick Clifton2019-06-261-3/+10
* BFD whitespace fixesAlan Modra2019-04-031-6/+6
* PR24392, Clang warning Wtautological-constant-out-of-range-compareAlan Modra2019-03-281-7/+2
* Don't use bfd_get_file_size in objdumpAlan Modra2019-03-121-1/+14
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Include bfd_stdint.h in bfd.hAlan Modra2018-12-181-1/+1
* Add support for new load commands added by Apple to the MACH-O file format.Roman Bolshakov2018-11-071-6/+41
* Add support for a couple of new Mach-O commands.Nick Clifton2018-11-061-0/+3
* Fix running objcopy on Mach-O binaries.mephi422018-08-211-3/+6
* Allow BFD to recognize macOS universal librariesTom Tromey2018-07-021-1/+8
* Stop objcopy from corrupting mach-o files.Nick Clifton2018-06-201-3/+137
* Remove m88k supportAlan Modra2018-04-161-5/+0