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
/
goobj.go
Age
Commit message (
Expand
)
Author
2025-11-04
cmd/link: don't generate .gosymtab section
Ian Lance Taylor
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2025-10-17
all: correct name for comments
Jes Cok
2024-11-13
cmd/compile, cmd/link: add FIPS verification support
Russ Cox
2023-08-15
cmd/internal/archive: skip sentinel archive entries created by Go cmd
Than McIntosh
2021-09-28
cmd/internal/objfile: use aux symbol for pcdata references
Cherry Mui
2021-05-10
cmd/internal/objfile: add objabi.SNOPTRDATA to "D"
Tao Qingyun
2020-10-16
cmd/internal/objfile: correct file table reading for Go object file
Cherry Zhang
2020-08-21
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-08-19
cmd/internal/objfile: cache computation of goobj.Arch
Tao Qingyun
2020-08-13
[dev.link] cmd/link, cmd/compile: create content addressable pcdata syms
Jeremy Faller
2020-08-11
[dev.link] cmd/pack: use cmd/internal/archive package
Cherry Zhang
2020-08-11
[dev.link] cmd: remove "2", another round
Cherry Zhang
2020-08-11
[dev.link] cmd/internal/objfile: read Go object file using goobj2 package
Cherry Zhang
2020-08-10
[dev.link] cmd/internal/archive: rename from goobj
Cherry Zhang
2020-08-10
[dev.link] use per package filenames to build pclntab
Jeremy Faller
2019-09-09
src: gofmt -s
Ainar Garipov
2018-02-26
cmd: avoid unnecessary type conversions
Kunpei Sakai
2017-09-21
cmd/nm: handle cgo archive
Hiroshi Ioka
2017-08-26
all: remove some double spaces from comments
Daniel MartÃ
2017-04-28
cmd/internal: remove SymKind values that are only checked for, never set
Michael Hudson-Doyle
2017-04-27
cmd/internal/objabi, cmd/link: move linker-only symkind values into linker
Michael Hudson-Doyle
2017-04-19
cmd/internal/objabi: extract shared functionality from obj
Matthew Dempsky
2016-12-01
cmd/objdump: copy gosym.PCValue into internal package
Keith Randall
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-29
cmd/link: collect itablinks as a slice in moduledata
Michel Lespinasse
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2014-11-16
debug/goobj: move to cmd/internal/goobj
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