summaryrefslogtreecommitdiff
path: root/bfd/mach-o.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove i860, i960, bout and aout-adobe targetsAlan Modra2018-04-111-5/+0
* %L conversionsAlan Modra2018-02-191-2/+3
* 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-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-442/+442
* Fix address violation issues encountered when parsing corrupt binaries.Nick Clifton2017-07-271-0/+3
* Fix address violation errors parsing corrupt binary files.Nick Clifton2017-07-241-1/+1
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-19/+19
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-1/+1
* Fix compile time warning about using a possibly uninitialised variable.Nick Clifton2017-01-031-2/+2
* 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/+6
* Remove syntactic sugarAlan Modra2016-09-301-27/+33
* Set my_archive for thin archivesAlan Modra2016-06-141-1/+1
* Add missing end-of-comment marker to previous delta. (Doh!)Nick Clifton2016-01-251-1/+1
* Fix memory corruption on Mach-O systems by suppressing a memory tidy up.Nick Clifton2016-01-251-0/+12
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* mach-o: use a per-target reloc canonicalize function.Tristan Gingold2015-11-181-76/+99
* mach-o cleanup: remove useless calls to bfd_seek.Tristan Gingold2015-11-181-85/+67
* Fix compile time warnings generated when compiling with clang.Nick Clifton2015-09-231-1/+1
* Remove trailing spaces in bfdH.J. Lu2015-08-121-10/+10