summaryrefslogtreecommitdiff
path: root/rts/Linker.c
Commit message (Expand)AuthorAgeFilesLines
...
* rts: Refactor foreign export trackingBen Gamari2020-09-181-33/+4
* [linker] Fix out of range relocations.Moritz Angermann2020-07-231-8/+77
* winio: Small linker comment and ifdef cleanupsTamar Christina2020-07-151-5/+3
* rts linker: teach the linker about GLIBC's special handling of *stat, mknod a...Adam Sandberg Ericsson2020-07-071-3/+31
* fix windows bootstrap due to linker changesTamar Christina2020-06-181-14/+8
* Fix uninitialized field read in Linker.cÖmer Sinan Ağacan2020-06-181-20/+16
* [linker] Adds void printLoadedObjects(void);wip/angerman/print-loaded-objectsMoritz Angermann2020-06-041-2/+28
* Linker.c: initialize n_symbols of ObjectCode with other fieldsÖmer Sinan Ağacan2020-05-081-0/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* rts: Specialize hashing at call site rather than in struct.Crazycolorz52019-12-111-6/+6
* rts/linker: Ensure that code isn't writableBen Gamari2019-11-041-7/+54
* rts: Make m32 allocator per-ObjectCodeBen Gamari2019-11-011-3/+7
* mmap: Factor out protection flagsBen Gamari2019-11-011-4/+3
* Add new debug flag -DZTobias Guggenmos2019-10-031-2/+2
* rts: Rename the nondescript initProfiling2 to refreshProfilingCCSsDaniel Gröber2019-07-161-3/+2
* Fix #16525: ObjectCode freed wrongly because of lack of info header checkPhuong Trinh2019-06-131-0/+6
* rts/linker: Mmap into low memory on AArch64Ben Gamari2019-06-111-13/+22
* Address some todos and fixmesArtem Pyanykh2019-03-201-0/+1
* Use segments for section layoutArtem Pyanykh2019-03-201-0/+50
* Adjust section placement and relocation logic for Mach-OArtem Pyanykh2019-03-201-3/+7
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-2/+2
* Drop support for i386 and PowerPC in MachO linkerArtem Pyanykh2019-02-221-3/+1
* Allocate bss section within proper range of other sectionsZejun Wu2019-01-301-10/+12
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2019-01-301-41/+43
* Revert "Batch merge"Ben Gamari2019-01-301-47/+43
* Batch mergeBen Gamari2019-01-301-43/+47
* Extend linker-script workaround to work with musl libcSamuel Holland2019-01-211-1/+1
* linker: store entire link map and use it.Tamar Christina2018-12-041-10/+13
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-301-39/+41
* Revert "Allocate bss section within proper range of other sections"Ben Gamari2018-10-301-12/+10
* Allocate bss section within proper range of other sectionsZejun Wu2018-10-151-10/+12
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-151-41/+39
* Fix PE linker wibblesTamar Christina2018-10-041-0/+6
* Updated PE linker, section alignment and cleanup.Tamar Christina2018-09-171-29/+36
* Finish stable splitDavid Feuer2018-08-291-1/+1
* Remove MAX_PATH restrictions from RTS, I/O manager and various utilitiesTamar Christina2018-03-311-1/+2
* Add stack traces on crashes on WindowsTamar Christina2017-10-221-0/+15
* [RTS] Add getObjectLoadStatusBartosz Nitka2017-09-181-0/+24
* Properly handle dlerror() message on FreeBSD when linking linker scriptsGleb Popov2017-08-141-1/+1
* Linker: Fix whitespaceBen Gamari2017-06-081-16/+16
* Better import library support for WindowsTamar Christina2017-06-021-1/+4
* Abandon typedefing the {Section,ObjectCode}FormatInfo structsGabor Greif2017-05-041-1/+1
* [linker] Add ocInit/ocDeinit for ELFMoritz Angermann2017-05-011-18/+38
* Prefer #if defined to #ifdefBen Gamari2017-04-281-10/+10
* catch the case where there is no symCmdMoritz Angermann2017-04-211-0/+2
* Revert "linker/mach-o: Catch the case where there is no symCmd"Ben Gamari2017-04-181-2/+0
* linker/mach-o: Catch the case where there is no symCmdMoritz Angermann2017-04-151-0/+2
* rts: Fix lingering #ifsBen Gamari2017-04-041-3/+3
* Add ocInit_MachOMoritz Angermann2017-03-261-0/+9
* rts linker: Introduce MachOTypesMoritz Angermann2017-03-261-0/+6