index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
link
/
internal
/
ld
/
macho_combine_dwarf.go
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2024-10-21
cmd/link: apply -B UUID to external linking on Mach-O
Cherry Mui
2024-10-21
cmd/internal/macho: new package for handling mach-o files in toolchain
Cherry Mui
2024-05-21
cmd/link/internal/ld: rewrite LC_UUID for darwin external links
Than McIntosh
2023-09-14
cmd/link: clean up some unnecessary casts
Cherry Mui
2021-04-22
cmd/link: support more load commands on Mach-O
Cherry Zhang
2021-03-13
all: remove duplicate words
John Bampton
2020-09-08
cmd/link: enable DWARF combining on macOS ARM64
Cherry Zhang
2020-09-08
cmd/link: rewrite some code without using reflection
Cherry Zhang
2020-02-24
cmd/link: code cleanup in macho_combine_dwarf.go
Tamir Duberstein
2020-02-07
Revert "cmd/link: code cleanup in macho_combine_dwarf.go"
Than McIntosh
2020-02-07
cmd/link: code cleanup in macho_combine_dwarf.go
Tamir Duberstein
2019-06-21
cmd/link: revise previous __DWARF segment protection fix
Than McIntosh
2019-06-19
cmd/link: macos: set initial protection of 0 for __DWARF segment
Than McIntosh
2019-05-08
cmd/link/internal/ld: add missing Close
Elias Naur
2019-03-21
cmd/link/internal/ld: extract Mach-O load command parsing
Elias Naur
2018-06-22
cmd/link: support DWARF compression on Darwin
Heschi Kreinick
2018-06-15
ld/macho: add all missing load commands
Misty De Meo
2018-05-04
cmd/link/internal/ld: skip DWARF combining for iOS binaries
Elias Naur
2017-10-09
cmd/link: various cleanups using tools
Daniel MartÃ
2017-10-06
cmd/link: move build/link mode globals into ctxt
David Crawshaw
2017-08-14
cmd/link: prefer to use constants in macho.go
Hiroshi Ioka
2017-03-30
cmd/link: make mach-o dwarf segment properly aligned
Russ Cox
2016-04-09
cmd: remove unused code
Dave Cheney
2015-06-19
cmd/link/internal/ld, cmd/go: -buildmode=c-shared support for darwin/amd64
Srdjan Petrovic
2015-05-21
cmd/compile, cmd/link: create from 5g, 5l, etc
Russ Cox