go/src/debug/pe
Alex Brainman 311d87dbeb debug/pe: use ws2_32.dll in TestImportTableInUnknownSection
Apparently (see
https://github.com/golang/go/issues/27904#issuecomment-442140627
for details) kernel32.dll file is not present on windows/arm, so
use ws2_32.dll instead. ws2_32.dll imports table also lives in
'.rdata' section, so ws2_32.dll is as good as kernel32.dll for
testing issue #16103.

Updates #27904

Change-Id: Ibc72b24eea9a4d85abd371ffdcf00442e711b745
Reviewed-on: https://go-review.googlesource.com/c/151480
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
2018-11-29 08:30:13 +00:00
..
testdata debug/pe: handle files with no string table 2016-06-19 05:18:09 +00:00
file.go debug/pe: support windows/arm 2018-08-20 18:12:47 +00:00
file_cgo_test.go cmd/link: write dwarf sections 2017-03-01 04:51:03 +00:00
file_test.go debug/pe: use ws2_32.dll in TestImportTableInUnknownSection 2018-11-29 08:30:13 +00:00
pe.go debug/pe: support windows/arm 2018-08-20 18:12:47 +00:00
section.go cmd/dist: use debug/pe directly for cmd/link 2016-10-17 15:22:17 +00:00
string.go debug/pe: use bytes.IndexByte instead of a loop 2018-03-07 16:12:08 +00:00
symbol.go debug/pe: do not create symbol table if FileHeader.PointerToSymbolTable is 0 2016-11-17 07:55:06 +00:00