summaryrefslogtreecommitdiff
path: root/rts/linker/Elf.h
Commit message (Expand)AuthorAgeFilesLines
* rts/linker/Elf: Introduce support for invoking finalizers on unloadBen Gamari2022-07-161-0/+1
* rts: Fix various #include issuesBen Gamari2022-04-061-2/+1
* rts/linker: Move shared library loading logic into Elf.cBen Gamari2020-11-301-0/+2
* Allocate bss section within proper range of other sectionsZejun Wu2019-01-301-1/+1
* Revert "Batch merge"Ben Gamari2019-01-301-1/+1
* Batch mergeBen Gamari2019-01-301-1/+1
* Revert "Allocate bss section within proper range of other sections"Ben Gamari2018-10-301-1/+1
* Allocate bss section within proper range of other sectionsZejun Wu2018-10-151-1/+1
* [linker] fix armv7 & add aarch64Moritz Angermann2017-06-081-1/+1
* [linker] Add ocInit/ocDeinit for ELFMoritz Angermann2017-05-011-0/+4
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* linker: Split ELF implementation into separate source fileBen Gamari2016-11-021-0/+17