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
/
internal
/
objfile
/
macho.go
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2025-11-04
cmd/link: don't generate .gosymtab section
Ian Lance Taylor
2024-09-03
cmd: replace many sort.Interface with slices.Sort and SortFunc
Zxilly
2023-08-03
runtime,runtime/pprof: get memory mappings on darwin.
Cosmos Nicolaou
2020-09-11
cmd/internal/objfile: recognize Mach-O __DATA_CONST segment as read-only data
Cherry Zhang
2018-05-16
cmd/internal/objfile, debug/macho: support disassembling arm64 Mach-O objects
Tobias Klauser
2017-09-21
cmd/nm: accept macho files which don't have symbol table in the archive
Hiroshi Ioka
2017-09-21
cmd/nm: handle cgo archive
Hiroshi Ioka
2016-05-31
runtime/pprof, cmd/pprof: fix profiling for PIE
Ian Lance Taylor
2016-03-31
cmd/pprof: use DWARF info to lookup unknown PC addresses
Ian Lance Taylor
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-05-26
cmd/internal/objfile: Skip mach-o debug symbols.
Ryan Brown
2014-12-05
all: power64 is now ppc64
Russ Cox
2014-10-29
cmd/objdump: use cmd/internal/objfile
Russ Cox
2014-08-07
cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile
Russ Cox