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
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
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
std.Io.Threaded-groups-2
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-02-21
elf: simplify logic for resolving .eh_frame relocs on different arches
Jakub Konka
2024-02-21
elf: simplify logic for resolving alloc relocs on different arches
Jakub Konka
2024-02-21
elf: simplify logic for handling scanning relocs on different arches
Jakub Konka
2024-02-21
elf+riscv: resolve synthetic __global_pointer$ symbol
Jakub Konka
2024-02-17
elf: create Zig specific reloc type shared across ISAs
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: use u32 for all section indexes
Jakub Konka
2024-02-13
elf: store relative offsets in atom and symbol
Jakub Konka
2024-02-13
elf: fix 32bit build
Jakub Konka
2024-02-12
elf: refactor archive specific object parsing logic
Jakub Konka
2024-02-12
elf: move code paths responsible for emitting object and archive into relocat...
Jakub Konka
2024-02-12
elf: do not prealloc input objects, pread selectively
Jakub Konka
2024-02-07
Elf: fix memory leaks
Jacob Young
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-01-15
Merge pull request #18560 from ziglang/elf-report-dupes
Jakub Konka
2024-01-14
compiler: move each_lib_rpath to frontend
Jan200101
2024-01-14
elf: check for and report duplicate symbol definitions
Jakub Konka
2024-01-09
Add support for `--(no-)undefined-version`
dhash
2024-01-01
link: accept the update arena in flush
Andrew Kelley
2024-01-01
move misc_errors from linker to Compilation
Andrew Kelley
2024-01-01
move eh_frame_hdr from link.File to Compilation
Andrew Kelley
2024-01-01
move force_undefined_symbols into Compilation
Andrew Kelley
2024-01-01
compiler: push entry symbol name resolution into the linker
Andrew Kelley
2024-01-01
link.File.Elf: bump 32-bit image_base default to 64K
Andrew Kelley
2024-01-01
fix MachO linking
Andrew Kelley
2024-01-01
link.Elf: truncate=true in createEmpty
Andrew Kelley
2024-01-01
linker: rename intermediary_basname to zcu_object_sub_path
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
Elf: fix createEmpty not creating the file
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
move dll_export_fns and rdynamic to Compilation.Config
Andrew Kelley
2024-01-01
update codegen.llvm references to bin_file.options
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
compiler: update many references to bin_file.options
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
update image_base references
Andrew Kelley
2024-01-01
linker: update options references of CsuObjects
Andrew Kelley
2024-01-01
linker: update references to module
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
compiler: get the dynamic linker from the target
Andrew Kelley
2023-12-05
elf: return error.FlushFailure in flushObject and flushStaticLib codepaths wh...
Jakub Konka
2023-12-05
elf: fix typo
Jakub Konka
2023-12-05
elf: copy out committed ZigObject to a buffer when creating static lib
Jakub Konka
2023-12-05
elf: exit early with an error when parsing or init failed when flushing objec...
Jakub Konka
2023-12-05
elf: exit early with an error when parsing or init failed
Jakub Konka
2023-12-05
elf: refactor
Jakub Konka
2023-12-05
elf: report malformed archive when parsing errors
Jakub Konka
[prev]
[next]