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
/
ZigObject.zig
Age
Commit message (
Expand
)
Author
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 create atoms for section symbols that do not require it
Jakub Konka
2024-10-09
elf: move sections in segments that need moving only
Jakub Konka
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-10
codegen: implement output to the `.debug_info` section
Jacob Young
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: 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 .tdata and .tbss using allocateAtom mechanics
Jakub Konka
2024-09-04
dwarf: make Section.off a function
Jakub Konka
2024-09-04
elf+dwarf: refer sections via section symbols
Jakub Konka
2024-09-04
elf: fix emitting correct .rela. sections in -r mode
Jakub Konka
2024-09-04
elf: fix a typo in setting ZigObject.data_relro_index
Jakub Konka
2024-09-04
elf: remove isDebugSection helper
Jakub Konka
2024-09-04
elf: allocate .text in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: allocate .data.rel.ro and .rodata in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: allocate .data in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: allocate .bss in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: split Atom.allocate into Atom-independent parts
Jakub Konka
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
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
fix up merge conflicts with master
David Rubin
2024-08-25
remove `mod` aliases for Zcus
David Rubin
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-08-25
elf: store atom refs for rela sections until we can do better
Jakub Konka
2024-08-25
elf: fix shdr-to-phdr links
Jakub Konka
2024-08-25
elf: streamline sections container
Jakub Konka
2024-08-25
elf: finally move initMetadata into ZigObject.init
Jakub Konka
2024-08-22
Elf: all dwarf relocs need to become linker relocs
Jacob Young
2024-08-21
elf: refactor tracking debug section sizes
Jakub Konka
2024-08-21
elf: fixes after rebase
Jakub Konka
2024-08-21
elf: allow for concatenating atoms to merge sections
Jakub Konka
2024-08-21
elf: fix emitting cross-section relocs for .debug* sections
Jakub Konka
2024-08-21
elf: emit DTPOFF32/DTPOFF64 relocation for .debug* sections
Jakub Konka
2024-08-21
elf: parse and emit Elf relocs for cross section refs for .debug* sections
Jakub Konka
2024-08-21
elf: emit .rela.debug* sections for relocatable if required
Jakub Konka
2024-08-21
elf: start unraveling Dwarf relocs into Elf relocs
Jakub Konka
2024-08-21
elf: populate debug atoms on the linker side after Dwarf.flushModule
Jakub Konka
2024-08-21
elf: create section symbols and atoms per each ZigObject debug section
Jakub Konka
2024-08-20
Dwarf: fix issues with inline call sites
Jacob Young
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-15
elf: introduce Symbol.flags.is_extern_ptr for refs potentially needing GOT
Jakub Konka
2024-08-15
elf: check for relocs before deciding on shndx in getNavShdrIndex
Jakub Konka
2024-08-14
elf: re-use old atom slot for a trampoline to that atom
Jakub Konka
[prev]
[next]