summaryrefslogtreecommitdiff
path: root/rts/linker/MachO.c
Commit message (Expand)AuthorAgeFilesLines
* linker: store entire link map and use it.Tamar Christina2018-12-041-3/+5
* rts/MachO: Iterate through N (all) symbols, not M external symbolsDario Bertini2018-11-221-1/+1
* rts/MachO: A bit of refactoring in ocGetNamesDario Bertini2018-11-221-8/+7
* rts/MachO: Add a bit more debugging output to getNamesDario Bertini2018-11-221-4/+7
* rts: Add FALLTHROUGH macroBen Gamari2018-11-021-0/+1
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-301-13/+8
* Revert "Allocate bss section within proper range of other sections"Ben Gamari2018-10-301-15/+12
* Allocate bss section within proper range of other sectionsZejun Wu2018-10-151-12/+15
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-151-8/+13
* [linker] fix armv7 & add aarch64Moritz Angermann2017-06-081-67/+67
* tweak to minimize diff against ocInit_ELFGabor Greif2017-05-051-2/+2
* rts: Fix MachO from D3527Ben Gamari2017-05-041-3/+3
* Prefer #if defined to #ifdefBen Gamari2017-04-281-11/+11
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-4/+6
* catch the case where there is no symCmdMoritz Angermann2017-04-211-1/+3
* Revert "linker/mach-o: Catch the case where there is no symCmd"Ben Gamari2017-04-181-3/+1
* linker/mach-o: Catch the case where there is no symCmdMoritz Angermann2017-04-151-1/+3
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-6/+4
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-4/+6
* Spelling in comments only [ci skip]Gabor Greif2017-03-281-4/+4
* Adds aarch64 linker for mach-o files.Moritz Angermann2017-03-261-27/+721
* Refactor MachO.cMoritz Angermann2017-03-261-251/+183
* Add ocInit_MachOMoritz Angermann2017-03-261-4/+77
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-181-1/+1
* linker: Split MachO implementation into new source fileBen Gamari2016-11-021-0/+1244