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-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
2021-07-15
zld: refactor section into TextBlocks conversion
Jakub Konka
2021-07-15
zld: convert section in linked list of TextBlocks
Jakub Konka
2021-07-15
zld: draft up final format of TextBlock
Jakub Konka
2021-07-15
zld: put relocs in a TextBlock
Jakub Konka
2021-07-15
zld: draft out splitting sections into blocks
Jakub Konka
2021-07-15
zld: coalesce symbols on creation
Jakub Konka
2021-07-15
zld: use index to symbol in reloc
Jakub Konka
2021-07-15
zld: add Symbol.Stab and move nlist creation logic there
Jakub Konka
2021-07-15
zld: abstract Symbol creation logic
Jakub Konka
2021-06-25
zld: fix section mapping for Go specific sections
Jakub Konka
2021-06-25
Add fat/universal dylib support to zig ld
Tom Maenan Read Cutting
2021-06-24
zld: naively parse all dylib deps in stubs
Jakub Konka
2021-06-24
zld: introduce Stub.zig which represents parsed stub file
Jakub Konka
2021-06-24
zld: parse lib stubs as tbds on the linker line
Jakub Konka
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-14
zld: clean up parsing section by type and attrs
Jakub Konka
2021-06-10
zld: handle aliasing of tentative into regular global
Jakub Konka
2021-06-10
zld: add Symbol.Tentative to denote common symbol
Jakub Konka
2021-06-10
zld: moving target seg,sect mapping into Object.Section
Jakub Konka
2021-06-10
zld: work out size and alignment of commons
Jakub Konka
2021-06-03
zld: fix the linker for 32bit comp targets
Jakub Konka
2021-05-22
zld: permit system static libs
Jakub Konka
2021-05-06
zld: sort tlv offsets by source address
Jakub Konka
2021-05-06
zld: cleanup relocs and flag errors on unhandled symbol types
Jakub Konka
2021-05-04
zld: rewrite symbol resolution
Jakub Konka
2021-05-04
zld: rewrite Object to include pointers to Symbols
Jakub Konka
2021-04-24
zld: new approach at handling static inits
Jakub Konka
2021-04-24
zld: analyze static initializers
Jakub Konka
2021-04-13
zld: add x86_64 relocs
Jakub Konka
2021-04-13
zld: save locals per TU
Jakub Konka
2021-04-13
zld: differentiate between static and global in stabs
Jakub Konka
2021-04-13
zld: streamline tags for Symbol
Jakub Konka
2021-04-13
zld: fix parsing debug info
Jakub Konka
[prev]
[next]