summaryrefslogtreecommitdiff
path: root/rts/linker/LoadArchive.c
Commit message (Expand)AuthorAgeFilesLines
* rts/linker: Introduce munmapForLinkerBen Gamari2020-12-011-1/+1
* rts: Introduce mmapAnonForLinkerBen Gamari2020-12-011-2/+2
* Add loadNativeObj and unloadNativeObjRay Shih2020-11-111-1/+1
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-111-5/+6
* [linker] Fix out of range relocations.Moritz Angermann2020-07-231-2/+2
* fix windows bootstrap due to linker changesTamar Christina2020-06-181-4/+5
* Load .lo as well.Moritz Angermann2020-06-151-0/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* rts: Make m32 allocator per-ObjectCodeBen Gamari2019-11-011-3/+0
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* PPC NCG: Remove Darwin supportPeter Trommler2019-01-011-6/+2
* Updated PE linker, section alignment and cleanup.Tamar Christina2018-09-171-7/+2
* Minor typofix in LoadArchive.cEdward Z. Yang2018-04-101-1/+1
* Remove MAX_PATH restrictions from RTS, I/O manager and various utilitiesTamar Christina2018-03-311-0/+1
* Better import library support for WindowsTamar Christina2017-06-021-24/+2
* [linker] Add ocInit/ocDeinit for ELFMoritz Angermann2017-05-011-0/+5
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* Minor reordering of `#include`s fixing compilation on AIXHerbert Valerio Riedel2017-04-231-3/+2
* [MachO] Use OBJFORMAT_MACHO.Moritz Angermann2017-04-101-1/+1
* Add ocInit_MachOMoritz Angermann2017-03-261-0/+3
* Allow iOS to load archives through the linkerMoritz Angermann2017-03-031-5/+8
* Extend Windows runtime loader libsearchTamar Christina2017-03-021-1/+4
* rts/linker: Fix LoadArchive build on WindowsBen Gamari2016-12-081-19/+24
* Don't barf() on failures in loadArchive()Ben Gamari2016-12-071-184/+287
* Use C99's boolBen Gamari2016-11-291-1/+1
* Skip 64-bit symbol tablesSylvain HENRY2016-11-141-2/+4
* rts: Fix #include of <linker/PEi386.h>Ben Gamari2016-11-111-1/+1
* rts: Fix LoadArchive on OS XBen Gamari2016-11-111-1/+8
* rts/linker: Move loadArchive to new source fileBen Gamari2016-11-101-0/+532
* Revert "rts/linker: Move loadArchive to new source file"Matthew Pickering2016-10-271-661/+0
* rts/linker: Move loadArchive to new source fileBen Gamari2016-10-261-0/+661