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
/
Zld.zig
Age
Commit message (
Expand
)
Author
2021-07-18
zld: move contents of Zld into MachO module
Jakub Konka
2021-07-18
zld: migrate symbol mgmt to incremental backend
Jakub Konka
2021-07-17
zld: allocate empty TextBlock for synthetic ___dso_handle
Jakub Konka
2021-07-17
zld: more fixes todo with symbol resolution
Jakub Konka
2021-07-17
zld: fix incorrect global symbol collision check
Jakub Konka
2021-07-17
zld: demote logging back to debug from warn
Jakub Konka
2021-07-17
zld: fix committing stub info into final binary
Jakub Konka
2021-07-17
zld: fixup flush function
Jakub Konka
2021-07-17
zld: allocate TextBlocks and symbols
Jakub Konka
2021-07-17
zld: correctly set n_sect for sections as symbols
Jakub Konka
2021-07-17
zld: simplify and move Relocations into TextBlock
Jakub Konka
2021-07-16
zld: replace parsed reloc with a simple wrapper around macho.relocation_info
Jakub Konka
2021-07-16
zld: draft symbol resolver on macho.nlist_64 only
Jakub Konka
2021-07-15
zld: move TextBlock into standalone file
Jakub Konka
2021-07-15
zld: thin out Relocation by not storing *TextBlock
Jakub Konka
2021-07-15
zld: reuse string table for symbol names
Jakub Konka
2021-07-15
zld: move tracking binding for proxies into TextBlock
Jakub Konka
2021-07-15
zld: remove StringTable abstraction
Jakub Konka
2021-07-15
zld: add temp basic handling of debugging stabs
Jakub Konka
2021-07-15
zld: fix incorrectly worked out section size
Jakub Konka
2021-07-15
zld: add DICE support mainly for x86_64-macos
Jakub Konka
2021-07-15
zld: add basic Signed reloc resolution
Jakub Konka
2021-07-15
zld: ___dso_handle is regular at 0x100000000
Jakub Konka
2021-07-15
zld: correctly estimate TextBlock's alignment with
Jakub Konka
2021-07-15
zld: populate sections from the top rather than from bottom
Jakub Konka
2021-07-15
zld: re-enable logging of TextBlocks
Jakub Konka
2021-07-15
zld: fix allocating tentative defs
Jakub Konka
2021-07-15
zld: turn logging off
Jakub Konka
2021-07-15
zld: fix resolving TLV offset relocations
Jakub Konka
2021-07-15
zld: TextBlock needs to be written to an aligend offset too
Jakub Konka
2021-07-15
zld: dedup symbols in the symbol table
Jakub Konka
2021-07-15
zld: re-enable all of linker after complete rewrite
Jakub Konka
2021-07-15
zld: fix alloc alignment and resolve relocs
Jakub Konka
2021-07-15
zld: track symbols defined within TextBlock
Jakub Konka
2021-07-15
zld: allocate TextBlocks
Jakub Konka
2021-07-15
zld: save rebase and TLV offset as part of TextBlock
Jakub Konka
2021-07-15
zld: keep text blocks per segment,section pair
Jakub Konka
2021-07-15
zld: update relocs and start prepping for segment allocs
Jakub Konka
2021-07-15
zld: dealloc TextBlock if omitted
Jakub Konka
2021-07-15
zld: move should_rebase logic into Symbol
Jakub Konka
2021-07-15
zld: simplify relocation parsing
Jakub Konka
2021-07-15
zld: parse relocs per generated TextBlock
Jakub Konka
2021-07-15
zld: create TextBlocks for tentative definitions
Jakub Konka
2021-07-15
zld: refactor section into TextBlocks conversion
Jakub Konka
2021-07-15
zld: convert section in linked list of TextBlocks
Jakub Konka
2021-07-15
zld: draft up final format of TextBlock
Jakub Konka
2021-07-15
zld: put relocs in a TextBlock
Jakub Konka
2021-07-15
zld: draft out splitting sections into blocks
Jakub Konka
2021-07-15
zld: reenable entire linker in the new scheme
Jakub Konka
2021-07-15
zld: allocate symbols using the new scheme
Jakub Konka
[next]