go/src/debug/pe
Russ Cox 9cc3469106 all: do not test internal linking on windows/arm64
(It doesn't work and isn't used by default.)

Change-Id: I90118d889bd963471f0915d8183502b55bd9dbf2
Reviewed-on: https://go-review.googlesource.com/c/go/+/312045
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2021-04-23 21:48:37 +00:00
..
testdata debug/pe: enable parsing of variable length optional header in PE file 2019-08-29 08:57:06 +00:00
file.go debug/pe: recognize arm64 executables 2021-02-19 00:40:00 +00:00
file_cgo_test.go all: do not test internal linking on windows/arm64 2021-04-23 21:48:37 +00:00
file_test.go debug/pe: replace os.MkdirTemp with T.TempDir 2021-04-12 21:59:20 +00:00
pe.go debug/pe: copy some consts from cmd/link/internal/ld 2020-03-10 08:18:53 +00:00
section.go
string.go debug/pe: use bytes.IndexByte instead of a loop 2018-03-07 16:12:08 +00:00
symbol.go