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
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
2023-02-06
macho: downgrade alignment requirements for symtab in object files
Jakub Konka
2023-01-21
macho: fix sorting symbols by seniority
Jakub Konka
2023-01-21
macho: synthesise unwind records in absence of compact unwind section
Jakub Konka
2023-01-20
zld: parse, synthesise and emit unwind records
Jakub Konka
2022-10-30
macho: fix regression in dead strip for x86_64
Jakub Konka
2022-10-22
macho: some docs
Jakub Konka
2022-10-22
macho: gracefully handle uninitialized symtabs in objects
Jakub Konka
2022-10-22
macho: fix handling of lack of subsections and tracking of inner symbols
Jakub Konka
2022-10-22
macho: fix bug in incorrectly splicing nodes in trie
Jakub Konka
2022-10-22
macho: do not assume __la_symbol_ptr was created
Jakub Konka
2022-10-22
macho: upstream rewritten traditional linker, zld
Jakub Konka
2022-09-18
macho: fix after sync with master
Jakub Konka
2022-09-18
macho: rewrite how we allocate space in incremental context
Jakub Konka
2022-09-18
macho: do not call populateMissingMetadata in full link mode
Jakub Konka
2022-09-18
macho: clean up use of section ids
Jakub Konka
2022-09-18
macho: move main driver loop for one-shot into standalone zld module
Jakub Konka
2022-09-17
macho: do not assume every object has a symtab
Jakub Konka
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-23
macho: fix compile errors in std.debug
Jakub Konka
2022-08-23
std.debug: implement support for DWARFv5
Andrew Kelley
2022-08-22
Dwarf: Added stroffsetsptr support (#12270)
Keith Chambers
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-10
link.MachO: use accurate alignment attribute on pointers
Andrew Kelley
2022-08-10
Revert "macho: allow unaligned offsets in object files"
Andrew Kelley
2022-08-10
macho: allow unaligned offsets in object files
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-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-25
macho: fix memory leak and refactor Target usage
Jakub Konka
2022-07-22
macho: move GC code into dead_strip.zig module
Jakub Konka
2022-07-22
macho: sort subsection symbols by seniority
Jakub Konka
2022-07-22
macho: do not GC local symbols unless reference dead symbols
Jakub Konka
2022-07-22
macho: parse data-in-code when writing LINKEDIT segment
Jakub Konka
2022-07-22
macho: do not store stabs; generate on-the-fly instead
Jakub Konka
2022-07-22
macho: don't store GC roots globally
Jakub Konka
2022-07-22
macho: link atom starting section by orig section id
Jakub Konka
2022-07-22
macho: rework symbol handling for incremental stage2 builds
Jakub Konka
2022-07-22
macho: fix compilation issues on 32bit hosts
Jakub Konka
2022-07-22
macho: rework symbol handling to match zld/ELF
Jakub Konka
2022-07-22
macho: split section into subsections if requested and/or possible
Jakub Konka
2022-07-22
macho: put parsing into an atom into a helper
Jakub Konka
2022-07-22
macho: read the entire file contents into memory at once
Jakub Konka
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-21
dwarf: clean up allocations in std.dwarf module
Jakub Konka
2022-04-15
stage2 macho: workaround stage2 bugs
Veikka Tuominen
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-03-15
std.dwarf: implement basic DWARF 5 parsing
William Sengir
2022-01-13
zld: fix num nlist calc when there's no dynsymtab
Jakub Konka
[next]