aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objfile/pe.go
AgeCommit message (Expand)Author
28 hoursall: prealloc slice with possible minimum capabilitiesShulhan
2025-11-04cmd/link: don't generate .gosymtab sectionIan Lance Taylor
2025-08-06all: remove support for windows/armqiulaidongfeng
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2022-08-20cmd/pprof: fix addr calculation for WindowsEgon Elbre
2021-02-19cmd/internal/objfile: recognize Windows ARM64 executablesRuss Cox
2020-08-22cmd/internal/objfile: use pe.FileHeader.Machine to reliably determine GOARCHAlex Brainman
2018-08-21cmd/link: support windows/armJordan Rhee
2017-09-21cmd/nm: handle cgo archiveHiroshi Ioka
2016-05-31runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor
2016-04-09cmd: remove unused codeDave Cheney
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-10-29cmd/objdump: use cmd/internal/objfileRuss Cox
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