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
Age
Commit message (
Expand
)
Author
2023-10-16
elf: re-enable dynamic linking codepaths
Jakub Konka
2023-10-16
elf: fix COMDAT deduping logic
Jakub Konka
2023-10-16
elf: add garbage collection of sections
Jakub Konka
2023-10-16
elf: add more prepwork for linking c++ objects
Jakub Konka
2023-10-16
elf: handle .eh_frame and non-alloc sections
Jakub Konka
2023-10-16
elf: refactor object.shdrContents to never error out
Jakub Konka
2023-10-16
elf: get hello-world with LLVM in Zig working
Jakub Konka
2023-10-16
elf: port zld's allocation mechanism
Jakub Konka
2023-10-16
elf: remove dirty from synthetic .got section
Jakub Konka
2023-10-16
elf: update section sizes accumulated from objects
Jakub Konka
2023-10-16
elf: initialize output sections from input objects in a separate step
Jakub Konka
2023-10-16
elf: increase Atom.Index resolution to u32
Jakub Konka
2023-10-16
elf: clean up generating GOT symbol names
Jakub Konka
2023-10-16
elf: update .strtab with GOT symbols
Jakub Konka
2023-10-01
x86_64: emit R_X86_64_GOT32 for non-PIC GOT references
Jakub Konka
2023-09-29
elf: fix setting st_value of _end synthetic symbol
Jakub Konka
2023-09-28
elf: fix 32bit build
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-28
elf: report fatal linker error for unhandled relocation types
Jakub Konka
2023-09-27
elf: allow expanding segments in virtual memory
Jakub Konka
2023-09-26
elf: dynamically allocate remaining alloc sections (and segments)
Jakub Konka
2023-09-23
elf: implement markLive for ZigModule
Jakub Konka
2023-09-23
elf: improve decl-to-section mapping logic
Jakub Konka
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-13
elf: correctly handle overflows on non-64bit hosts
Jakub Konka
2023-09-13
elf: re-enable linking compiler_rt
Jakub Konka
2023-09-13
elf: do not store Symbol's index in Symbol
Jakub Konka
2023-09-13
elf: parse archives
Jakub Konka
2023-09-13
elf: handle more relocs with GOT relaxation
Jakub Konka
2023-09-13
elf: add u64 to usize casts where required
Jakub Konka
2023-09-12
elf: clean up and unify symbol ref handling in relocs
Jakub Konka
2023-09-12
elf: resolve and write objects to file
Jakub Konka
2023-09-12
elf: set output section index of a global when resolving
Jakub Konka
2023-09-12
elf: set output section index when parsing objects
Jakub Konka
2023-09-12
elf: add simplistic reloc scanning mechanism
Jakub Konka
2023-09-12
elf: claim unresolved dangling symbols that can be claimed
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-12
elf: report undefined symbols in objects
Jakub Konka
2023-09-11
elf: add prelim impl of Object parsing
Jakub Konka
2023-09-11
elf: emit relocation to an extern function
Jakub Konka
2023-09-11
elf: simplify handling of relocs for atoms
Jakub Konka
2023-09-10
elf: decouple notion of atom free list from shdrs
Jakub Konka
2023-09-10
elf: write linker-defined symbols to symtab
Jakub Konka
2023-09-10
elf: create required linker-defined symbols
Jakub Konka
2023-09-08
elf: rename program_headers to phdrs
Jakub Konka
2023-09-08
elf: write $got symbols into the symtab
Jakub Konka
2023-09-08
elf: store Index rather than ?Index in Atom; gen ABS STT_FILE for zig source
Jakub Konka
[prev]
[next]