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
/
objfile.go
Age
Commit message (
Expand
)
Author
2025-11-04
cmd/link: don't generate .gosymtab section
Ian Lance Taylor
2024-12-11
cmd/internal/objfile: break out dissassemblers to another package
Cherry Mui
2024-09-03
cmd: replace many sort.Interface with slices.Sort and SortFunc
Zxilly
2021-11-24
cmd/internal/objfile, debug/gosym: use the address of runtime.text as textStart
Cherry Mui
2021-04-30
cmd/internal/objfile: emit better error for Go object of a different version
Cherry Zhang
2019-09-09
src: gofmt -s
Ainar Garipov
2018-10-31
cmd: add XCOFF objfile and adapt cmd/nm tests
Clément Chigot
2017-09-21
cmd/nm: handle cgo archive
Hiroshi Ioka
2016-08-24
cmd/objdump: implement objdump of .o files
Keith Randall
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
2014-11-06
cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfile
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