summaryrefslogtreecommitdiff
path: root/module/system/vm/elf.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-241-2/+0
* elf: Add missing argument in 'elf-segment'.Ludovic Courtès2015-03-301-1/+2
* Add elf-symbol-value-offset, for properly relocating symtab entriesAndy Wingo2014-02-161-1/+7
* ELF linker can produce objects with native ABIAndy Wingo2014-02-161-1/+28
* More precise stack marking via .guile.frame-maps sectionAndy Wingo2014-01-261-3/+4
* Rename DT_GUILE_VM_VERSION.Andy Wingo2013-11-191-2/+2
* Add runtime support for reading debug information from ELFAndy Wingo2013-06-091-2/+20
* Add RTL assemblerAndy Wingo2013-06-091-1/+40
* elf: add accessors for header members that might need relocationAndy Wingo2013-05-231-2/+22
* ELF refactor and consequent linker simplificationsAndy Wingo2013-05-231-81/+107
* split linker out of elf moduleAndy Wingo2013-05-231-369/+18
* add elf parser and linkerAndy Wingo2012-06-221-0/+1255