aboutsummaryrefslogtreecommitdiffhomepage
path: root/elf.c
Commit message (Expand)AuthorAgeFilesLines
* Organize source files into directorieslemon2025-10-191-526/+0
* #pragma oncelemon2025-10-181-1/+1
* elf.c vim stylelemon2025-10-151-0/+2
* elf: use SHN_ABS for file symbollemon2025-10-101-2/+2
* preliminary pie and piclemon2025-09-141-1/+4
* misc bugfixslemon2023-06-301-1/+0
* add initializers (only static for initialier list rn)lemon2023-06-291-61/+18
* elf: fix emitting small datslemon2023-06-201-3/+3
* elf: fix type mismatch from bforelemon2023-06-191-3/+3
* forgot some staticslemon2023-06-181-2/+2
* separate elf64 and elf32 structureslemon2023-06-181-158/+275
* ELF output static datalemon2023-06-181-7/+55
* basic ELF outputlemon2023-06-171-0/+400