summaryrefslogtreecommitdiff
path: root/src/debug/pe/file.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/dist: use debug/pe directly for cmd/linkRuss Cox2016-10-171-2/+5
* debug/pe: revert CL 22720Alex Brainman2016-08-181-7/+7
* debug/pe: unexport newly introduced identifiersAlex Brainman2016-05-051-7/+7
* debug/pe: .bss section must contain only zerosAlex Brainman2016-04-291-1/+16
* debug/pe: better error messagesAlex Brainman2016-04-251-4/+7
* debug/pe: introduce File.COFFSymbols and (*COFFSymbol).FullNameAlex Brainman2016-04-241-43/+10
* debug/pe: introduce Section.RelocsAlex Brainman2016-04-211-0/+8
* debug/pe: pretty section.go codeAlex Brainman2016-04-211-7/+3
* debug/pe: move some code into section.go and symbol.goAlex Brainman2016-04-201-47/+0
* debug/pe: introduce StringTable typeAlex Brainman2016-04-201-7/+9
* debug/pe: add some documentation and TODOAlex Brainman2016-04-201-25/+27
* all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick2016-04-131-4/+4
* debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor2016-03-221-3/+3
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* debug/pe: truncate pe sections to their size in memoryAlex Brainman2015-07-101-0/+3
* debug/macho, debug/pe: load DWARF line section and pass to dwarf.NewAustin Clements2015-03-101-5/+5
* debug/pe: use appropriate type for sizeofOptionalHeader32Alex Brainman2014-10-211-3/+3
* debug/pe: remove use of unsafeRuss Cox2014-10-201-3/+7
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+390