Jakub Konka
|
b2e847a41a
|
elf: rename ZigModule to ZigObject
|
2023-10-30 19:09:13 +01:00 |
|
Jakub Konka
|
85d451f96c
|
elf: re-enable self-hosted backends
|
2023-10-16 19:33:05 +02:00 |
|
Jakub Konka
|
7be983ac92
|
elf: create new synthetic section ZigGotSection
|
2023-10-16 19:33:05 +02:00 |
|
Jakub Konka
|
a748ca3725
|
elf: populate symtab with symbols coming from DSOs
|
2023-10-16 19:33:05 +02:00 |
|
Jakub Konka
|
d1446565a1
|
elf: re-enable dynamic linking codepaths
|
2023-10-16 19:33:04 +02:00 |
|
Jakub Konka
|
d6cec5a586
|
elf: add more prepwork for linking c++ objects
|
2023-10-16 19:33:04 +02:00 |
|
Jakub Konka
|
5381bfd348
|
elf: fix setting st_value of _end synthetic symbol
|
2023-09-29 22:18:38 +02:00 |
|
Jakub Konka
|
89c2151a97
|
elf: move logic for extracing atom's code into input files
|
2023-09-28 18:35:26 +02:00 |
|
Jakub Konka
|
785bd270ed
|
elf: correctly allocate TLS segment
|
2023-09-28 14:59:09 +02:00 |
|
Jakub Konka
|
29ebd96818
|
elf: improve decl-to-section mapping logic
|
2023-09-23 17:15:41 +02:00 |
|
Jakub Konka
|
ce88df497c
|
elf: do not store Symbol's index in Symbol
|
2023-09-13 21:51:43 +02:00 |
|
Jakub Konka
|
1a6d12ea92
|
elf: clean up and unify symbol ref handling in relocs
Also, this lets us re-enable proper undefined symbols tracking.
|
2023-09-12 23:27:14 +02:00 |
|
Jakub Konka
|
44e84af874
|
elf: add simplistic reloc scanning mechanism
|
2023-09-12 16:32:55 +02:00 |
|
Jakub Konka
|
b478a0dd1a
|
elf: mark imports-exports; populate symtab with objects
|
2023-09-12 15:14:38 +02:00 |
|
Jakub Konka
|
962b46148d
|
elf: add simplistic symbol resolution
|
2023-09-12 14:36:55 +02:00 |
|
Jakub Konka
|
53c3757c00
|
elf: start fixing symbol resolution
|
2023-09-12 14:02:15 +02:00 |
|
Jakub Konka
|
67d458370d
|
elf: add prelim impl of Object parsing
|
2023-09-11 22:49:42 +02:00 |
|
Jakub Konka
|
a455b5692a
|
elf: create required linker-defined symbols
|
2023-09-10 08:41:13 +02:00 |
|
Jakub Konka
|
69738a07c2
|
elf: store Index rather than ?Index in Atom; gen ABS STT_FILE for zig source
|
2023-09-08 21:09:45 +02:00 |
|
Jakub Konka
|
6ad5db030c
|
elf: store GOT index in symbol extra array; use GotSection for GOT
|
2023-09-08 18:12:53 +02:00 |
|
Jakub Konka
|
9691d1a30f
|
elf: use zld's update mechanism for symtab for Zig module
|
2023-09-07 15:45:58 +02:00 |
|
Jakub Konka
|
93120a81fe
|
elf: lift-off - get it to compile and run until the error!
|
2023-09-06 14:42:32 +02:00 |
|
Jakub Konka
|
a9df098cd2
|
elf: make everything upside down - track by Symbol.Index rather than Atom.Index
|
2023-09-06 13:14:00 +02:00 |
|
Jakub Konka
|
d9fffd431a
|
elf: start porting abstraction of input file
|
2023-09-05 15:55:00 +02:00 |
|