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
/
Symbol.zig
Age
Commit message (
Expand
)
Author
2025-09-30
fix compiler ftbfs from std.macho and std.dwarf changes
mlugg
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-07-07
MachO: revert unfinished changes
Andrew Kelley
2025-07-07
MachO: update to new std.io APIs
Andrew Kelley
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-17
macho: update codegen and linker to distributed jump table approach
Jakub Konka
2024-07-22
macho: handle empty string in ZigObject.getString
Jakub Konka
2024-07-22
macho: cache string len
Jakub Konka
2024-07-22
macho: run more things in parallel
Jakub Konka
2024-07-18
macho: fix symbol visibility merging logic
Jakub Konka
2024-07-18
macho: fix compile errors
Jakub Konka
2024-07-18
macho: migrate Atom and Symbol
Jakub Konka
2024-05-23
link/macho: dedup literals in objects and internal object file
Jakub Konka
2024-02-03
macho: make atom address relative wrt defining section
Jakub Konka
2024-01-28
macho: do not allocate input files in full
Jakub Konka
2024-01-24
macho: add misc fixes targeting macos 11
Jakub Konka
2024-01-24
macho: resolve relocs pointing at __got_zig
Jakub Konka
2024-01-24
macho: add __zig_got section implementation
Jakub Konka
2024-01-24
macho: create Atom for Decl in ZigObject
Jakub Konka
2024-01-24
macho: split symbol.flags.got into needs_got and has_got
Jakub Konka
2024-01-24
macho: introduce ZigObject
Jakub Konka
2024-01-24
macho: write to file
Jakub Konka
2024-01-24
macho: parse an input object file!
Jakub Konka
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka
2021-07-16
zld: replace parsed reloc with a simple wrapper around macho.relocation_info
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: map [section addr, first symbol) to a tracked TextBlock
Jakub Konka
2021-07-15
zld: re-enable all of linker after complete rewrite
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: move should_rebase logic into Symbol
Jakub Konka
2021-07-15
zld: create TextBlocks for tentative definitions
Jakub Konka
2021-07-15
zld: convert section in linked list of TextBlocks
Jakub Konka
2021-07-15
zld: fix ast errors
Jakub Konka
2021-07-15
zld: reenable entire linker in the new scheme
Jakub Konka
2021-07-15
zld: coalesce symbols on creation
Jakub Konka
2021-07-15
zld: add Symbol.Stab and move nlist creation logic there
Jakub Konka
2021-07-15
zld: abstract Symbol creation logic
Jakub Konka
2021-06-28
zld: recurse dylibs reexports when defined and desired
Jakub Konka
2021-06-24
Apply AST fixes
Jakub Konka
2021-06-24
zld: merge Stub with Dylib struct
Jakub Konka
2021-06-24
zld: clean up memory management and refactor
Jakub Konka
2021-06-24
zld: handle dynamic binding of proxies for objc correctly
Jakub Konka
2021-06-24
zld: introduce Stub.zig which represents parsed stub file
Jakub Konka
2021-06-24
zld: create a synthetic ___dso_handle symbol self-referenced
Jakub Konka
2021-06-24
zld: parse libSystem tbd stub when linking
Jakub Konka
[next]