index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
link
/
Elf
/
Symbol.zig
Age
Commit message (
Expand
)
Author
2023-10-30
elf: rename ZigModule to ZigObject
Jakub Konka
2023-10-16
elf: re-enable self-hosted backends
Jakub Konka
2023-10-16
elf: create new synthetic section ZigGotSection
Jakub Konka
2023-10-16
elf: populate symtab with symbols coming from DSOs
Jakub Konka
2023-10-16
elf: re-enable dynamic linking codepaths
Jakub Konka
2023-10-16
elf: add more prepwork for linking c++ objects
Jakub Konka
2023-09-29
elf: fix setting st_value of _end synthetic symbol
Jakub Konka
2023-09-28
elf: move logic for extracing atom's code into input files
Jakub Konka
2023-09-28
elf: correctly allocate TLS segment
Jakub Konka
2023-09-23
elf: improve decl-to-section mapping logic
Jakub Konka
2023-09-13
elf: do not store Symbol's index in Symbol
Jakub Konka
2023-09-12
elf: clean up and unify symbol ref handling in relocs
Jakub Konka
2023-09-12
elf: add simplistic reloc scanning mechanism
Jakub Konka
2023-09-12
elf: mark imports-exports; populate symtab with objects
Jakub Konka
2023-09-12
elf: add simplistic symbol resolution
Jakub Konka
2023-09-12
elf: start fixing symbol resolution
Jakub Konka
2023-09-11
elf: add prelim impl of Object parsing
Jakub Konka
2023-09-10
elf: create required linker-defined symbols
Jakub Konka
2023-09-08
elf: store Index rather than ?Index in Atom; gen ABS STT_FILE for zig source
Jakub Konka
2023-09-08
elf: store GOT index in symbol extra array; use GotSection for GOT
Jakub Konka
2023-09-07
elf: use zld's update mechanism for symtab for Zig module
Jakub Konka
2023-09-06
elf: lift-off - get it to compile and run until the error!
Jakub Konka
2023-09-06
elf: make everything upside down - track by Symbol.Index rather than Atom.Index
Jakub Konka
2023-09-05
elf: start porting abstraction of input file
Jakub Konka
[prev]