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.zig
Age
Commit message (
Expand
)
Author
2024-10-03
link.Elf: Fix default page size for hexagon.
Alex Rønne Petersen
2024-10-03
link.Elf: Set EI_OSABI value correctly depending on target arch/OS.
Alex Rønne Petersen
2024-10-02
Merge pull request #21527 from alexrp/elf-emulations
Alex Rønne Petersen
2024-09-26
link.Elf: Make getLDMOption() exhaustive with regards to LLD's parseEmulation().
Alex Rønne Petersen
2024-09-25
elf: remove unused code
Jakub Konka
2024-09-25
elf: change how we create new program headers
Jakub Konka
2024-09-25
elf: reset output symtab contexts before re-updating
Jakub Konka
2024-09-25
elf: do not re-create special program headers if already created
Jakub Konka
2024-09-25
elf: do not re-create synthetic sections if already created
Jakub Konka
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-04
elf: migrate thunks to the new mechanism (AtomList)
Jakub Konka
2024-09-04
elf: rename SectionChunk into AtomList and store as part of Section
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: update osec index for section chunks in objects
Jakub Konka
2024-09-04
elf: actually write allocated atoms in object files
Jakub Konka
2024-09-04
elf: do not create .eh_frame section if ZigObject already did so
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: 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: remove isDebugSection helper
Jakub Konka
2024-09-04
elf: remove now unused number_of_zig_segments
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: shuffle some stages to make it clear what needs what
Jakub Konka
2024-09-04
elf: move initOutputSection into Elf from Object
Jakub Konka
2024-09-04
elf: split Atom.allocate into Atom-independent parts
Jakub Konka
2024-09-03
glibc: Avoid building and linking stub libraries that were emptied in 2.34.
Alex Rønne Petersen
2024-08-29
compiler: avoid field/decl name conflicts
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-26
elf: make Atom.allocate and related ZigObject-independent
Jakub Konka
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-25
elf: store atom refs for rela sections until we can do better
Jakub Konka
2024-08-25
elf: fix setting sh_info and sh_link for manually managed rela sections
Jakub Konka
2024-08-25
elf: simplify output section symbol tracking
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-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-21
elf: remove obsolete call to Dwarf.resolveRelocs
Jakub Konka
[prev]
[next]