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
/
TextBlock.zig
Age
Commit message (
Expand
)
Author
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-08
macho: use smaller padding until we have branch islands on arm64
Jakub Konka
2021-09-07
macho: store source section address of relocs in context
Jakub Konka
2021-09-06
macho: fix noninclusion of data-in-code
Jakub Konka
2021-09-04
macho: unfortunately, LINKEDIT commands NEED to be in order
Jakub Konka
2021-09-03
macho: dyld info subsections need to follow in strict order
Jakub Konka
2021-09-03
macho: dirty export trie when adding globals
Jakub Konka
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-26
macho: write all atoms in flush so that we can resolve relocs
Jakub Konka
2021-08-26
macho: save lazy binding info as part of the atom
Jakub Konka
2021-08-25
macho: add GOT entries as actual atoms
Jakub Konka
2021-08-12
macho: simplify symbol management and resolution
Jakub Konka
2021-08-02
macho: refactor management of section ordinals
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: fix memory leaks when emptying TextBlocks
Jakub Konka
2021-07-20
macho: use adapters to directly reference strtab
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-18
zld: migrate symbol mgmt to incremental backend
Jakub Konka
2021-07-17
zld: demote logging back to debug from warn
Jakub Konka
2021-07-17
zld: fixup flush function
Jakub Konka
2021-07-17
zld: correctly set n_sect for sections as symbols
Jakub Konka
2021-07-17
zld: adjust resolving relocs logic to the new approach
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-15
zld: move TextBlock into standalone file
Jakub Konka