summaryrefslogtreecommitdiff
path: root/rts/linker/elf_got.c
Commit message (Expand)AuthorAgeFilesLines
* [linker/aarch64-elf] support section symbols for GOT relocationMoritz Angermann2021-03-291-1/+7
* rts/linker: Introduce munmapForLinkerBen Gamari2020-12-011-1/+1
* rts: Introduce mmapAnonForLinkerBen Gamari2020-12-011-5/+2
* rts/linker: Replace some ASSERTs with CHECKBen Gamari2020-11-301-3/+3
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-111-1/+1
* [linker] Fix out of range relocations.Moritz Angermann2020-07-231-1/+1
* rts: Ensure that Rts.h is always included firstBen Gamari2019-11-071-0/+2
* rts: More aarch64 header fixesBen Gamari2019-10-301-0/+1
* Apply suggestion to rts/linker/elf_got.cBen Gamari2019-07-021-0/+1
* Add _GLOBAL_OFFSET_TABLE_ supportMoritz Angermann2019-07-021-3/+7
* rts/linker: Only mprotect GOT after it is filledBen Gamari2019-06-121-2/+5
* rts/linker: Make elf_got.c a bit more legibleBen Gamari2019-06-121-1/+10
* rts/linker/{SymbolExtras,elf_got}.c: map code as read-onlySantiago Munín2018-06-221-0/+3
* linker: Fix cast-to-uint64_tBen Gamari2017-06-121-1/+1
* [linker] fix armv7 & add aarch64Moritz Angermann2017-06-081-0/+131