aboutsummaryrefslogtreecommitdiff
path: root/src/debug/pe/symbol.go
AgeCommit message (Expand)Author
2022-04-25debug/pe: fix off by one error in valid symbol index testThan McIntosh
2022-03-31debug/pe: add APIs for reading section def aux infoThan McIntosh
2016-11-17debug/pe: do not create symbol table if FileHeader.PointerToSymbolTable is 0Alex Brainman
2016-10-17cmd/dist: use debug/pe directly for cmd/linkRuss Cox
2016-08-18debug/pe: revert CL 22720Alex Brainman
2016-05-05debug/pe: unexport newly introduced identifiersAlex Brainman
2016-04-24debug/pe: introduce File.COFFSymbols and (*COFFSymbol).FullNameAlex Brainman
2016-04-20debug/pe: move some code into section.go and symbol.goAlex Brainman