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
/
DebugSymbols.zig
Age
Commit message (
Expand
)
Author
2025-09-08
fix linker code writing undefined memory to the output file
Andrew Kelley
2025-08-28
link.MachO: update to not use GenericWriter
Andrew Kelley
2025-07-07
MachO: revert unfinished changes
Andrew Kelley
2025-07-07
MachO: update to new std.io APIs
Andrew Kelley
2025-06-12
link: divorce LLD from the self-hosted linkers
mlugg
2025-06-12
compiler: slightly untangle LLVM from the linkers
mlugg
2025-03-02
link: fixed bugs uncovered by changing the cache mode
Jacob Young
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-27
Dwarf: implement .eh_frame
Jacob Young
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-07-18
macho: fix compile errors
Jakub Konka
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-02-21
MachO: fix `calcLoadCommandsSize` computation
Jacob Young
2024-02-08
macho: move Dwarf handle to ZigObject from DebugSymbols
Jakub Konka
2024-01-29
macho: flush Dwarf module before flushing dSYM
Jakub Konka
2024-01-29
macho: re-enable dSYM but don't write anything to it yet
Jakub Konka
2024-01-29
macho: re-enable emitting empty dSYM bundle
Jakub Konka
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
linker: update target references
Andrew Kelley
2023-11-04
elf: redo strings management in the linker
Jakub Konka
2023-08-29
macho: merge Zld state with MachO state
Jakub Konka
2023-08-29
macho: unify concept of SymbolWithLoc across drivers
Jakub Konka
2023-08-29
macho: remove page_size field as it can be computed when and where required
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-04-21
macho: use generic TableSection for GOT mgmt
Jakub Konka
2023-04-13
macho: refactor common logic between synthetic tables
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-01
link: use strtab.StringTable in Dwarf
Jakub Konka
2023-01-25
elf+macho: append null to DWARF strtab to avoid overlapping sects
Jakub Konka
2022-12-16
macho: store LC headers to often updated LINKEDIT sections
Jakub Konka
2022-12-16
macho: generalize parallel hasher; impl parallel MD5-like hash
Jakub Konka
2022-12-09
dwarf: resolve all relative paths when generating include_dirs and file_names...
Jakub Konka
2022-12-09
dsym: hint linker when file range copy is not necessary
Jakub Konka
2022-12-09
dsym: reuse growSection where possible
Jakub Konka
2022-12-09
dwarf: move any remaining section growth to dsym
Jakub Konka
2022-12-09
dwarf: move growing debug_aranges section to dsym
Jakub Konka
2022-12-09
dsym: finish markDirty helper
Jakub Konka
2022-12-09
dwarf: move growing debug_abbrev section to dsym
Jakub Konka
2022-12-09
dwarf+d_sym: move logic for growing section to d_sym
Jakub Konka
2022-12-09
dwarf: track source files via *const Module.File pointers
Jakub Konka
2022-12-04
dsym: dummy repush to check the linux CI
Jakub Konka
2022-12-04
dsym: recalculate DWARF segment size when finalizing
Jakub Konka
2022-12-04
dsym+dwarf: remove copyRangeAllOverlappingAlloc
Jakub Konka
2022-12-04
dsym: refactor API - do not store ptr to MachO
Jakub Konka
2022-12-04
dsym: add helper for accessing dwarf seg pointer
Jakub Konka
2022-12-04
dsym: rename updateLinkeditSegment to finalizeDwarfSegment
Jakub Konka
2022-12-04
dsym: make sure DWARF segment comes before LINKEDIT
Jakub Konka
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-10-22
macho: remove unused nlist flags
Jakub Konka
[next]