aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objfile/objfile.go
AgeCommit message (Expand)Author
2025-11-04cmd/link: don't generate .gosymtab sectionIan Lance Taylor
2024-12-11cmd/internal/objfile: break out dissassemblers to another packageCherry Mui
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2021-11-24cmd/internal/objfile, debug/gosym: use the address of runtime.text as textStartCherry Mui
2021-04-30cmd/internal/objfile: emit better error for Go object of a different versionCherry Zhang
2019-09-09src: gofmt -sAinar Garipov
2018-10-31cmd: add XCOFF objfile and adapt cmd/nm testsClément Chigot
2017-09-21cmd/nm: handle cgo archiveHiroshi Ioka
2016-08-24cmd/objdump: implement objdump of .o filesKeith Randall
2016-05-31runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor
2016-03-31cmd/pprof: use DWARF info to lookup unknown PC addressesIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-11-06cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfileRuss Cox
2014-10-29cmd/objdump: use cmd/internal/objfileRuss Cox
2014-08-07cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfileRuss Cox