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
/
relocatable.zig
Age
Commit message (
Expand
)
Author
2024-02-07
macho: emit an archive
Jakub Konka
2024-02-07
macho: populate output archive symtab
Jakub Konka
2024-02-07
macho: read-in committed ZigObject to memory from file
Jakub Konka
2024-02-07
macho: move static lib emitting logic to relocatable.zig
Jakub Konka
2024-02-07
macho: refactor markExports, markImportsExports and claimUnresolved
Jakub Konka
2024-02-04
macho: sanitize Zig sections segment names before emitting a relocatable
Jakub Konka
2024-02-03
macho: refactor section/segment handle tracking logic
Jakub Konka
2024-02-03
macho: refactor growSection logic; remove -r limitation for ZigObject
Jakub Konka
2024-02-03
macho: migrate thunks to use new relative addressing mechanism
Jakub Konka
2024-02-03
macho: make atom address relative wrt defining section
Jakub Konka
2024-02-03
macho: emit relocs for ZigObject
Jakub Konka
2024-02-03
macho: use findFreeSpace for all sections
Jakub Konka
2024-02-03
macho: allocating space in .o
Jakub Konka
2024-02-03
macho: emit incomplete object file
Jakub Konka
2024-01-28
macho: do not allocate input files in full
Jakub Konka
2024-01-24
macho: skip -r when single input object file
Jakub Konka
2024-01-24
macho: synthesise unwind records from __eh_frame even if no __compact_unwind
Jakub Konka
2024-01-24
macho: fix 32bit compilation issues
Jakub Konka
2024-01-24
macho: re-read atom code from ZigObject when resolving relocs
Jakub Konka
2024-01-24
macho: introduce ZigObject
Jakub Konka
2024-01-24
macho: re-instate build-obj codepath
Jakub Konka
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka
[prev]