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
/
relocatable.zig
Age
Commit message (
Expand
)
Author
2025-09-08
fix linker code writing undefined memory to the output file
Andrew Kelley
2025-08-28
link.Elf: update to not use GenericWriter
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-06-06
Elf: support non-comdat groups
Jacob Young
2025-02-22
zig build fmt
Andrew Kelley
2025-01-15
macho linker conforms to explicit error sets, again
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2024-10-29
link/Elf: ensure we always sort all relocations by r_offset in -r mode
Jakub Konka
2024-10-23
use unstable sort in relocatable writeSyntheticSections
Andrew Kelley
2024-10-23
unify parsing codepaths between relocatable and non
Andrew Kelley
2024-10-23
move linker input file parsing to the compilation pipeline
Andrew Kelley
2024-10-23
link.Elf: untangle parseObject and parseArchive
Andrew Kelley
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-11
link: consolidate diagnostics
Andrew Kelley
2024-10-11
link.Elf.sortShdrs: tease out data dependencies
Andrew Kelley
2024-10-11
link.Elf: group section indexes
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-10-09
elf: clean up how we create un-allocated sections
Jakub Konka
2024-10-09
elf: change how we manage debug atoms in Dwarf linker
Jakub Konka
2024-10-09
elf: do not re-allocate AtomLists unless dirtied
Jakub Konka
2024-10-09
elf: track atoms within AtomList with array hash map
Jakub Konka
2024-10-08
link.Elf: avoid needless file system reads in flush()
Andrew Kelley
2024-09-04
elf: rename SectionChunk into AtomList and store as part of Section
Jakub Konka
2024-09-04
elf: fix emitting static lib when ZigObject is present
Jakub Konka
2024-09-04
elf: misc .eh_frame management fixes
Jakub Konka
2024-09-04
elf: copy existing data when allocating other alloc sections in relocatable mode
Jakub Konka
2024-09-04
elf: do not create .eh_frame section if ZigObject already did so in relocatab...
Jakub Konka
2024-09-04
elf: init rela sections in a separate pass for ZigObject
Jakub Konka
2024-09-04
elf: emit relocs for self-hosted generated .eh_frame section
Jakub Konka
2024-09-04
elf: fix relocatable mode
Jakub Konka
2024-09-04
elf: allocate atom chunks using allocateChunk mechanics in objects
Jakub Konka
2024-09-04
elf: remove isDebugSection helper
Jakub Konka
2024-08-27
Dwarf: implement .eh_frame
Jacob Young
2024-08-26
Merge pull request #21212 from ziglang/elf-incr
Andrew Kelley
2024-08-25
elf: store atom refs for rela sections until we can do better
Jakub Konka
2024-08-25
elf: simplify output section symbol tracking
Jakub Konka
2024-08-25
elf: streamline sections container
Jakub Konka
2024-08-23
link: Rename InvalidCpuArch error to InvalidMachineType.
Alex Rønne Petersen
2024-08-21
elf: refactor tracking debug section sizes
Jakub Konka
2024-08-21
elf: allow for concatenating atoms to merge sections
Jakub Konka
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-07
elf: fix compile errors
Jakub Konka
2024-07-30
elf: do not store merge section output section name in strings buffer
Jakub Konka
2024-07-30
elf: simplify output section tracking for symbols
Jakub Konka
2024-07-30
elf: remove obsolete flags from atom
Jakub Konka
2024-07-30
elf: resolve COMDATs in more parallel-friendly way
Jakub Konka
2024-07-30
elf: move ownership of atoms into objects
Jakub Konka
2024-07-30
elf: move ownership of comdat groups to Object
Jakub Konka
[next]