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
/
Atom.zig
Age
Commit message (
Expand
)
Author
2024-02-03
macho: minor fixes and sanitize input *_zig segment/sections names
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-01-31
macho: improve error msg when relaxing GOT fails
Jakub Konka
2024-01-28
macho: move getAtomData switch into Atom
Jakub Konka
2024-01-28
macho: do not allocate input files in full
Jakub Konka
2024-01-24
macho: clean up logic for deciding if needs __stub_helper
Jakub Konka
2024-01-24
macho: fix 32bit compilation issues
Jakub Konka
2024-01-24
macho: resolve relocs pointing at __got_zig
Jakub Konka
2024-01-24
macho: re-read atom code from ZigObject when resolving relocs
Jakub Konka
2024-01-24
macho: allocate sections and segments that need it
Jakub Konka
2024-01-24
macho: fix symbol index dereference in codegen wrt ZigObject
Jakub Konka
2024-01-24
codegen: re-implement enough of codegen to error out instead panic
Jakub Konka
2024-01-24
macho: fill the rest of ZigObject
Jakub Konka
2024-01-24
macho: implement more self-hosted primitives
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: preserve section name for code sections
Jakub Konka
2024-01-24
macho: fix dead stripping logic to exclude debug sections
Jakub Konka
2024-01-24
macho: re-instate build-obj codepath
Jakub Konka
2024-01-24
macho: write to file
Jakub Konka
2024-01-24
macho: sort sections; use Atom.Alignment for alignment; init segments
Jakub Konka
2024-01-24
macho: report undefined symbols to the user
Jakub Konka
2024-01-24
macho: parse an input object file!
Jakub Konka
2024-01-24
macho: get the ball rolling!
Jakub Konka
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
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-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-08-30
macho: remove obsolete error.FailedToResolveRelocationTarget
Jakub Konka
2023-08-29
macho: merge Zld state with MachO state
Jakub Konka
2023-08-29
macho: save indexes to all sections of interest
Jakub Konka
2023-08-29
macho: unify creating atoms
Jakub Konka
2023-08-29
macho: move initSection into MachO from Zld
Jakub Konka
2023-08-29
macho: move getOutputSection into Atom
Jakub Konka
2023-08-29
macho: remove dead code
Jakub Konka
2023-08-29
macho: use TableSection for stub entries in zld driver
Jakub Konka
2023-08-29
macho: use TableSection for TLV pointer entries in zld driver
Jakub Konka
2023-08-29
macho: use TableSection for GOT entries in zld driver
Jakub Konka
2023-08-29
macho: unify Atom concept between drivers
Jakub Konka
2023-08-29
macho: unify concept of SymbolWithLoc across drivers
Jakub Konka
2023-05-11
fix incorrect use of mutable pointers to temporary values
Veikka Tuominen
2023-04-21
macho: do not allocate atoms for stub entries
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
[prev]
[next]