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
2021-12-10
macho: move helper functions to libstd
Jakub Konka
2021-12-05
macho: don't prealloc sections when stage1
Jakub Konka
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
macho: move nlist_64 type/flags helpers to std.macho
Jakub Konka
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-04
Replace ArrayList.init/ensureTotalCapacity pairs with initCapacity
Ryan Liptak
2021-11-01
Fix ensureTotalCapacity calls that should be ensureUnusedCapacity calls
Ryan Liptak
2021-10-22
macho: dump linker's state as JSON
Jakub Konka
2021-10-13
macho: redo relocation handling and lazy bind globals
Jakub Konka
2021-09-21
macho: do not write temp and noname symbols to symtab
Jakub Konka
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-16
macho: implement object relinking in stage2
Jakub Konka
2021-09-14
macho: disable splitting sections into atoms in release
Jakub Konka
2021-09-13
Merge remote-tracking branch 'origin/master' into zld-incr
Jakub Konka
2021-09-13
macho: fix incremental compilation
Jakub Konka
2021-09-11
macho: enable tracy in more places within the linker
Jakub Konka
2021-09-10
macho: rename blocks to atoms in Object.zig
Jakub Konka
2021-09-09
macho: init process of renaming TextBlock to Atom
Jakub Konka
2021-09-09
macho: don't allocate atoms when parsing objects
Jakub Konka
2021-09-07
macho: store source section address of relocs in context
Jakub Konka
2021-09-06
macho: make sure that parsed bss atoms are zero-filled
Jakub Konka
2021-09-06
macho: fix noninclusion of data-in-code
Jakub Konka
2021-09-01
stage2: first pass at implementing usingnamespace
Andrew Kelley
2021-09-01
macho: clean up allocating atom logic
Jakub Konka
2021-08-30
macho: add first pass at allocating parsed atoms in objects
Jakub Konka
2021-08-27
macho: remove sorting sections and refactor atom parsing in objects
Jakub Konka
2021-08-11
macho: move parsing logic for Object, Archive and Dylib into MachO
Jakub Konka
2021-08-10
macho: fix parsing target string when linking against tbds
Jakub Konka
2021-08-02
macho: refactor management of section ordinals
Jakub Konka
2021-08-01
macho: don't allocate Dylib on the heap
Jakub Konka
2021-08-01
macho: don't allocate Archives on the heap
Jakub Konka
2021-08-01
macho: don't allocate Objects on the heap
Jakub Konka
2021-08-01
macho: don't store allocator in Object
Jakub Konka
2021-07-23
macho: re-enable parsing sections into atoms
Jakub Konka
2021-07-22
macho: assign and cache section ordinals upon creation
Jakub Konka
2021-07-22
macho: sort nlists within object before filtering by type
Jakub Konka
2021-07-22
macho: fix memory leaks when emptying TextBlocks
Jakub Konka
2021-07-21
macho: fix text block management
Jakub Konka
2021-07-20
macho: add stub relocs when adding extern fn
Jakub Konka
2021-07-18
zld: move contents of Zld into MachO module
Jakub Konka
2021-07-17
zld: demote logging back to debug from warn
Jakub Konka
2021-07-17
zld: correctly set n_sect for sections as symbols
Jakub Konka
2021-07-17
zld: simplify and move Relocations into TextBlock
Jakub Konka
2021-07-16
zld: replace parsed reloc with a simple wrapper around macho.relocation_info
Jakub Konka
2021-07-16
zld: draft symbol resolver on macho.nlist_64 only
Jakub Konka
2021-07-15
zld: move TextBlock into standalone file
Jakub Konka
2021-07-15
zld: reuse string table for symbol names
Jakub Konka
2021-07-15
zld: add temp basic handling of debugging stabs
Jakub Konka
2021-07-15
zld: fix incorrectly worked out section size
Jakub Konka
2021-07-15
zld: map [section addr, first symbol) to a tracked TextBlock
Jakub Konka
[prev]
[next]