aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objfile
AgeCommit message (Expand)Author
2018-04-12cmd/internal/objfile: clean up some commentsJosh Bleecher Snyder
2018-04-06cmd: some semi-automated cleanupsDaniel Martí
2018-02-26cmd: avoid unnecessary type conversionsKunpei Sakai
2017-11-29cmd/internal/objfile: make lookupFunc an alias typeCherry Zhang
2017-11-10cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 o...Hiroshi Ioka
2017-11-02cmd/internal/objfile: allow disassemble amd64p32 binariesCherry Zhang
2017-09-21cmd/nm: accept macho files which don't have symbol table in the archiveHiroshi Ioka
2017-09-21cmd/nm: handle cgo archiveHiroshi Ioka
2017-08-28cmd/internal/objfile: add arm64 disassembler supportWei Xiao
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-04-28cmd/internal: remove SymKind values that are only checked for, never setMichael Hudson-Doyle
2017-04-27cmd/internal/objabi, cmd/link: move linker-only symkind values into linkerMichael Hudson-Doyle
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-05cmd/objdump: print Go code alongside assemblyLorenzo Masini
2016-12-01cmd/objdump: copy gosym.PCValue into internal packageKeith Randall
2016-10-24cmd/internal/objfile: remove debugging printRuss Cox
2016-10-13cmd/internal/objfile: add ppc64/ppc64le disassembler supportShenghou Ma
2016-08-24cmd/objdump: implement objdump of .o filesKeith Randall
2016-05-31runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor
2016-05-14cmd/vendor: move cmd/internal/unvendor packages to cmd/vendorKonstantin Shaposhnikov
2016-04-15cmd: remove unnecessary type conversionsMatthew Dempsky
2016-04-09cmd: remove unused codeDave Cheney
2016-03-31cmd/pprof: use DWARF info to lookup unknown PC addressesIan Lance Taylor
2016-03-29cmd/link: collect itablinks as a slice in moduledataMichel Lespinasse
2016-03-21cmd/internal/objfile: add s390x supportMichael Munday
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-09build: mv cmd/vendor cmd/internal/unvendorRuss Cox
2015-08-28cmd/internal/objfile: use golang.org/x/arch instead of rsc.ioRuss Cox
2015-05-26cmd/internal/objfile: Skip mach-o debug symbols.Ryan Brown
2014-12-05all: power64 is now ppc64Russ Cox
2014-11-16debug/goobj: move to cmd/internal/goobjRuss Cox
2014-11-09cmd/internal/objfile: minor editsRuss Cox
2014-11-06cmd/internal/objfile: add DisasmRuss Cox
2014-11-06cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfileRuss Cox
2014-10-29cmd/objdump: use cmd/internal/objfileRuss Cox
2014-08-28cmd/internal/objfile: fix dissassembly of Plan 9 object filesAnthony Martin
2014-08-27cmd/{addr2line,objdump}: fix finding pclntab and symtab for pe and plan9objMatthew Dempsky
2014-08-07cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfileRuss Cox