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
/
Object.zig
Age
Commit message (
Expand
)
Author
2024-01-30
macho: improve weak-ref symbols handling
Jakub Konka
2024-01-29
macho: re-enable dSYM but don't write anything to it yet
Jakub Konka
2024-01-28
macho: fix 32bit builds
Jakub Konka
2024-01-28
macho: do not allocate input files in full
Jakub Konka
2024-01-24
macho: exclude symbols from empty sections when parsing unwind info
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: do not enforce platform check for now
Jakub Konka
2024-01-24
macho: fix symbol index dereference in codegen wrt ZigObject
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: report duplicate symbols
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: resolve symbols and mark files live
Jakub Konka
2024-01-24
macho: parse archives
Jakub Konka
2024-01-24
macho: create scaffolding for parsing different input objects
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 remaining compile errors except one
Andrew Kelley
2024-01-01
linker: update target references
Andrew Kelley
2023-11-17
std.macho: fix LoadCommandIterator to work with underaligned data
Jakub Konka
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-08-30
macho: report basic __eh_frame problems as errors
Jakub Konka
2023-08-29
macho: handle mismatched and missing platform errors
Jakub Konka
2023-08-29
macho: parse platform info from each object file into Platform struct
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: use TableSection for stub entries in zld driver
Jakub Konka
2023-08-29
macho: unify Atom concept between drivers
Jakub Konka
2023-08-29
macho: unify Section concept across drivers
Jakub Konka
2023-08-29
macho: unify concept of SymbolWithLoc across drivers
Jakub Konka
2023-08-29
macho: simplify input file parsing for both drivers
Jakub Konka
2023-08-16
macho: tie FDEs and unwind records to all symbol aliases
Jakub Konka
2023-08-02
macho: track unwind/dwarf cfi records by symbol rather than atom
Jakub Konka
2023-06-25
macho: add fixes to __eh_frame parsing emitted by Nix C++ compiler
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-03-22
macho+zld: make sure we populate source section index lookup if no undefs
Jakub Konka
2023-03-22
macho+zld: refactor parsing of relocation target
Jakub Konka
2023-03-21
macho+zld: when finding by address, note the end of section symbols too
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-06
macho: parse and sort data-in-code entries ahead of time
Jakub Konka
[prev]
[next]