aboutsummaryrefslogtreecommitdiffhomepage
path: root/elf.c
Commit message (Collapse)AuthorAgeFilesLines
* elf: use SHN_ABS for file symbol lemon2025-10-101-2/+2
|
* preliminary pie and pic lemon2025-09-141-1/+4
|
* misc bugfixs lemon2023-06-301-1/+0
|
* add initializers (only static for initialier list rn) lemon2023-06-291-61/+18
| | | | and other fixes
* elf: fix emitting small dats lemon2023-06-201-3/+3
|
* elf: fix type mismatch from bfore lemon2023-06-191-3/+3
|
* forgot some statics lemon2023-06-181-2/+2
|
* separate elf64 and elf32 structures lemon2023-06-181-158/+275
|
* ELF output static data lemon2023-06-181-7/+55
|
* basic ELF output lemon2023-06-171-0/+400