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
Age
Commit message (
Expand
)
Author
2018-04-12
cmd/internal/objfile: clean up some comments
Josh Bleecher Snyder
2018-04-06
cmd: some semi-automated cleanups
Daniel MartÃ
2018-02-26
cmd: avoid unnecessary type conversions
Kunpei Sakai
2017-11-29
cmd/internal/objfile: make lookupFunc an alias type
Cherry Zhang
2017-11-10
cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 o...
Hiroshi Ioka
2017-11-02
cmd/internal/objfile: allow disassemble amd64p32 binaries
Cherry Zhang
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
2017-08-28
cmd/internal/objfile: add arm64 disassembler support
Wei Xiao
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
2017-04-05
cmd/objdump: print Go code alongside assembly
Lorenzo Masini
2016-12-01
cmd/objdump: copy gosym.PCValue into internal package
Keith Randall
2016-10-24
cmd/internal/objfile: remove debugging print
Russ Cox
2016-10-13
cmd/internal/objfile: add ppc64/ppc64le disassembler support
Shenghou Ma
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-05-14
cmd/vendor: move cmd/internal/unvendor packages to cmd/vendor
Konstantin Shaposhnikov
2016-04-15
cmd: remove unnecessary type conversions
Matthew Dempsky
2016-04-09
cmd: remove unused code
Dave Cheney
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-21
cmd/internal/objfile: add s390x support
Michael Munday
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-09
build: mv cmd/vendor cmd/internal/unvendor
Russ Cox
2015-08-28
cmd/internal/objfile: use golang.org/x/arch instead of rsc.io
Russ Cox
2015-05-26
cmd/internal/objfile: Skip mach-o debug symbols.
Ryan Brown
2014-12-05
all: power64 is now ppc64
Russ Cox
2014-11-16
debug/goobj: move to cmd/internal/goobj
Russ Cox
2014-11-09
cmd/internal/objfile: minor edits
Russ Cox
2014-11-06
cmd/internal/objfile: add Disasm
Russ Cox
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-28
cmd/internal/objfile: fix dissassembly of Plan 9 object files
Anthony Martin
2014-08-27
cmd/{addr2line,objdump}: fix finding pclntab and symtab for pe and plan9obj
Matthew Dempsky
2014-08-07
cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile
Russ Cox
[prev]