aboutsummaryrefslogtreecommitdiffhomepage
path: root/elf.c
Commit message (Expand)AuthorAgeFilesLines
* misc bugfixs lemon2023-06-301-1/+0
* add initializers (only static for initialier list rn) lemon2023-06-291-61/+18
* 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