summaryrefslogtreecommitdiff
path: root/module/system/vm/linker.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-241-2/+0
* linker: Do not store entire ELF in memory when writing to a file.Ludovic Courtès2023-01-171-11/+59
* linker: Linker object writer takes a single argument.Ludovic Courtès2023-01-171-15/+12
* linker, assembler: Avoid intermediate bytevectors.Ludovic Courtès2023-01-171-48/+71
* linker: Separate effectful part of 'add-elf-objects'.Ludovic Courtès2023-01-171-5/+15
* Fix linker bug that could fail to find the shstrtabAndy Wingo2018-10-081-16/+17
* linker: Don't rely on out-of-range bv-ref exceptions.Ludovic Courtès2018-08-071-3/+3
* 64KB segment alignmentAndy Wingo2017-03-081-2/+37
* Assembler works on byte offsets, not u32 offsetsAndy Wingo2015-12-261-4/+2
* PT_DYNAMIC inside some other PT_LOAD segmentAndy Wingo2014-02-171-18/+38
* ELF linker can produce objects with native ABIAndy Wingo2014-02-161-9/+20
* Fix section table writing for non-loadable sectionsAndy Wingo2013-12-101-11/+17
* Non-loadable sections should not have an sh_addr field setAndy Wingo2013-12-101-6/+12
* linker string tables are stateful objectsAndy Wingo2013-06-091-33/+45
* refactor linker to lay out ELF files and memory in the same wayAndy Wingo2013-05-231-168/+355
* ELF refactor and consequent linker simplificationsAndy Wingo2013-05-231-153/+168
* split linker out of elf moduleAndy Wingo2013-05-231-0/+442