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
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