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
/
Object.zig
Age
Commit message (
Expand
)
Author
2024-01-01
linker: update target references
Andrew Kelley
2023-12-05
elf: exit early with an error when parsing or init failed
Jakub Konka
2023-12-05
elf: upcast e_shnum to u64 to check for valid ranges
Jakub Konka
2023-12-05
elf: re-instate basic error reporting for LD script parser
Jakub Konka
2023-12-05
elf: do not write ELF header if there were errors
Jakub Konka
2023-12-05
elf: report error at the point where it is happening
Jakub Konka
2023-11-15
elf: we were writing too many symbols in the symtab
Jakub Konka
2023-11-09
elf: add SHF_INFO_LINK flag to any emitted SHT_RELA section
Jakub Konka
2023-11-09
elf: init output COMDAT group sections
Jakub Konka
2023-11-09
elf: correctly format output .eh_frame when emitting relocatable
Jakub Konka
2023-11-08
elf: claim unresolved dangling symbols as undef externs in -r mode
Jakub Konka
2023-11-08
elf: reference .rela sections via output section index
Jakub Konka
2023-11-07
elf: actually track output symtab index of symbols
Jakub Konka
2023-11-07
elf: create link between .rela and output section
Jakub Konka
2023-11-07
elf: update .rela section sizes
Jakub Konka
2023-11-07
elf: generate section symbols when writing symtab
Jakub Konka
2023-11-07
elf: create skeleton of required changes for supporting -r mode
Jakub Konka
2023-11-05
elf: hook up saving object files in an archive
Jakub Konka
2023-11-05
elf: add hooks for archiving Objects
Jakub Konka
2023-11-05
elf: init objects after parsing them
Jakub Konka
2023-11-04
elf: redo strings management in the linker
Jakub Konka
2023-10-24
elf: improve parsing of ld scripts and actually test linking against them
Jakub Konka
2023-10-18
elf: parse GNU ld script as system lib indirection
Jakub Konka
2023-10-16
elf: fix 32bit build
Jakub Konka
2023-10-16
codegen+elf: check if extern is a variable ref
Jakub Konka
2023-10-16
elf: make init/fini sorting deterministic
Jakub Konka
2023-10-16
elf: hook up common symbols handler
Jakub Konka
2023-10-16
elf: fix synthetic section handling and actually parse DSOs
Jakub Konka
2023-10-16
elf: fix COMDAT deduping logic
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: 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-09-28
elf: move logic for extracing atom's code into input files
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: improve decl-to-section mapping logic
Jakub Konka
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-13
elf: parse archives
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
[prev]
[next]