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
2025-10-29
Elf: fix alignment of merge subsections
Jacob Young
2025-09-04
link.Elf: truncate st_other to u3 before converting to std.elf.STV
Alex Rønne Petersen
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
link.Elf: update to not use GenericWriter
Andrew Kelley
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-07-31
compiler: update to new flate API
Andrew Kelley
2025-07-11
link.Elf: check files in archives for ELF magic
Isaac Freund
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
compiler: update all instances of std.fmt.Formatter
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-06
Elf: support non-comdat groups
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-02-22
zig build fmt
Andrew Kelley
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2024-11-22
link: use target to determine risc-v eflag validity
David Rubin
2024-10-29
link/Elf: ensure we always sort all relocations by r_offset in -r mode
Jakub Konka
2024-10-23
unify parsing codepaths between relocatable and non
Andrew Kelley
2024-10-23
link.Elf: untangle parseObject and parseArchive
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: fix merge sections namespacing
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
Merge pull request #21629 from ziglang/elf-incr
Andrew Kelley
2024-10-09
link.Elf.Object.initAtoms: reduce state access and indirection
Andrew Kelley
2024-10-09
elf: mark objects as dirty/not-dirty
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-23
elf: fix condition for skipping symbols if atom is dead
Jakub Konka
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-04
elf: rename SectionChunk into AtomList and store as part of Section
Jakub Konka
2024-09-04
elf: create back/forward links for atoms within section chunks
Jakub Konka
2024-09-04
elf: do not pad placeholders coming from input object files
Jakub Konka
2024-09-04
elf: misc .eh_frame management fixes
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: actually allocate atoms within each section chunk
Jakub Konka
2024-09-04
elf: actually write allocated atoms in object files
Jakub Konka
2024-09-04
elf: allocate atom chunks using allocateChunk mechanics in objects
Jakub Konka
2024-09-04
elf: introduce SectionChunk - a container of atoms per object file
Jakub Konka
2024-09-04
elf: move initOutputSection into Elf from Object
Jakub Konka
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
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: streamline sections container
Jakub Konka
2024-08-23
link: Rename InvalidCpuArch error to InvalidMachineType.
Alex Rønne Petersen
2024-08-23
std.{coff,elf}: Remove the {MachineType,EM}.toTargetCpuArch() functions.
Alex Rønne Petersen
2024-08-07
elf: remove stale code
Jakub Konka
[next]