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
/
eh_frame.zig
Age
Commit message (
Expand
)
Author
2025-09-30
link.Elf: restore eh_frame_hdr search table building
mlugg
2025-09-30
fix compiler ftbfs from std.macho and std.dwarf changes
mlugg
2025-09-30
change one million things
mlugg
2025-09-08
fix linker code writing undefined memory to the output file
Andrew Kelley
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
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-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2024-10-29
link/Elf: ensure we always sort all relocations by r_offset in -r mode
Jakub Konka
2024-10-23
link.Elf: untangle parseObject and parseArchive
Andrew Kelley
2024-10-11
link: consolidate diagnostics
Andrew Kelley
2024-10-11
link.Elf: group section indexes
Andrew Kelley
2024-09-04
elf: fix 32bit build
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-08-30
Elf: fix reference from `eh_frame_hdr` to `eh_frame`
Jacob Young
2024-08-30
dwarf: share and use `std.dwarf.EH_PE` constants
Jacob Young
2024-08-25
elf: simplify output section symbol tracking
Jakub Konka
2024-08-25
elf: streamline sections container
Jakub Konka
2024-08-07
elf: fix .eh_frame calc in relocatable mode
Jakub Konka
2024-08-07
elf: fix compile errors
Jakub Konka
2024-07-30
elf: simplify output section tracking for symbols
Jakub Konka
2024-07-30
elf: move ownership of atoms into objects
Jakub Konka
2024-07-22
macho: redo input file parsing in prep for multithreading
Jakub Konka
2024-03-08
elf+aarch64: implement enough to link dynamically with gcc as the driver
Jakub Konka
2024-02-21
elf+riscv: implement enough to get basic hello world in C working
Jakub Konka
2024-02-21
elf+aarch64: resolve .eh_frame relocs
Jakub Konka
2024-02-21
elf: simplify logic for resolving .eh_frame relocs on different arches
Jakub Konka
2024-02-17
lib/std/elf: refactor reloc enum values
Jakub Konka
2024-02-17
elf: add riscv dynamic relocs
Jakub Konka
2024-02-16
elf: enable adding support for additional cpu archs
Jakub Konka
2024-02-13
elf: store relative offsets in atom and symbol
Jakub Konka
2024-02-12
elf: do not prealloc input objects, pread selectively
Jakub Konka
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
linker: fix some allocator references
Andrew Kelley
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-09
elf: correctly format output .eh_frame when emitting relocatable
Jakub Konka
2023-11-09
elf: emit .rela.eh_frame section contents
Jakub Konka
2023-11-09
elf: calculate required size for .rela.eh_frame
Jakub Konka
2023-11-04
elf: redo strings management in the linker
Jakub Konka
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-16
elf: fix 32bit build
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
[next]