aboutsummaryrefslogtreecommitdiff
path: root/src/link/Elf/SharedObject.zig
AgeCommit message (Expand)Author
2024-02-12elf: do not prealloc input objects, pread selectivelyJakub Konka
2024-01-15add `SHT_NOBITS` checkDavid Rubin
2024-01-01linker: fix some allocator referencesAndrew Kelley
2024-01-01linker: update target referencesAndrew Kelley
2023-12-05elf: upcast e_shnum to u64 to check for valid rangesJakub Konka
2023-12-05elf: re-instate basic error reporting for LD script parserJakub Konka
2023-12-05elf: move basic parse error reporting to SharedObjectJakub Konka
2023-11-15elf: we were writing too many symbols in the symtabJakub Konka
2023-11-07elf: actually track output symtab index of symbolsJakub Konka
2023-11-05elf: init objects after parsing themJakub Konka
2023-11-04elf: redo strings management in the linkerJakub Konka
2023-10-24elf: improve parsing of ld scripts and actually test linking against themJakub Konka
2023-10-18elf: parse GNU ld script as system lib indirectionJakub Konka
2023-10-16elf: fix 32bit buildJakub Konka
2023-10-16elf: fix synthetic section handling and actually parse DSOsJakub Konka
2023-10-16elf: re-enable dynamic linking codepathsJakub Konka