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
/
MachO
/
Relocation.zig
Age
Commit message (
Expand
)
Author
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-07-07
compiler: update all instances of std.fmt.Formatter
Andrew Kelley
2025-07-07
MachO: update to new std.io APIs
Andrew Kelley
2024-08-17
macho: update codegen and linker to distributed jump table approach
Jakub Konka
2024-07-18
macho: bring back parts of ar
Jakub Konka
2024-07-18
macho: migrate Relocation struct
Jakub Konka
2024-05-23
link/macho: print error message when hitting unexpected remainder error
Jakub Konka
2024-02-21
link: introduce common set of aarch64 abstractions
Jakub Konka
2024-02-03
macho: fix remaining references to Atom.value
Jakub Konka
2024-01-24
macho: resolve relocs pointing at __got_zig
Jakub Konka
2024-01-24
codegen: re-implement enough of codegen to error out instead panic
Jakub Konka
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka
2024-01-01
linker: update target references
Andrew Kelley
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-30
macho: implement enough of extern handling to pass comptime export tests
Jakub Konka
2023-08-29
macho: use TableSection for stub entries in zld driver
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-26
macho: invalidate GOT/stub relocs after segment shift in memory
Jakub Konka
2023-04-21
macho: skip GOT for TLVs; handle them separately when lowering
Jakub Konka
2023-04-21
macho: do not allocate atoms for stub entries
Jakub Konka
2023-04-21
macho: use generic TableSection for GOT mgmt
Jakub Konka
2023-04-13
macho: reference TLV thunks via GOT table
Jakub Konka
2023-04-13
macho: emit TLV pointers and variables
Jakub Konka
2023-04-13
macho: refactor common logic between synthetic tables
Jakub Konka
2023-04-13
macho: add machinery for emitting TLV refs
Jakub Konka
2023-04-13
macho: refactor relocation type in incremental linker
Jakub Konka
2023-04-05
macho: reapply relocation dirtying logic from coff linker
Jakub Konka
2023-03-28
macho: remove error_union return from resolveRelocations()
Jakub Konka
2023-03-18
macho: add hot-code swapping poc
Jakub Konka
2023-01-31
link: make MachO atoms fully owned by the linker
Jakub Konka
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-10-22
macho: upstream rewritten traditional linker, zld
Jakub Konka
2022-09-18
macho: allow for add and ldr when resolving GOT_LOAD_* relocs
Jakub Konka
2022-09-18
macho: rewrite how we allocate space in incremental context
Jakub Konka
2022-09-18
macho: move to incremental writes and global relocs for incremental
Jakub Konka
2022-09-18
macho: separate in structure and logic incremental relocs and file relocs
Jakub Konka