summaryrefslogtreecommitdiff
path: root/bfd/mach-o.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes illegal memory access errors and arithmetic overflows when running stri...Nick Clifton2015-02-261-0/+13
* Fix typo in previous delta for mach-o.c.Nick Clifton2015-02-031-1/+1
* More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton2015-02-031-35/+45
* Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton2015-01-211-20/+34
* Another fix for an objdump crash when parsing a corrupt binary.Nick Clifton2015-01-061-1/+3
* More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton2015-01-051-12/+49
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton2014-12-221-0/+2
* Fix a memory access violation triggeed by a fuzzed binary.Nick Clifton2014-12-161-2/+4
* More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton2014-11-261-7/+19
* Fixes for memory access violations exposed by fuzzinf various binaries.Nick Clifton2014-11-211-8/+14
* Merge bfd_find_nearest_line variantsAlan Modra2014-10-151-9/+8
* PR16867, linking object with separate debug fileAlan Modra2014-04-241-1/+2
* mach-o: layout executablesTristan Gingold2014-04-181-436/+1079
* mach-o: Define copy_private_header instead of copy_private_bfd.Tristan Gingold2014-04-181-1/+1
* mach-o: remove name_len field.Tristan Gingold2014-04-181-11/+15
* mach-o: add page_size to backend data.Tristan Gingold2014-04-181-0/+6
* mach-o.c: use boolean instead of int to return status.Tristan Gingold2014-04-181-141/+141
* mach-o: reject 64 bit targets when not configured for.Tristan Gingold2014-04-041-0/+9
* mach-o: fix section name conversion from bfd to mach-o.Tristan Gingold2014-04-041-4/+5
* mach-o: fix section number while writing symbols.Tristan Gingold2014-04-031-7/+16
* mach-o: read and dump: prebound_dylib, prebind_cksum, twolevel_hints.Tristan Gingold2014-04-021-5/+67
* bfd/mach-o: avoid a crash when num == 0 in reloc.Tristan Gingold2014-04-011-2/+1
* Mach-O: disp dyld environment command in objdump -P load.Tristan Gingold2014-03-271-3/+1
* Mach-O: add objdump -P function_starts to display function starts.Tristan Gingold2014-03-271-5/+37
* Mach-O: Add BFD_MACH_O_CPU_TYPE_ARM64.Tristan Gingold2014-03-261-0/+4
* mach-o: handle lasz load dylib command.Tristan Gingold2014-03-171-0/+2
* Update copyright yearsAlan Modra2014-03-051-1/+1
* PR binutils/11983Nick Clifton2014-01-021-2/+2
* Clear allocated target data.Tristan Gingold2013-12-051-1/+1
* * mach-o.c (mach_o_section_name_xlat dw): Add entry forNick Clifton2013-07-181-0/+3
* * coffcode.h: Added a cast to void when a bfd_set_section_*()Nick Clifton2013-04-171-4/+2
* 2013-02-04 Tristan Gingold <gingold@adacore.com>Tristan Gingold2013-02-041-1/+2
* 2013-01-31 Tristan Gingold <gingold@adacore.com>Tristan Gingold2013-01-311-2/+15
* * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,Alan Modra2013-01-261-10/+4
* Remove trailing white spaces in bfdH.J. Lu2013-01-101-56/+56
* bfd/Tristan Gingold2012-11-141-0/+52
* 2012-11-14 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-11-141-20/+30
* * mach-o.c (bfd_mach_o_close_and_cleanup): Don't callAlan Modra2012-11-061-0/+3
* * vms-lib.c (_bfd_vms_lib_get_module): Use bfd_zmalloc forTom Tromey2012-08-201-1/+1
* 2012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant2012-07-241-1/+1
* deal with endian-ness in mach-o non-scattered relocs.Iain Sandoe2012-02-231-30/+116
* bfd:Iain Sandoe2012-02-101-11/+52
* correct some mach-o section specification nits.Iain Sandoe2012-02-101-2/+2
* bfd/Tristan Gingold2012-02-021-0/+2
* handle absolute indirect syms in mach-oIain Sandoe2012-01-131-0/+4
* order relocs after segments for mach-oIain Sandoe2012-01-131-8/+19
* add indirect_symbol to mach-o port.Iain Sandoe2012-01-121-4/+60
* bfd:Iain Sandoe2012-01-111-4/+16
* bfd:Iain Sandoe2012-01-111-50/+76