aboutsummaryrefslogtreecommitdiff
path: root/src/debug/pe/section.go
AgeCommit message (Expand)Author
2023-10-18debug: add available godoc linkcui fliter
2023-09-07all: use io.{SeekStart, SeekCurrent, SeekEnd}Jes Cok
2023-05-01debug/pe: return error on reading from section with uninitialized dataIan Lance Taylor
2022-08-19debug/pe: fetch section size directly in (*Section).DataIan Lance Taylor
2022-08-17debug/pe, internal/saferio: use saferio to read PE section dataIan Lance Taylor
2022-03-31debug/pe: add APIs for reading section def aux infoThan McIntosh
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-21debug/pe: introduce Section.RelocsAlex Brainman
2016-04-21debug/pe: pretty section.go codeAlex Brainman
2016-04-20debug/pe: move some code into section.go and symbol.goAlex Brainman