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
getAppDataDir
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
std.Io.Threaded-groups-2
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-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
2021-07-15
zld: add DICE support mainly for x86_64-macos
Jakub Konka
2021-07-15
zld: refactor nlist and reloc filtering logic
Jakub Konka
2021-07-15
zld: ___dso_handle is regular at 0x100000000
Jakub Konka
2021-07-15
zld: correctly estimate TextBlock's alignment with
Jakub Konka
2021-07-15
zld: populate sections from the top rather than from bottom
Jakub Konka
2021-07-15
zld: turn logging off
Jakub Konka
2021-07-15
zld: fix alloc alignment and resolve relocs
Jakub Konka
2021-07-15
zld: track symbols defined within TextBlock
Jakub Konka
2021-07-15
zld: allocate TextBlocks
Jakub Konka
2021-07-15
zld: save rebase and TLV offset as part of TextBlock
Jakub Konka
2021-07-15
zld: keep text blocks per segment,section pair
Jakub Konka
2021-07-15
zld: update relocs and start prepping for segment allocs
Jakub Konka
2021-07-15
zld: dealloc TextBlock if omitted
Jakub Konka
2021-07-15
zld: move should_rebase logic into Symbol
Jakub Konka
2021-07-15
zld: simplify relocation parsing
Jakub Konka
2021-07-15
zld: parse relocs per generated TextBlock
Jakub Konka
2021-07-15
zld: create TextBlocks for tentative definitions
Jakub Konka
[prev]
[next]