summaryrefslogtreecommitdiff
path: root/src/debug/pe/symbol.go
Commit message (Expand)AuthorAgeFilesLines
* debug/pe: do not create symbol table if FileHeader.PointerToSymbolTable is 0Alex Brainman2016-11-171-0/+3
* cmd/dist: use debug/pe directly for cmd/linkRuss Cox2016-10-171-1/+1
* debug/pe: revert CL 22720Alex Brainman2016-08-181-4/+4
* debug/pe: unexport newly introduced identifiersAlex Brainman2016-05-051-4/+4
* debug/pe: introduce File.COFFSymbols and (*COFFSymbol).FullNameAlex Brainman2016-04-241-0/+71
* debug/pe: move some code into section.go and symbol.goAlex Brainman2016-04-201-0/+24