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
/
lib
/
std
/
macho.zig
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
link.MachO: update to not use GenericWriter
Andrew Kelley
2024-07-31
remove hard tabs from source code
Andrew Kelley
2024-04-18
The Mach-O header flags gained two new members at some point, and these are m...
cryptocode
2024-04-06
lib/std/macho: update PLATFORM enum with VISIONOS tags
Jakub Konka
2024-01-24
std.macho: add segment flags
Jakub Konka
2023-12-06
macho: rename flag to EXPORT_SYMBOL_FLAGS_WEAK_DEFINITION
Jakub Konka
2023-12-06
lib/std/macho: add missing LC defs and missing N_NO_DEAD_STRIP desc for nlists
Jakub Konka
2023-11-17
std.macho: fix LoadCommandIterator to work with underaligned data
Jakub Konka
2023-10-03
std.macho: remove alignment from LoadCommandIterator
Andrew Kelley
2023-08-18
macho: add helper for accessing tools array in LC_BUILD_VERSION cmd
Jakub Konka
2023-07-20
dwarf: move macho unwind code from macho -> dwarf
kcbanner
2023-07-20
macho: don't scan all eh_frame entries, instead follow the offset from the __...
kcbanner
2023-07-20
dwarf: add abi.stripInstructionPtrAuthCode
kcbanner
2023-07-20
macho: remove unnecessary checks
kcbanner
2023-07-20
macho: add aarch64 implementation to unwindFrame
kcbanner
2023-07-20
macho: add unwindFrame which can unwind stack frames using the __unwind_info ...
kcbanner
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-23
Improvements to docs and text
zooster
2023-03-21
macho: use TOOL=0x5 to mean ZIG as the build tool
Jakub Konka
2023-03-18
macho: add hot-code swapping poc
Jakub Konka
2023-01-21
std.macho: add OLD = 0 as valid mode for both arm64 and x86_64
Jakub Konka
2023-01-19
macho: port arm64 and x86_64 compact unwind defs verbatim
Jakub Konka
2022-12-27
macho: add Zig wrapper for compact unwind encoding on arm64
Jakub Konka
2022-12-20
macho: add missing defs of compact unwind info records
Jakub Konka
2022-12-16
macho: store LC headers to often updated LINKEDIT sections
Jakub Konka
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-09-18
macho: rewrite how we allocate space in incremental context
Jakub Konka
2022-08-03
macho: add missing align cast in LoadCommandIterator
Jakub Konka
2022-08-03
macho: update how we insert output sections
Jakub Konka
2022-08-03
macho: sync with zld
Jakub Konka
2022-07-20
macho: Pass sections by pointer when slicing names
Cody Tapscott
2022-07-01
macho: implement pruning of unused segments and sections
Jakub Konka
2022-06-28
macho: discriminate between normal and weak dylibs
Jakub Konka
2022-04-01
macho: set CS_LINKER_SIGNED flag in code signature generated by zld
Jakub Konka
2022-03-22
macho: add more codesig constants
Jakub Konka
2022-03-19
Sema: implement zirSwitchCaptureElse for error sets
Veikka Tuominen
2022-03-13
std+macho: revert and fix exposing Mach wrappers in std.os and std.c
Jakub Konka
2022-03-13
std: fix imports for darwin specific flags and funcs
Jakub Konka
2022-03-13
macos: add Mach task abstraction
Jakub Konka
2022-03-13
macos: add more mach primitives
Jakub Konka
2021-12-15
macho: put `LC_*` consts in a typed enum(u32) LC
Jakub Konka
2021-12-10
macho: move all helpers from commands.zig into std.macho
Jakub Konka
2021-12-10
macho: move helper functions to libstd
Jakub Konka
2021-11-30
macho: move nlist_64 type/flags helpers to std.macho
Jakub Konka
2021-08-31
macho: fix allocating sections within segment when parsing objects
Jakub Konka
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-10
macho: swap out VERSION_MIN for BUILD_VERSION
Jakub Konka
[next]