Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: fatal error: stack barrier lost #11256

Closed
kardianos opened this issue Jun 17, 2015 · 11 comments
Closed

runtime: fatal error: stack barrier lost #11256

kardianos opened this issue Jun 17, 2015 · 11 comments
Milestone

Comments

@kardianos
Copy link
Contributor

On windows amd64 tip a2aaede
When running� "all.bat" cmd/internal/rsc.io/x86/x86asm test panics.

runtime stack:
runtime.throw(0x63a5b0, 0x12)
C:/dev/go/src/runtime/panic.go:527 +0x9d fp=0x6fb10 sp=0x6faf8
runtime.gcRemoveStackBarrier(0xc08201f4a0, 0xc082413f88, 0x457c31)
C:/dev/go/src/runtime/mgcmark.go:562 +0x245 fp=0x6fb68 sp=0x6fb10
runtime.gcRemoveStackBarriers(0xc08201f4a0)
C:/dev/go/src/runtime/mgcmark.go:535 +0xd1 fp=0x6fbf0 sp=0x6fb68
runtime.scanstack(0xc08201f4a0)
C:/dev/go/src/runtime/mgcmark.go:358 +0x558 fp=0x6fcf8 sp=0x6fbf0
runtime.gcphasework(0xc08201f4a0)
C:/dev/go/src/runtime/mgcmark.go:277 +0xa9 fp=0x6fd10 sp=0x6fcf8
runtime.stopg(0xc08201f4a0, 0x4)
C:/dev/go/src/runtime/proc1.go:395 +0x95 fp=0x6fd30 sp=0x6fd10
runtime.markroot(0xc082012180, 0x1d)
C:/dev/go/src/runtime/mgcmark.go:138 +0x1f6 fp=0x6fdd0 sp=0x6fd30
runtime.parfordo(0xc082012180)
C:/dev/go/src/runtime/parfor.go:110 +0x1db fp=0x6fe58 sp=0x6fdd0
runtime.gcMark(0x260fc394f0d74)
C:/dev/go/src/runtime/mgc.go:1289 +0x124 fp=0x6fed0 sp=0x6fe58
runtime.gc.func2()
C:/dev/go/src/runtime/mgc.go:970 +0x45 fp=0x6fef8 sp=0x6fed0
runtime.systemstack(0x727a98)
C:/dev/go/src/runtime/asm_amd64.s:262 +0x85 fp=0x6ff00 sp=0x6fef8
runtime.mstart()
C:/dev/go/src/runtime/proc1.go:656 fp=0x6ff08 sp=0x6ff00

goroutine 10 [garbage collection]:
runtime.systemstack_switch()
C:/dev/go/src/runtime/asm_amd64.s:216 fp=0xc08209fcc8 sp=0xc08209fcc0
runtime.gc(0x0)
C:/dev/go/src/runtime/mgc.go:1004 +0x3f6 fp=0xc08209ff70 sp=0xc08209fcc8
runtime.backgroundgc()
C:/dev/go/src/runtime/mgc.go:789 +0x4b fp=0xc08209ffa0 sp=0xc08209ff70
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08209ffa8 sp=0xc08209ffa0
created by runtime.startGC
C:/dev/go/src/runtime/mgc.go:762 +0x17e

goroutine 1 [chan receive]:
runtime.gopark(0x66e4f0, 0xc0823a1078, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc08224fb28 sp=0xc08224fb00
runtime.goparkunlock(0xc0823a1078, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc08224fb60 sp=0xc08224fb28
runtime.chanrecv(0x57c000, 0xc0823a1020, 0xc08224fd78, 0xc082465c01, 0x470000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc08224fc20 sp=0xc08224fb60
runtime.chanrecv1(0x57c000, 0xc0823a1020, 0xc08224fd78)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc08224fc50 sp=0xc08224fc20
testing.RunTests(0x66e170, 0x721520, 0x47, 0x47, 0x1)
C:/dev/go/src/testing/testing.go:561 +0x8b4 fp=0xc08224fdd0 sp=0xc08224fc50
testing.(*M).Run(0xc08224fef8, 0xffffffffffffffff)
C:/dev/go/src/testing/testing.go:493 +0x77 fp=0xc08224fe58 sp=0xc08224fdd0
main.main()
cmd/internal/rsc.io/x86/x86asm/_test/_testmain.go:194 +0x11d fp=0xc08224ff50 sp=0xc08224fe58
runtime.main()
C:/dev/go/src/runtime/proc.go:111 +0x28d fp=0xc08224ffa0 sp=0xc08224ff50
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08224ffa8 sp=0xc08224ffa0

goroutine 2 [force gc (idle)]:
runtime.gopark(0x66e4f0, 0x727440, 0x61fe70, 0xf, 0x14, 0x1)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc082025f38 sp=0xc082025f10
runtime.goparkunlock(0x727440, 0x61fe70, 0xf, 0xc08201e014, 0x1)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc082025f70 sp=0xc082025f38
runtime.forcegchelper()
C:/dev/go/src/runtime/proc.go:152 +0xc6 fp=0xc082025fa0 sp=0xc082025f70
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082025fa8 sp=0xc082025fa0
created by runtime.init.4
C:/dev/go/src/runtime/proc.go:141 +0x32

goroutine 3 [GC sweep wait]:
runtime.gopark(0x66e4f0, 0x7275a0, 0x618a50, 0xd, 0x44b814, 0x1)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc082027f28 sp=0xc082027f00
runtime.goparkunlock(0x7275a0, 0x618a50, 0xd, 0x14, 0x1)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc082027f60 sp=0xc082027f28
runtime.bgsweep(0xc08200c070)
C:/dev/go/src/runtime/mgcsweep.go:67 +0x15b fp=0xc082027f98 sp=0xc082027f60
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082027fa0 sp=0xc082027f98
created by runtime.gcenable
C:/dev/go/src/runtime/mgc.go:201 +0x5a

goroutine 4 [finalizer wait]:
runtime.gopark(0x66e4f0, 0x74b498, 0x61f750, 0xe, 0x14, 0x1)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc082021ef8 sp=0xc082021ed0
runtime.goparkunlock(0x74b498, 0x61f750, 0xe, 0x14, 0x1)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc082021f30 sp=0xc082021ef8
runtime.runfinq()
C:/dev/go/src/runtime/mfinal.go:154 +0xb8 fp=0xc082021fa0 sp=0xc082021f30
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082021fa8 sp=0xc082021fa0
created by runtime.createfing
C:/dev/go/src/runtime/mfinal.go:135 +0x67

goroutine 5 [runnable]:
runtime.notetsleepg(0x727638, 0x7a0f44, 0x0)
C:/dev/go/src/runtime/lock_sema.go:264 +0x9d fp=0xc082023f18 sp=0xc082023ed8
runtime.timerproc()
C:/dev/go/src/runtime/time.go:209 +0xec fp=0xc082023fa0 sp=0xc082023f18
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082023fa8 sp=0xc082023fa0
created by runtime.addtimerLocked
C:/dev/go/src/runtime/time.go:116 +0x126

goroutine 25 [chan receive]:
runtime.gopark(0x66e4f0, 0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc08209dd10 sp=0xc08209dce8
runtime.goparkunlock(0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc08209dd48 sp=0xc08209dd10
runtime.chanrecv(0x57be80, 0xc0820124e0, 0x0, 0x47c701, 0x660000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc08209de08 sp=0xc08209dd48
runtime.chanrecv1(0x57be80, 0xc0820124e0, 0x0)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc08209de38 sp=0xc08209de08
testing.(*T).Parallel(0xc0822662d0)
C:/dev/go/src/testing/testing.go:421 +0x83 fp=0xc08209de80 sp=0xc08209de38
cmd/internal/rsc.io/x86/x86asm.testPrefix(0xc0822662d0, 0x66e0d8)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:751 +0x37 fp=0xc08209df40 sp=0xc08209de80
cmd/internal/rsc.io/x86/x86asm.TestObjdump32Prefix(0xc0822662d0)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/objdump_test.go:20 +0x34 fp=0xc08209df58 sp=0xc08209df40
testing.tRunner(0xc0822662d0, 0x7215f8)
C:/dev/go/src/testing/testing.go:455 +0x9f fp=0xc08209df90 sp=0xc08209df58
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08209df98 sp=0xc08209df90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:560 +0x874

goroutine 11 [mark worker (idle)]:
runtime.gopark(0x66e398, 0xc08202b400, 0x637230, 0x12, 0x14, 0x0)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc082099f40 sp=0xc082099f18
runtime.gcBgMarkWorker(0xc082016000)
C:/dev/go/src/runtime/mgc.go:1152 +0x112 fp=0xc082099f98 sp=0xc082099f40
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082099fa0 sp=0xc082099f98
created by runtime.gcBgMarkStartWorkers
C:/dev/go/src/runtime/mgc.go:1100 +0x9a

goroutine 17 [mark worker (idle)]:
runtime.gopark(0x66e398, 0x727bc0, 0x637230, 0x12, 0x14, 0x0)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc08249df40 sp=0xc08249df18
runtime.gcBgMarkWorker(0xc082017500)
C:/dev/go/src/runtime/mgc.go:1152 +0x112 fp=0xc08249df98 sp=0xc08249df40
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08249dfa0 sp=0xc08249df98
created by runtime.gcBgMarkStartWorkers
C:/dev/go/src/runtime/mgc.go:1100 +0x9a

goroutine 18 [mark worker (idle)]:
runtime.gopark(0x66e398, 0xc08202b400, 0x637230, 0x12, 0x14, 0x0)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc08249ff40 sp=0xc08249ff18
runtime.gcBgMarkWorker(0xc082018a00)
C:/dev/go/src/runtime/mgc.go:1152 +0x112 fp=0xc08249ff98 sp=0xc08249ff40
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08249ffa0 sp=0xc08249ff98
created by runtime.gcBgMarkStartWorkers
C:/dev/go/src/runtime/mgc.go:1100 +0x9a

goroutine 19 [mark worker (idle)]:
runtime.gopark(0x66e398, 0xc08202b400, 0x637230, 0x12, 0x14, 0x0)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc082499f40 sp=0xc082499f18
runtime.gcBgMarkWorker(0xc08201a000)
C:/dev/go/src/runtime/mgc.go:1152 +0x112 fp=0xc082499f98 sp=0xc082499f40
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082499fa0 sp=0xc082499f98
created by runtime.gcBgMarkStartWorkers
C:/dev/go/src/runtime/mgc.go:1100 +0x9a

goroutine 26 [chan receive]:
runtime.gopark(0x66e4f0, 0xc082264238, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc08209be38 sp=0xc08209be10
runtime.goparkunlock(0xc082264238, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc08209be70 sp=0xc08209be38
runtime.chanrecv(0x57c000, 0xc0822641e0, 0xc08209bf78, 0x1, 0x0)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc08209bf30 sp=0xc08209be70
runtime.chanrecv1(0x57c000, 0xc0822641e0, 0xc08209bf78)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc08209bf60 sp=0xc08209bf30
testing.RunTests.func1(0xc082012480, 0xc0822662d0)
C:/dev/go/src/testing/testing.go:564 +0x4e fp=0xc08209bf90 sp=0xc08209bf60
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08209bf98 sp=0xc08209bf90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:565 +0x915

goroutine 34 [chan receive]:
runtime.gopark(0x66e4f0, 0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc08249bd10 sp=0xc08249bce8
runtime.goparkunlock(0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc08249bd48 sp=0xc08249bd10
runtime.chanrecv(0x57be80, 0xc0820124e0, 0x0, 0x47c701, 0x660000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc08249be08 sp=0xc08249bd48
runtime.chanrecv1(0x57be80, 0xc0820124e0, 0x0)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc08249be38 sp=0xc08249be08
testing.(*T).Parallel(0xc0820b2630)
C:/dev/go/src/testing/testing.go:421 +0x83 fp=0xc08249be80 sp=0xc08249be38
cmd/internal/rsc.io/x86/x86asm.testPrefix(0xc0820b2630, 0x66e0e0)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:751 +0x37 fp=0xc08249bf40 sp=0xc08249be80
cmd/internal/rsc.io/x86/x86asm.TestObjdump64Prefix(0xc0820b2630)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/objdump_test.go:29 +0x34 fp=0xc08249bf58 sp=0xc08249bf40
testing.tRunner(0xc0820b2630, 0x7216b8)
C:/dev/go/src/testing/testing.go:455 +0x9f fp=0xc08249bf90 sp=0xc08249bf58
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08249bf98 sp=0xc08249bf90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:560 +0x874

goroutine 35 [chan receive]:
runtime.gopark(0x66e4f0, 0xc0820a6cb8, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc0820bde38 sp=0xc0820bde10
runtime.goparkunlock(0xc0820a6cb8, 0x61e9d0, 0xc, 0x6635663566356617, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc0820bde70 sp=0xc0820bde38
runtime.chanrecv(0x57c000, 0xc0820a6c60, 0xc0820bdf78, 0x6109756e67093401, 0x282c6c6425200000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc0820bdf30 sp=0xc0820bde70
runtime.chanrecv1(0x57c000, 0xc0820a6c60, 0xc0820bdf78)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc0820bdf60 sp=0xc0820bdf30
testing.RunTests.func1(0xc082012480, 0xc0820b2630)
C:/dev/go/src/testing/testing.go:564 +0x4e fp=0xc0820bdf90 sp=0xc0820bdf60
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0820bdf98 sp=0xc0820bdf90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:565 +0x915

goroutine 42 [chan receive]:
runtime.gopark(0x66e4f0, 0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc0820bfd10 sp=0xc0820bfce8
runtime.goparkunlock(0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc0820bfd48 sp=0xc0820bfd10
runtime.chanrecv(0x57be80, 0xc0820124e0, 0x0, 0x47c701, 0xc082000000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc0820bfe08 sp=0xc0820bfd48
runtime.chanrecv1(0x57be80, 0xc0820124e0, 0x0)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc0820bfe38 sp=0xc0820bfe08
testing.(*T).Parallel(0xc0820b22d0)
C:/dev/go/src/testing/testing.go:421 +0x83 fp=0xc0820bfe80 sp=0xc0820bfe38
cmd/internal/rsc.io/x86/x86asm.testPrefixREX(0xc0820b22d0, 0x66e0e0)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:765 +0x37 fp=0xc0820bff40 sp=0xc0820bfe80
cmd/internal/rsc.io/x86/x86asm.TestObjdump64REXPrefix(0xc0820b22d0)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/objdump_test.go:41 +0x34 fp=0xc0820bff58 sp=0xc0820bff40
testing.tRunner(0xc0820b22d0, 0x721760)
C:/dev/go/src/testing/testing.go:455 +0x9f fp=0xc0820bff90 sp=0xc0820bff58
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0820bff98 sp=0xc0820bff90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:560 +0x874

goroutine 43 [chan receive]:
runtime.gopark(0x66e4f0, 0xc08219eef8, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc0820bbe38 sp=0xc0820bbe10
runtime.goparkunlock(0xc08219eef8, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc0820bbe70 sp=0xc0820bbe38
runtime.chanrecv(0x57c000, 0xc08219eea0, 0xc0820bbf78, 0x42c401, 0xc082010000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc0820bbf30 sp=0xc0820bbe70
runtime.chanrecv1(0x57c000, 0xc08219eea0, 0xc0820bbf78)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc0820bbf60 sp=0xc0820bbf30
testing.RunTests.func1(0xc082012480, 0xc0820b22d0)
C:/dev/go/src/testing/testing.go:564 +0x4e fp=0xc0820bbf90 sp=0xc0820bbf60
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0820bbf98 sp=0xc0820bbf90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:565 +0x915

goroutine 51 [chan receive]:
runtime.gopark(0x66e4f0, 0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc0821bbd10 sp=0xc0821bbce8
runtime.goparkunlock(0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc0821bbd48 sp=0xc0821bbd10
runtime.chanrecv(0x57be80, 0xc0820124e0, 0x0, 0x47c701, 0x660000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc0821bbe08 sp=0xc0821bbd48
runtime.chanrecv1(0x57be80, 0xc0820124e0, 0x0)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc0821bbe38 sp=0xc0821bbe08
testing.(*T).Parallel(0xc082290990)
C:/dev/go/src/testing/testing.go:421 +0x83 fp=0xc0821bbe80 sp=0xc0821bbe38
cmd/internal/rsc.io/x86/x86asm.testPrefix(0xc082290990, 0x66e0e8)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:751 +0x37 fp=0xc0821bbf40 sp=0xc0821bbe80
cmd/internal/rsc.io/x86/x86asm.TestPlan932Prefix(0xc082290990)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/plan9x_test.go:19 +0x34 fp=0xc0821bbf58 sp=0xc0821bbf40
testing.tRunner(0xc082290990, 0x721820)
C:/dev/go/src/testing/testing.go:455 +0x9f fp=0xc0821bbf90 sp=0xc0821bbf58
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0821bbf98 sp=0xc0821bbf90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:560 +0x874

goroutine 52 [chan receive]:
runtime.gopark(0x66e4f0, 0xc0820136d8, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc0820b9e38 sp=0xc0820b9e10
runtime.goparkunlock(0xc0820136d8, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc0820b9e70 sp=0xc0820b9e38
runtime.chanrecv(0x57c000, 0xc082013680, 0xc0820b9f78, 0x42c401, 0xc082010000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc0820b9f30 sp=0xc0820b9e70
runtime.chanrecv1(0x57c000, 0xc082013680, 0xc0820b9f78)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc0820b9f60 sp=0xc0820b9f30
testing.RunTests.func1(0xc082012480, 0xc082290990)
C:/dev/go/src/testing/testing.go:564 +0x4e fp=0xc0820b9f90 sp=0xc0820b9f60
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0820b9f98 sp=0xc0820b9f90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:565 +0x915

goroutine 60 [chan receive]:
runtime.gopark(0x66e4f0, 0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc0821b7d10 sp=0xc0821b7ce8
runtime.goparkunlock(0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc0821b7d48 sp=0xc0821b7d10
runtime.chanrecv(0x57be80, 0xc0820124e0, 0x0, 0x47c701, 0x660000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc0821b7e08 sp=0xc0821b7d48
runtime.chanrecv1(0x57be80, 0xc0820124e0, 0x0)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc0821b7e38 sp=0xc0821b7e08
testing.(*T).Parallel(0xc082266f30)
C:/dev/go/src/testing/testing.go:421 +0x83 fp=0xc0821b7e80 sp=0xc0821b7e38
cmd/internal/rsc.io/x86/x86asm.testPrefix(0xc082266f30, 0x66e0f0)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:751 +0x37 fp=0xc0821b7f40 sp=0xc0821b7e80
cmd/internal/rsc.io/x86/x86asm.TestPlan964Prefix(0xc082266f30)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/plan9x_test.go:28 +0x34 fp=0xc0821b7f58 sp=0xc0821b7f40
testing.tRunner(0xc082266f30, 0x7218e0)
C:/dev/go/src/testing/testing.go:455 +0x9f fp=0xc0821b7f90 sp=0xc0821b7f58
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0821b7f98 sp=0xc0821b7f90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:560 +0x874

goroutine 61 [chan receive]:
runtime.gopark(0x66e4f0, 0xc08207e2f8, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc0821b9e38 sp=0xc0821b9e10
runtime.goparkunlock(0xc08207e2f8, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc0821b9e70 sp=0xc0821b9e38
runtime.chanrecv(0x57c000, 0xc08207e2a0, 0xc0821b9f78, 0x1, 0xc082270000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc0821b9f30 sp=0xc0821b9e70
runtime.chanrecv1(0x57c000, 0xc08207e2a0, 0xc0821b9f78)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc0821b9f60 sp=0xc0821b9f30
testing.RunTests.func1(0xc082012480, 0xc082266f30)
C:/dev/go/src/testing/testing.go:564 +0x4e fp=0xc0821b9f90 sp=0xc0821b9f60
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0821b9f98 sp=0xc0821b9f90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:565 +0x915

goroutine 70 [chan receive]:
runtime.gopark(0x66e4f0, 0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc082255d10 sp=0xc082255ce8
runtime.goparkunlock(0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc082255d48 sp=0xc082255d10
runtime.chanrecv(0x57be80, 0xc0820124e0, 0x0, 0x47c701, 0xc0824a0000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc082255e08 sp=0xc082255d48
runtime.chanrecv1(0x57be80, 0xc0820124e0, 0x0)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc082255e38 sp=0xc082255e08
testing.(*T).Parallel(0xc082614240)
C:/dev/go/src/testing/testing.go:421 +0x83 fp=0xc082255e80 sp=0xc082255e38
cmd/internal/rsc.io/x86/x86asm.testPrefixREX(0xc082614240, 0x66e0f0)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:765 +0x37 fp=0xc082255f40 sp=0xc082255e80
cmd/internal/rsc.io/x86/x86asm.TestPlan964REXPrefix(0xc082614240)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/plan9x_test.go:38 +0x34 fp=0xc082255f58 sp=0xc082255f40
testing.tRunner(0xc082614240, 0x721988)
C:/dev/go/src/testing/testing.go:455 +0x9f fp=0xc082255f90 sp=0xc082255f58
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082255f98 sp=0xc082255f90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:560 +0x874

goroutine 71 [chan receive]:
runtime.gopark(0x66e4f0, 0xc0826068f8, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc082251e38 sp=0xc082251e10
runtime.goparkunlock(0xc0826068f8, 0x61e9d0, 0xc, 0xdeaddeaddeadde17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc082251e70 sp=0xc082251e38
runtime.chanrecv(0x57c000, 0xc0826068a0, 0xc082251f78, 0x1, 0xc082550000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc082251f30 sp=0xc082251e70
runtime.chanrecv1(0x57c000, 0xc0826068a0, 0xc082251f78)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc082251f60 sp=0xc082251f30
testing.RunTests.func1(0xc082012480, 0xc082614240)
C:/dev/go/src/testing/testing.go:564 +0x4e fp=0xc082251f90 sp=0xc082251f60
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082251f98 sp=0xc082251f90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:565 +0x915

goroutine 84 [chan receive]:
runtime.gopark(0x66e4f0, 0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc082253d10 sp=0xc082253ce8
runtime.goparkunlock(0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc082253d48 sp=0xc082253d10
runtime.chanrecv(0x57be80, 0xc0820124e0, 0x0, 0x47c701, 0x660000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc082253e08 sp=0xc082253d48
runtime.chanrecv1(0x57be80, 0xc0820124e0, 0x0)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc082253e38 sp=0xc082253e08
testing.(*T).Parallel(0xc0822906c0)
C:/dev/go/src/testing/testing.go:421 +0x83 fp=0xc082253e80 sp=0xc082253e38
cmd/internal/rsc.io/x86/x86asm.testPrefix(0xc0822906c0, 0x66e0f8)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:751 +0x37 fp=0xc082253f40 sp=0xc082253e80
cmd/internal/rsc.io/x86/x86asm.TestXed32Prefix(0xc0822906c0)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/xed_test.go:20 +0x34 fp=0xc082253f58 sp=0xc082253f40
testing.tRunner(0xc0822906c0, 0x721a48)
C:/dev/go/src/testing/testing.go:455 +0x9f fp=0xc082253f90 sp=0xc082253f58
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082253f98 sp=0xc082253f90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:560 +0x874

goroutine 85 [chan receive]:
runtime.gopark(0x66e4f0, 0xc08226ecb8, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc0821b5e38 sp=0xc0821b5e10
runtime.goparkunlock(0xc08226ecb8, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc0821b5e70 sp=0xc0821b5e38
runtime.chanrecv(0x57c000, 0xc08226ec60, 0xc0821b5f78, 0x42c401, 0xc082010000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc0821b5f30 sp=0xc0821b5e70
runtime.chanrecv1(0x57c000, 0xc08226ec60, 0xc0821b5f78)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc0821b5f60 sp=0xc0821b5f30
testing.RunTests.func1(0xc082012480, 0xc0822906c0)
C:/dev/go/src/testing/testing.go:564 +0x4e fp=0xc0821b5f90 sp=0xc0821b5f60
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0821b5f98 sp=0xc0821b5f90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:565 +0x915

goroutine 97 [chan receive]:
runtime.gopark(0x66e4f0, 0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc082413d10 sp=0xc082413ce8
runtime.goparkunlock(0xc082012538, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc082413d48 sp=0xc082413d10
runtime.chanrecv(0x57be80, 0xc0820124e0, 0x0, 0x47c701, 0x660000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc082413e08 sp=0xc082413d48
runtime.chanrecv1(0x57be80, 0xc0820124e0, 0x0)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc082413e38 sp=0xc082413e08
testing.(*T).Parallel(0xc0822661b0)
C:/dev/go/src/testing/testing.go:421 +0x83 fp=0xc082413e80 sp=0xc082413e38
cmd/internal/rsc.io/x86/x86asm.testPrefix(0xc0822661b0, 0x66e100)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:751 +0x37 fp=0xc082413f40 sp=0xc082413e80
cmd/internal/rsc.io/x86/x86asm.TestXed64Prefix(0xc0822661b0)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/xed_test.go:29 +0x34 fp=0xc082413f58 sp=0xc082413f40
testing.tRunner(0xc0822661b0, 0x721b08)
C:/dev/go/src/testing/testing.go:455 +0x9f fp=0xc082413f90 sp=0xc082413f58
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082413f98 sp=0xc082413f90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:560 +0x874

goroutine 98 [chan receive]:
runtime.gopark(0x66e4f0, 0xc0823a1018, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:185 +0x182 fp=0xc08240fe38 sp=0xc08240fe10
runtime.goparkunlock(0xc0823a1018, 0x61e9d0, 0xc, 0x17, 0x3)
C:/dev/go/src/runtime/proc.go:191 +0x5b fp=0xc08240fe70 sp=0xc08240fe38
runtime.chanrecv(0x57c000, 0xc0823a0fc0, 0xc08240ff78, 0x1, 0xc082340000)
C:/dev/go/src/runtime/chan.go:443 +0x480 fp=0xc08240ff30 sp=0xc08240fe70
runtime.chanrecv1(0x57c000, 0xc0823a0fc0, 0xc08240ff78)
C:/dev/go/src/runtime/chan.go:344 +0x2b fp=0xc08240ff60 sp=0xc08240ff30
testing.RunTests.func1(0xc082012480, 0xc0822661b0)
C:/dev/go/src/testing/testing.go:564 +0x4e fp=0xc08240ff90 sp=0xc08240ff60
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08240ff98 sp=0xc08240ff90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:565 +0x915

goroutine 99 [runnable, locked to thread]:
runtime.cgocall_errno(0x458b60, 0xc082411a30, 0x0)
C:/dev/go/src/runtime/cgocall.go:125 +0x123 fp=0xc082411a18 sp=0xc0824119e8
syscall.Syscall(0x776c1840, 0x2, 0xb4, 0xc082411adc, 0x0, 0xc0823a1080, 0x5e2140, 0x0)
C:/dev/go/src/runtime/syscall_windows.go:128 +0x5c fp=0xc082411a68 sp=0xc082411a18
syscall.GetConsoleMode(0xb4, 0xc082411adc, 0x0, 0x0)
C:/dev/go/src/syscall/zsyscall_windows.go:1238 +0x70 fp=0xc082411ab8 sp=0xc082411a68
os.newFile(0xb4, 0x63af30, 0x13, 0x5)
C:/dev/go/src/os/file_windows.go:53 +0xd7 fp=0xc082411b10 sp=0xc082411ab8
os.NewFile(0xb4, 0x63af30, 0x13, 0xc000000000)
C:/dev/go/src/os/file_windows.go:66 +0x56 fp=0xc082411b38 sp=0xc082411b10
os.openFile(0x63af30, 0x13, 0x0, 0xc000000000, 0x5, 0x0, 0x0)
C:/dev/go/src/os/file_windows.go:89 +0xf8 fp=0xc082411b88 sp=0xc082411b38
os.OpenFile(0x63af30, 0x13, 0x0, 0xc000000000, 0x5, 0x0, 0x0)
C:/dev/go/src/os/file_windows.go:141 +0x1dd fp=0xc082411c08 sp=0xc082411b88
os.Open(0x63af30, 0x13, 0x7, 0x0, 0x0)
C:/dev/go/src/os/file.go:246 +0x51 fp=0xc082411c48 sp=0xc082411c08
io/ioutil.ReadFile(0x63af30, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0)
C:/dev/go/src/io/ioutil/ioutil.go:50 +0x70 fp=0xc082411d10 sp=0xc082411c48
cmd/internal/rsc.io/x86/x86asm.testdataCases(0xc082266240, 0x4bf3af)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:522 +0xae fp=0xc082411f30 sp=0xc082411d10
cmd/internal/rsc.io/x86/x86asm.TestXed64REXTestdata(0xc082266240)
C:/dev/go/src/cmd/internal/rsc.io/x86/x86asm/xed_test.go:32 +0x28 fp=0xc082411f58 sp=0xc082411f30
testing.tRunner(0xc082266240, 0x721b20)
C:/dev/go/src/testing/testing.go:455 +0x9f fp=0xc082411f90 sp=0xc082411f58
runtime.goexit()
C:/dev/go/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082411f98 sp=0xc082411f90
created by testing.RunTests
C:/dev/go/src/testing/testing.go:560 +0x874
FAIL cmd/internal/rsc.io/x86/x86asm 0.398s�
�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������

@kardianos
Copy link
Contributor Author

@rsc Might be useful.

@ianlancetaylor ianlancetaylor changed the title cmd/internal/rsc.io/x86/x86asm : fatal error: stack barrier lost runtime: fatal error: stack barrier lost Jun 17, 2015
@ianlancetaylor ianlancetaylor added this to the Go1.5 milestone Jun 17, 2015
@ianlancetaylor
Copy link
Contributor

CC @RLH @aclements

@aclements
Copy link
Member

@kardianos, it looks like you lost the few lines of debugging information before the tracebacks. If you still have it, could you paste it in?

We've got a few of these on the dashboard:
2015-06-11T18:06:21-e707fbe/windows-amd64-gce
2015-06-11T22:41:07-637d598/windows-amd64-gce
2015-06-15T04:27:27-d14e9e6/darwin-arm64-a7ios
2015-06-15T04:27:27-d14e9e6/windows-amd64-gce
2015-06-15T20:11:37-d63c42d/windows-amd64-gce

It looks like something on Windows is overwriting a return PC without going through setcallerpc.

@aclements aclements self-assigned this Jun 17, 2015
@kardianos
Copy link
Contributor Author

Doh, I'm sorry. Lost in the scroll back.

@alexbrainman
Copy link
Member

I can reproduce it to:

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>go version
go version devel +8fa1a69 Wed Jun 17 23:24:35 2015 +0000 windows/amd64

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>go test -c

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>set GOGC=2

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>for /l %x in (1, 1, 10) do x86asm.test.exe -test.short > a%x.txt 2>&1

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>x86asm.test.exe -test.short  1>a1.txt 2>&1

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>x86asm.test.exe -test.short  1>a2.txt 2>&1

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>x86asm.test.exe -test.short  1>a3.txt 2>&1

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>x86asm.test.exe -test.short  1>a4.txt 2>&1

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>x86asm.test.exe -test.short  1>a5.txt 2>&1

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>x86asm.test.exe -test.short  1>a6.txt 2>&1

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>x86asm.test.exe -test.short  1>a7.txt 2>&1

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>x86asm.test.exe -test.short  1>a8.txt 2>&1

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>x86asm.test.exe -test.short  1>a9.txt 2>&1

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>x86asm.test.exe -test.short  1>a10.txt 2>&1

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>type a7.txt
at *0xc082029f88 expected stack barrier PC 0x455600, found 0x457b61, goid=60
gp.stkbar=[*0xc082029f88=0x457b61], gp.stkbarPos=0, gp.stack=[0xc082028000,0xc082029fc0)
fatal error: stack barrier lost

runtime stack:
runtime.throw(0x63a590, 0x12)
    c:/go/root/src/runtime/panic.go:527 +0x9d fp=0x6fb28 sp=0x6fb10
runtime.gcRemoveStackBarrier(0xc082017b80, 0xc082029f88, 0x457b61)
    c:/go/root/src/runtime/mgcmark.go:509 +0x245 fp=0x6fb80 sp=0x6fb28
runtime.gcRemoveStackBarriers(0xc082017b80)
    c:/go/root/src/runtime/mgcmark.go:482 +0xd1 fp=0x6fc08 sp=0x6fb80
runtime.scanstack(0xc082017b80)
    c:/go/root/src/runtime/mgcmark.go:305 +0x558 fp=0x6fd10 sp=0x6fc08
runtime.scang(0xc082017b80)
    c:/go/root/src/runtime/proc1.go:417 +0x9d fp=0x6fd30 sp=0x6fd10
runtime.markroot(0xc082010000, 0x16)
    c:/go/root/src/runtime/mgcmark.go:134 +0x1c1 fp=0x6fdd0 sp=0x6fd30
runtime.parfordo(0xc082010000)
    c:/go/root/src/runtime/parfor.go:95 +0x131 fp=0x6fe58 sp=0x6fdd0
runtime.gcMark(0x6b228c0be03d1c)
    c:/go/root/src/runtime/mgc.go:1289 +0x124 fp=0x6fed0 sp=0x6fe58
runtime.gc.func2()
    c:/go/root/src/runtime/mgc.go:970 +0x45 fp=0x6fef8 sp=0x6fed0
runtime.systemstack(0x726a98)
    c:/go/root/src/runtime/asm_amd64.s:262 +0x85 fp=0x6ff00 sp=0x6fef8
runtime.mstart()
    c:/go/root/src/runtime/proc1.go:668 fp=0x6ff08 sp=0x6ff00

goroutine 5 [garbage collection]:
runtime.systemstack_switch()
    c:/go/root/src/runtime/asm_amd64.s:216 fp=0xc08201bcc8 sp=0xc08201bcc0
runtime.gc(0x0)
    c:/go/root/src/runtime/mgc.go:1004 +0x3f6 fp=0xc08201bf70 sp=0xc08201bcc8
runtime.backgroundgc()
    c:/go/root/src/runtime/mgc.go:789 +0x4b fp=0xc08201bfa0 sp=0xc08201bf70
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08201bfa8 sp=0xc08201bfa0
created by runtime.startGC
    c:/go/root/src/runtime/mgc.go:762 +0x17e

goroutine 1 [chan receive]:
runtime.gopark(0x66e430, 0xc082375498, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc082119b28 sp=0xc082119b00
runtime.goparkunlock(0xc082375498, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc082119b60 sp=0xc082119b28
runtime.chanrecv(0x57bf20, 0xc082375440, 0xc082119d78, 0xc082077c01, 0x470000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc082119c20 sp=0xc082119b60
runtime.chanrecv1(0x57bf20, 0xc082375440, 0xc082119d78)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc082119c50 sp=0xc082119c20
testing.RunTests(0x66e0b0, 0x720520, 0x47, 0x47, 0x1)
    c:/go/root/src/testing/testing.go:561 +0x8b4 fp=0xc082119dd0 sp=0xc082119c50
testing.(*M).Run(0xc082119ef8, 0xffffffffffffffff)
    c:/go/root/src/testing/testing.go:493 +0x77 fp=0xc082119e58 sp=0xc082119dd0
main.main()
    cmd/internal/rsc.io/x86/x86asm/_test/_testmain.go:194 +0x11d fp=0xc082119f50 sp=0xc082119e58
runtime.main()
    c:/go/root/src/runtime/proc.go:111 +0x28d fp=0xc082119fa0 sp=0xc082119f50
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082119fa8 sp=0xc082119fa0

goroutine 2 [force gc (idle)]:
runtime.gopark(0x66e430, 0x726440, 0x61fdd0, 0xf, 0x14, 0x1)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc08201df38 sp=0xc08201df10
runtime.goparkunlock(0x726440, 0x61fdd0, 0xf, 0xc082016014, 0x1)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc08201df70 sp=0xc08201df38
runtime.forcegchelper()
    c:/go/root/src/runtime/proc.go:152 +0xc6 fp=0xc08201dfa0 sp=0xc08201df70
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08201dfa8 sp=0xc08201dfa0
created by runtime.init.4
    c:/go/root/src/runtime/proc.go:141 +0x32

goroutine 3 [GC sweep wait]:
runtime.gopark(0x66e430, 0x7265a0, 0x618990, 0xd, 0x44b714, 0x1)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc08201ff28 sp=0xc08201ff00
runtime.goparkunlock(0x7265a0, 0x618990, 0xd, 0x14, 0x1)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc08201ff60 sp=0xc08201ff28
runtime.bgsweep(0xc08202c000)
    c:/go/root/src/runtime/mgcsweep.go:67 +0x15b fp=0xc08201ff98 sp=0xc08201ff60
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08201ffa0 sp=0xc08201ff98
created by runtime.gcenable
    c:/go/root/src/runtime/mgc.go:201 +0x5a

goroutine 4 [finalizer wait]:
runtime.gopark(0x66e430, 0x74a498, 0x61f6b0, 0xe, 0x14, 0x1)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc082019ef8 sp=0xc082019ed0
runtime.goparkunlock(0x74a498, 0x61f6b0, 0xe, 0x14, 0x1)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc082019f30 sp=0xc082019ef8
runtime.runfinq()
    c:/go/root/src/runtime/mfinal.go:154 +0xb8 fp=0xc082019fa0 sp=0xc082019f30
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082019fa8 sp=0xc082019fa0
created by runtime.createfing
    c:/go/root/src/runtime/mfinal.go:135 +0x67

goroutine 6 [mark worker (idle)]:
runtime.gopark(0x66e2d8, 0xc082022800, 0x6371d0, 0x12, 0x14, 0x0)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc082061f40 sp=0xc082061f18
runtime.gcBgMarkWorker(0xc082012000)
    c:/go/root/src/runtime/mgc.go:1152 +0x112 fp=0xc082061f98 sp=0xc082061f40
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082061fa0 sp=0xc082061f98
created by runtime.gcBgMarkStartWorkers
    c:/go/root/src/runtime/mgc.go:1100 +0x9a

goroutine 16 [chan receive]:
runtime.gopark(0x66e430, 0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc082063d10 sp=0xc082063ce8
runtime.goparkunlock(0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc082063d48 sp=0xc082063d10
runtime.chanrecv(0x57bda0, 0xc082010360, 0x0, 0x47c601, 0x660000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc082063e08 sp=0xc082063d48
runtime.chanrecv1(0x57bda0, 0xc082010360, 0x0)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc082063e38 sp=0xc082063e08
testing.(*T).Parallel(0xc082598480)
    c:/go/root/src/testing/testing.go:421 +0x83 fp=0xc082063e80 sp=0xc082063e38
cmd/internal/rsc.io/x86/x86asm.testPrefix(0xc082598480, 0x66e018)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:751 +0x37 fp=0xc082063f40 sp=0xc082063e80
cmd/internal/rsc.io/x86/x86asm.TestObjdump32Prefix(0xc082598480)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/objdump_test.go:20 +0x34 fp=0xc082063f58 sp=0xc082063f40
testing.tRunner(0xc082598480, 0x7205f8)
    c:/go/root/src/testing/testing.go:455 +0x9f fp=0xc082063f90 sp=0xc082063f58
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082063f98 sp=0xc082063f90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:560 +0x874

goroutine 17 [chan receive]:
runtime.gopark(0x66e430, 0xc08258f018, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc08205de38 sp=0xc08205de10
runtime.goparkunlock(0xc08258f018, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc08205de70 sp=0xc08205de38
runtime.chanrecv(0x57bf20, 0xc08258efc0, 0xc08205df78, 0x1, 0x0)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc08205df30 sp=0xc08205de70
runtime.chanrecv1(0x57bf20, 0xc08258efc0, 0xc08205df78)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc08205df60 sp=0xc08205df30
testing.RunTests.func1(0xc082010300, 0xc082598480)
    c:/go/root/src/testing/testing.go:564 +0x4e fp=0xc08205df90 sp=0xc08205df60
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08205df98 sp=0xc08205df90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:565 +0x915

goroutine 26 [chan receive]:
runtime.gopark(0x66e430, 0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc08205fd10 sp=0xc08205fce8
runtime.goparkunlock(0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc08205fd48 sp=0xc08205fd10
runtime.chanrecv(0x57bda0, 0xc082010360, 0x0, 0x47c601, 0x660000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc08205fe08 sp=0xc08205fd48
runtime.chanrecv1(0x57bda0, 0xc082010360, 0x0)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc08205fe38 sp=0xc08205fe08
testing.(*T).Parallel(0xc0825982d0)
    c:/go/root/src/testing/testing.go:421 +0x83 fp=0xc08205fe80 sp=0xc08205fe38
cmd/internal/rsc.io/x86/x86asm.testPrefix(0xc0825982d0, 0x66e020)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:751 +0x37 fp=0xc08205ff40 sp=0xc08205fe80
cmd/internal/rsc.io/x86/x86asm.TestObjdump64Prefix(0xc0825982d0)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/objdump_test.go:29 +0x34 fp=0xc08205ff58 sp=0xc08205ff40
testing.tRunner(0xc0825982d0, 0x7206b8)
    c:/go/root/src/testing/testing.go:455 +0x9f fp=0xc08205ff90 sp=0xc08205ff58
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08205ff98 sp=0xc08205ff90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:560 +0x874

goroutine 20 [syscall]:
runtime.notetsleepg(0x726638, 0x8caa8c, 0x0)
    c:/go/root/src/runtime/lock_sema.go:264 +0x9d fp=0xc08279df18 sp=0xc08279ded8
runtime.timerproc()
    c:/go/root/src/runtime/time.go:209 +0xec fp=0xc08279dfa0 sp=0xc08279df18
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08279dfa8 sp=0xc08279dfa0
created by runtime.addtimerLocked
    c:/go/root/src/runtime/time.go:116 +0x126

goroutine 27 [chan receive]:
runtime.gopark(0x66e430, 0xc08258e238, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc08279fe38 sp=0xc08279fe10
runtime.goparkunlock(0xc08258e238, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc08279fe70 sp=0xc08279fe38
runtime.chanrecv(0x57bf20, 0xc08258e1e0, 0xc08279ff78, 0x42c201, 0xc082010000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc08279ff30 sp=0xc08279fe70
runtime.chanrecv1(0x57bf20, 0xc08258e1e0, 0xc08279ff78)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc08279ff60 sp=0xc08279ff30
testing.RunTests.func1(0xc082010300, 0xc0825982d0)
    c:/go/root/src/testing/testing.go:564 +0x4e fp=0xc08279ff90 sp=0xc08279ff60
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08279ff98 sp=0xc08279ff90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:565 +0x915

goroutine 34 [chan receive]:
runtime.gopark(0x66e430, 0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc082799d10 sp=0xc082799ce8
runtime.goparkunlock(0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc082799d48 sp=0xc082799d10
runtime.chanrecv(0x57bda0, 0xc082010360, 0x0, 0x47c601, 0xc082000000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc082799e08 sp=0xc082799d48
runtime.chanrecv1(0x57bda0, 0xc082010360, 0x0)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc082799e38 sp=0xc082799e08
testing.(*T).Parallel(0xc082791560)
    c:/go/root/src/testing/testing.go:421 +0x83 fp=0xc082799e80 sp=0xc082799e38
cmd/internal/rsc.io/x86/x86asm.testPrefixREX(0xc082791560, 0x66e020)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:765 +0x37 fp=0xc082799f40 sp=0xc082799e80
cmd/internal/rsc.io/x86/x86asm.TestObjdump64REXPrefix(0xc082791560)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/objdump_test.go:41 +0x34 fp=0xc082799f58 sp=0xc082799f40
testing.tRunner(0xc082791560, 0x720760)
    c:/go/root/src/testing/testing.go:455 +0x9f fp=0xc082799f90 sp=0xc082799f58
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082799f98 sp=0xc082799f90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:560 +0x874

goroutine 35 [chan receive]:
runtime.gopark(0x66e430, 0xc0825d6898, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc08279be38 sp=0xc08279be10
runtime.goparkunlock(0xc0825d6898, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc08279be70 sp=0xc08279be38
runtime.chanrecv(0x57bf20, 0xc0825d6840, 0xc08279bf78, 0x455601, 0xc082010000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc08279bf30 sp=0xc08279be70
runtime.chanrecv1(0x57bf20, 0xc0825d6840, 0xc08279bf78)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc08279bf60 sp=0xc08279bf30
testing.RunTests.func1(0xc082010300, 0xc082791560)
    c:/go/root/src/testing/testing.go:564 +0x4e fp=0xc08279bf90 sp=0xc08279bf60
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08279bf98 sp=0xc08279bf90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:565 +0x915

goroutine 43 [chan receive]:
runtime.gopark(0x66e430, 0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc0825e9d10 sp=0xc0825e9ce8
runtime.goparkunlock(0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc0825e9d48 sp=0xc0825e9d10
runtime.chanrecv(0x57bda0, 0xc082010360, 0x0, 0x47c601, 0x660000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc0825e9e08 sp=0xc0825e9d48
runtime.chanrecv1(0x57bda0, 0xc082010360, 0x0)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc0825e9e38 sp=0xc0825e9e08
testing.(*T).Parallel(0xc0826ef8c0)
    c:/go/root/src/testing/testing.go:421 +0x83 fp=0xc0825e9e80 sp=0xc0825e9e38
cmd/internal/rsc.io/x86/x86asm.testPrefix(0xc0826ef8c0, 0x66e028)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:751 +0x37 fp=0xc0825e9f40 sp=0xc0825e9e80
cmd/internal/rsc.io/x86/x86asm.TestPlan932Prefix(0xc0826ef8c0)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/plan9x_test.go:19 +0x34 fp=0xc0825e9f58 sp=0xc0825e9f40
testing.tRunner(0xc0826ef8c0, 0x720820)
    c:/go/root/src/testing/testing.go:455 +0x9f fp=0xc0825e9f90 sp=0xc0825e9f58
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0825e9f98 sp=0xc0825e9f90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:560 +0x874

goroutine 44 [chan receive]:
runtime.gopark(0x66e430, 0xc082775318, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc0825ebe38 sp=0xc0825ebe10
runtime.goparkunlock(0xc082775318, 0x61e930, 0xc, 0x3838373736363517, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc0825ebe70 sp=0xc0825ebe38
runtime.chanrecv(0x57bf20, 0xc0827752c0, 0xc0825ebf78, 0x932330966356601, 0x444109396e610000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc0825ebf30 sp=0xc0825ebe70
runtime.chanrecv1(0x57bf20, 0xc0827752c0, 0xc0825ebf78)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc0825ebf60 sp=0xc0825ebf30
testing.RunTests.func1(0xc082010300, 0xc0826ef8c0)
    c:/go/root/src/testing/testing.go:564 +0x4e fp=0xc0825ebf90 sp=0xc0825ebf60
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0825ebf98 sp=0xc0825ebf90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:565 +0x915

goroutine 52 [chan receive]:
runtime.gopark(0x66e430, 0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc0825e5d10 sp=0xc0825e5ce8
runtime.goparkunlock(0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc0825e5d48 sp=0xc0825e5d10
runtime.chanrecv(0x57bda0, 0xc082010360, 0x0, 0x47c601, 0x660000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc0825e5e08 sp=0xc0825e5d48
runtime.chanrecv1(0x57bda0, 0xc082010360, 0x0)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc0825e5e38 sp=0xc0825e5e08
testing.(*T).Parallel(0xc082791680)
    c:/go/root/src/testing/testing.go:421 +0x83 fp=0xc0825e5e80 sp=0xc0825e5e38
cmd/internal/rsc.io/x86/x86asm.testPrefix(0xc082791680, 0x66e030)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:751 +0x37 fp=0xc0825e5f40 sp=0xc0825e5e80
cmd/internal/rsc.io/x86/x86asm.TestPlan964Prefix(0xc082791680)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/plan9x_test.go:28 +0x34 fp=0xc0825e5f58 sp=0xc0825e5f40
testing.tRunner(0xc082791680, 0x7208e0)
    c:/go/root/src/testing/testing.go:455 +0x9f fp=0xc0825e5f90 sp=0xc0825e5f58
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0825e5f98 sp=0xc0825e5f90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:560 +0x874

goroutine 53 [chan receive]:
runtime.gopark(0x66e430, 0xc0825d68f8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc0825e7e38 sp=0xc0825e7e10
runtime.goparkunlock(0xc0825d68f8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc0825e7e70 sp=0xc0825e7e38
runtime.chanrecv(0x57bf20, 0xc0825d68a0, 0xc0825e7f78, 0x42c201, 0xc082010000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc0825e7f30 sp=0xc0825e7e70
runtime.chanrecv1(0x57bf20, 0xc0825d68a0, 0xc0825e7f78)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc0825e7f60 sp=0xc0825e7f30
testing.RunTests.func1(0xc082010300, 0xc082791680)
    c:/go/root/src/testing/testing.go:564 +0x4e fp=0xc0825e7f90 sp=0xc0825e7f60
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0825e7f98 sp=0xc0825e7f90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:565 +0x915

goroutine 60 [chan receive]:
runtime.gopark(0x66e430, 0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc082029d10 sp=0xc082029ce8
runtime.goparkunlock(0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc082029d48 sp=0xc082029d10
runtime.chanrecv(0x57bda0, 0xc082010360, 0x0, 0x47c601, 0xc082000000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc082029e08 sp=0xc082029d48
runtime.chanrecv1(0x57bda0, 0xc082010360, 0x0)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc082029e38 sp=0xc082029e08
testing.(*T).Parallel(0xc082790fc0)
    c:/go/root/src/testing/testing.go:421 +0x83 fp=0xc082029e80 sp=0xc082029e38
cmd/internal/rsc.io/x86/x86asm.testPrefixREX(0xc082790fc0, 0x66e030)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:765 +0x37 fp=0xc082029f40 sp=0xc082029e80
cmd/internal/rsc.io/x86/x86asm.TestPlan964REXPrefix(0xc082790fc0)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/plan9x_test.go:38 +0x34 fp=0xc082029f58 sp=0xc082029f40
testing.tRunner(0xc082790fc0, 0x720988)
    c:/go/root/src/testing/testing.go:455 +0x9f fp=0xc082029f90 sp=0xc082029f58
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082029f98 sp=0xc082029f90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:560 +0x874

goroutine 61 [runnable]:
testing.RunTests.func1(0xc082010300, 0xc082790fc0)
    c:/go/root/src/testing/testing.go:563 fp=0xc08202bf90 sp=0xc08202bf88
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08202bf98 sp=0xc08202bf90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:565 +0x915

goroutine 69 [chan receive]:
runtime.gopark(0x66e430, 0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc082025d10 sp=0xc082025ce8
runtime.goparkunlock(0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc082025d48 sp=0xc082025d10
runtime.chanrecv(0x57bda0, 0xc082010360, 0x0, 0x47c601, 0x660000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc082025e08 sp=0xc082025d48
runtime.chanrecv1(0x57bda0, 0xc082010360, 0x0)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc082025e38 sp=0xc082025e08
testing.(*T).Parallel(0xc0826ef170)
    c:/go/root/src/testing/testing.go:421 +0x83 fp=0xc082025e80 sp=0xc082025e38
cmd/internal/rsc.io/x86/x86asm.testPrefix(0xc0826ef170, 0x66e038)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:751 +0x37 fp=0xc082025f40 sp=0xc082025e80
cmd/internal/rsc.io/x86/x86asm.TestXed32Prefix(0xc0826ef170)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/xed_test.go:20 +0x34 fp=0xc082025f58 sp=0xc082025f40
testing.tRunner(0xc0826ef170, 0x720a48)
    c:/go/root/src/testing/testing.go:455 +0x9f fp=0xc082025f90 sp=0xc082025f58
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082025f98 sp=0xc082025f90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:560 +0x874

goroutine 70 [runnable]:
testing.RunTests.func1(0xc082010300, 0xc0826ef170)
    c:/go/root/src/testing/testing.go:563 fp=0xc082027f90 sp=0xc082027f88
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082027f98 sp=0xc082027f90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:565 +0x915

goroutine 78 [chan receive]:
runtime.gopark(0x66e430, 0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:185 +0x182 fp=0xc08211bd10 sp=0xc08211bce8
runtime.goparkunlock(0xc0820103b8, 0x61e930, 0xc, 0x17, 0x3)
    c:/go/root/src/runtime/proc.go:191 +0x5b fp=0xc08211bd48 sp=0xc08211bd10
runtime.chanrecv(0x57bda0, 0xc082010360, 0x0, 0x47c601, 0x660000)
    c:/go/root/src/runtime/chan.go:443 +0x480 fp=0xc08211be08 sp=0xc08211bd48
runtime.chanrecv1(0x57bda0, 0xc082010360, 0x0)
    c:/go/root/src/runtime/chan.go:344 +0x2b fp=0xc08211be38 sp=0xc08211be08
testing.(*T).Parallel(0xc0822f1950)
    c:/go/root/src/testing/testing.go:421 +0x83 fp=0xc08211be80 sp=0xc08211be38
cmd/internal/rsc.io/x86/x86asm.testPrefix(0xc0822f1950, 0x66e040)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:751 +0x37 fp=0xc08211bf40 sp=0xc08211be80
cmd/internal/rsc.io/x86/x86asm.TestXed64Prefix(0xc0822f1950)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/xed_test.go:29 +0x34 fp=0xc08211bf58 sp=0xc08211bf40
testing.tRunner(0xc0822f1950, 0x720b08)
    c:/go/root/src/testing/testing.go:455 +0x9f fp=0xc08211bf90 sp=0xc08211bf58
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08211bf98 sp=0xc08211bf90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:560 +0x874

goroutine 79 [runnable]:
testing.RunTests.func1(0xc082010300, 0xc0822f1950)
    c:/go/root/src/testing/testing.go:563 fp=0xc08211df90 sp=0xc08211df88
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc08211df98 sp=0xc08211df90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:565 +0x915

goroutine 80 [runnable]:
runtime.stringiter2(0xc082427f2d, 0x41, 0x33, 0x33, 0x20)
    c:/go/root/src/runtime/string.go:243 fp=0xc082117c30 sp=0xc082117c28
strings.FieldsFunc(0xc082427f2d, 0x41, 0x66e610, 0x0, 0x0, 0x0)
    c:/go/root/src/strings/strings.go:369 +0x192 fp=0xc082117cd8 sp=0xc082117c30
strings.Fields(0xc082427f2d, 0x41, 0x0, 0x0, 0x0)
    c:/go/root/src/strings/strings.go:345 +0x4f fp=0xc082117d10 sp=0xc082117cd8
cmd/internal/rsc.io/x86/x86asm.testdataCases(0xc0822f19e0, 0x4bf2df)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go:531 +0x38d fp=0xc082117f30 sp=0xc082117d10
cmd/internal/rsc.io/x86/x86asm.TestXed64REXTestdata(0xc0822f19e0)
    c:/go/root/src/cmd/internal/rsc.io/x86/x86asm/xed_test.go:32 +0x28 fp=0xc082117f58 sp=0xc082117f30
testing.tRunner(0xc0822f19e0, 0x720b20)
    c:/go/root/src/testing/testing.go:455 +0x9f fp=0xc082117f90 sp=0xc082117f58
runtime.goexit()
    c:/go/root/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc082117f98 sp=0xc082117f90
created by testing.RunTests
    c:/go/root/src/testing/testing.go:560 +0x874

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>

Alex

@aclements
Copy link
Member

@alexbrainman, if you still have that binary, can you tell me what's at 0x457b61 (the address it found on the stack where it expected the stack barrier to be)?

@alexbrainman
Copy link
Member

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>go tool nm x86asm.test.exe
  66db20 T $f32.3f800000
  66db24 T $f32.40d00000
  66db28 T $f32.4b189680
  66db2c T $f32.bf800000
  66db30 T $f32.cb189680
  66dbd0 T $f64.0010000000000000
  66dbd8 T $f64.3cb0000000000000
  66dbe0 T $f64.3d538bffe4ddaebe
  66dbe8 T $f64.3d53de6af278ece6
  66dbf0 T $f64.3db2533fe68fd3d2
  66dbf8 T $f64.3dea39ef35793c76
  66dc00 T $f64.3e112e0be826d695
  66dc08 T $f64.3efa01a01a01a01a
  66dc10 T $f64.3f2a01a01a01a01a
  66dc18 T $f64.3f56c16c16c16c17
  66dc20 T $f64.3f81111111111111
  66dc28 T $f64.3fa5555555555555
  66dc30 T $f64.3fb0000000000000
  66dc38 T $f64.3fc2f112df3e5244
  66dc40 T $f64.3fc39a09d078c69f
  66dc48 T $f64.3fc5555555555555
  66dc50 T $f64.3fc7466496cb03de
  66dc58 T $f64.3fcc71c51d8e78af
  66dc60 T $f64.3fd0000000000000
  66dc68 T $f64.3fd2492494229359
  66dc70 T $f64.3fd2972a8afc6175
  66dc78 T $f64.3fd999999997fa04
  66dc80 T $f64.3fe0000000000000
  66dc88 T $f64.3fe5555555555593
  66dc90 T $f64.3fe62e42fee00000
  66dc98 T $f64.3fe62e42fefa3000
  66dca0 T $f64.3fe6a09e667f3bcd
  66dca8 T $f64.3fee666666666666
  66dcb0 T $f64.3ff0000000000000
  66dcb8 T $f64.3ff71547652b82fe
  66dcc0 T $f64.4000000000000000
  66dcc8 T $f64.400b8a7c476d2be8
  66dcd0 T $f64.4014000000000000
  66dcd8 T $f64.401ec9d9297ebb83
  66dce0 T $f64.4024000000000000
  66dce8 T $f64.4050000000000000
  66dcf0 T $f64.4059000000000000
  66dcf8 T $f64.412e848000000000
  66dd00 T $f64.41cdcd6500000000
  66dd08 T $f64.430c6bf526340000
  66dd10 T $f64.4330000000000000
  66dd18 T $f64.43e0000000000000
  66dd20 T $f64.47efffffe0000000
  66dd28 T $f64.7fefffffffffffff
  66dd30 T $f64.bfe0000000000000
  66dd38 T $f64.bff0000000000000
  66dd40 T $f64.c00b8a7c476d2be8
  66dd48 T $f64.c30c6bf526340000
  66dd50 T $f64.ffefffffffffffff
  725740 D _cgo_free
  725748 D _cgo_init
  725750 D _cgo_malloc
  725758 D _cgo_notify_runtime_init_done
  725760 D _cgo_thread_start
  458a60 T _rt0_amd64_windows
  457130 T asmcgocall
  538ad0 T bufio.(*Reader).Buffered
  538150 T bufio.(*Reader).Discard
  537fd0 T bufio.(*Reader).Peek
  538290 T bufio.(*Reader).Read
  538670 T bufio.(*Reader).ReadByte
  538fa0 T bufio.(*Reader).ReadBytes
  538d30 T bufio.(*Reader).ReadLine
  538830 T bufio.(*Reader).ReadRune
  538af0 T bufio.(*Reader).ReadSlice
  539510 T bufio.(*Reader).ReadString
  537ad0 T bufio.(*Reader).Reset
  538760 T bufio.(*Reader).UnreadByte
  538a60 T bufio.(*Reader).UnreadRune
  5395e0 T bufio.(*Reader).WriteTo
  537c80 T bufio.(*Reader).fill
  537fa0 T bufio.(*Reader).readErr
  537bc0 T bufio.(*Reader).reset
  539990 T bufio.(*Reader).writeBuf
  539e50 T bufio.(*Writer).Available
  539e70 T bufio.(*Writer).Buffered
  539b30 T bufio.(*Writer).Flush
  66dd58 T bufio.(*Writer).Flush·f
  53a780 T bufio.(*Writer).ReadFrom
  539ac0 T bufio.(*Writer).Reset
  539e80 T bufio.(*Writer).Write
  53a230 T bufio.(*Writer).WriteByte
  53a320 T bufio.(*Writer).WriteRune
  53a520 T bufio.(*Writer).WriteString
  539b90 T bufio.(*Writer).flush
  725ed0 D bufio.ErrAdvanceTooFar
  725ee0 D bufio.ErrBufferFull
  725ef0 D bufio.ErrInvalidUnreadByte
  725f00 D bufio.ErrInvalidUnreadRune
  725f10 D bufio.ErrNegativeAdvance
  725f20 D bufio.ErrNegativeCount
  725f30 D bufio.ErrTooLong
  725f40 D bufio.errNegativeRead
  725f50 D bufio.errNegativeWrite
  53aae0 T bufio.init
  74a1e0 D bufio.initdone·
  4f5850 T bytes.(*Buffer).Bytes
  4f59a0 T bytes.(*Buffer).Cap
  4f5e40 T bytes.(*Buffer).Grow
  4f5980 T bytes.(*Buffer).Len
  4f6a90 T bytes.(*Buffer).Next
  4f6910 T bytes.(*Buffer).Read
  4f6b40 T bytes.(*Buffer).ReadByte
  4f7070 T bytes.(*Buffer).ReadBytes
  4f6120 T bytes.(*Buffer).ReadFrom
  4f6c10 T bytes.(*Buffer).ReadRune
  4f7340 T bytes.(*Buffer).ReadString
  4f5a90 T bytes.(*Buffer).Reset
  4f58b0 T bytes.(*Buffer).String
  4f59b0 T bytes.(*Buffer).Truncate
  4f6f20 T bytes.(*Buffer).UnreadByte
  4f6d90 T bytes.(*Buffer).UnreadRune
  4f5f00 T bytes.(*Buffer).Write
  4f6720 T bytes.(*Buffer).WriteByte
  4f67c0 T bytes.(*Buffer).WriteRune
  4f6010 T bytes.(*Buffer).WriteString
  4f6550 T bytes.(*Buffer).WriteTo
  4f5ad0 T bytes.(*Buffer).grow
  4f7210 T bytes.(*Buffer).readSlice
  4f7410 T bytes.Contains
  457ae0 T bytes.Equal
  725f60 D bytes.ErrTooLarge
  4f7730 T bytes.HasPrefix
  4f7490 T bytes.Index
  457a00 T bytes.IndexByte
  4f7860 T bytes.init
  74a1e1 D bytes.initdone·
  4f6490 T bytes.makeSlice
  4f77e0 T bytes.makeSlice.func1
  66dd60 T bytes.makeSlice.func1·f
  498d50 T cmd/internal/rsc.io/x86/x86asm.(*ExtDis).Run
  499450 T cmd/internal/rsc.io/x86/x86asm.(*ExtDis).Wait
  4b1fe0 T cmd/internal/rsc.io/x86/x86asm.(*ExtInst).String
  4b1410 T cmd/internal/rsc.io/x86/x86asm.(*Imm).String
  4b1360 T cmd/internal/rsc.io/x86/x86asm.(*Imm).isArg
  4b1260 T cmd/internal/rsc.io/x86/x86asm.(*Inst).String
  4b1850 T cmd/internal/rsc.io/x86/x86asm.(*Mem).String
  4b17a0 T cmd/internal/rsc.io/x86/x86asm.(*Mem).isArg
  4b0db0 T cmd/internal/rsc.io/x86/x86asm.(*Op).String
  4b0c20 T cmd/internal/rsc.io/x86/x86asm.(*Prefix).IsREX
  4b0ce0 T cmd/internal/rsc.io/x86/x86asm.(*Prefix).String
  4b1590 T cmd/internal/rsc.io/x86/x86asm.(*Reg).String
  4b14e0 T cmd/internal/rsc.io/x86/x86asm.(*Reg).isArg
  4b19d0 T cmd/internal/rsc.io/x86/x86asm.(*Rel).String
  4b1920 T cmd/internal/rsc.io/x86/x86asm.(*Rel).isArg
  704310 D cmd/internal/rsc.io/x86/x86asm..gobytes.1
  70416a D cmd/internal/rsc.io/x86/x86asm..gobytes.2
  704190 D cmd/internal/rsc.io/x86/x86asm..gobytes.3
  704270 D cmd/internal/rsc.io/x86/x86asm..gobytes.4
  704d90 D cmd/internal/rsc.io/x86/x86asm..gobytes.5
  672da0 T cmd/internal/rsc.io/x86/x86asm..gostring.1
  670100 T cmd/internal/rsc.io/x86/x86asm..gostring.10
  670180 T cmd/internal/rsc.io/x86/x86asm..gostring.11
  670380 T cmd/internal/rsc.io/x86/x86asm..gostring.12
  670420 T cmd/internal/rsc.io/x86/x86asm..gostring.13
  6722c0 T cmd/internal/rsc.io/x86/x86asm..gostring.2
  670d40 T cmd/internal/rsc.io/x86/x86asm..gostring.3
  671280 T cmd/internal/rsc.io/x86/x86asm..gostring.4
  671380 T cmd/internal/rsc.io/x86/x86asm..gostring.5
  670600 T cmd/internal/rsc.io/x86/x86asm..gostring.6
  6706a0 T cmd/internal/rsc.io/x86/x86asm..gostring.7
  6704c0 T cmd/internal/rsc.io/x86/x86asm..gostring.8
  482cd0 T cmd/internal/rsc.io/x86/x86asm.Decode
  725f70 D cmd/internal/rsc.io/x86/x86asm.ErrInvalidMode
  725f80 D cmd/internal/rsc.io/x86/x86asm.ErrTruncated
  725f90 D cmd/internal/rsc.io/x86/x86asm.ErrUnrecognized
  498b10 T cmd/internal/rsc.io/x86/x86asm.ExtInst.String
  48a590 T cmd/internal/rsc.io/x86/x86asm.GNUSyntax
  490aa0 T cmd/internal/rsc.io/x86/x86asm.Imm.String
  490a90 T cmd/internal/rsc.io/x86/x86asm.Imm.isArg
  490be0 T cmd/internal/rsc.io/x86/x86asm.Inst.String
  491430 T cmd/internal/rsc.io/x86/x86asm.IntelSyntax
  4903e0 T cmd/internal/rsc.io/x86/x86asm.Mem.String
  4903d0 T cmd/internal/rsc.io/x86/x86asm.Mem.isArg
  490060 T cmd/internal/rsc.io/x86/x86asm.Op.String
  495850 T cmd/internal/rsc.io/x86/x86asm.Plan9Syntax
  4ac4a0 T cmd/internal/rsc.io/x86/x86asm.Plan9Syntax.func1
  66dd68 T cmd/internal/rsc.io/x86/x86asm.Plan9Syntax.func1·f
  48fc80 T cmd/internal/rsc.io/x86/x86asm.Prefix.IsREX
  48fca0 T cmd/internal/rsc.io/x86/x86asm.Prefix.String
  490220 T cmd/internal/rsc.io/x86/x86asm.Reg.String
  490210 T cmd/internal/rsc.io/x86/x86asm.Reg.isArg
  490950 T cmd/internal/rsc.io/x86/x86asm.Rel.String
  490940 T cmd/internal/rsc.io/x86/x86asm.Rel.isArg
  4975f0 T cmd/internal/rsc.io/x86/x86asm.TestDecode
  66dd70 T cmd/internal/rsc.io/x86/x86asm.TestDecode·f
  49edf0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump320F
  49ee80 T cmd/internal/rsc.io/x86/x86asm.TestObjdump320F38
  66dd78 T cmd/internal/rsc.io/x86/x86asm.TestObjdump320F38·f
  49ef20 T cmd/internal/rsc.io/x86/x86asm.TestObjdump320F3A
  66dd80 T cmd/internal/rsc.io/x86/x86asm.TestObjdump320F3A·f
  66dd88 T cmd/internal/rsc.io/x86/x86asm.TestObjdump320F·f
  49ec50 T cmd/internal/rsc.io/x86/x86asm.TestObjdump32Manual
  66dd90 T cmd/internal/rsc.io/x86/x86asm.TestObjdump32Manual·f
  49ed30 T cmd/internal/rsc.io/x86/x86asm.TestObjdump32ModRM
  66dd98 T cmd/internal/rsc.io/x86/x86asm.TestObjdump32ModRM·f
  49ed90 T cmd/internal/rsc.io/x86/x86asm.TestObjdump32OneByte
  66dda0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump32OneByte·f
  49efc0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump32Prefix
  66dda8 T cmd/internal/rsc.io/x86/x86asm.TestObjdump32Prefix·f
  49ecc0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump32Testdata
  66ddb0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump32Testdata·f
  49f1a0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump640F
  49f230 T cmd/internal/rsc.io/x86/x86asm.TestObjdump640F38
  66ddb8 T cmd/internal/rsc.io/x86/x86asm.TestObjdump640F38·f
  49f2d0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump640F3A
  66ddc0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump640F3A·f
  66ddc8 T cmd/internal/rsc.io/x86/x86asm.TestObjdump640F·f
  49f000 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64Manual
  66ddd0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64Manual·f
  49f0e0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64ModRM
  66ddd8 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64ModRM·f
  49f140 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64OneByte
  66dde0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64OneByte·f
  49f370 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64Prefix
  66dde8 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64Prefix·f
  49f510 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REX0F
  49f5a0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REX0F38
  66ddf0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REX0F38·f
  49f640 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REX0F3A
  66ddf8 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REX0F3A·f
  66de00 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REX0F·f
  49f440 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REXModRM
  66de08 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REXModRM·f
  49f4b0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REXOneByte
  66de10 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REXOneByte·f
  49f6e0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REXPrefix
  66de18 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REXPrefix·f
  49f3b0 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REXTestdata
  66de20 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64REXTestdata·f
  49f070 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64Testdata
  66de28 T cmd/internal/rsc.io/x86/x86asm.TestObjdump64Testdata·f
  4a6440 T cmd/internal/rsc.io/x86/x86asm.TestPlan9320F
  4a64d0 T cmd/internal/rsc.io/x86/x86asm.TestPlan9320F38
  66de30 T cmd/internal/rsc.io/x86/x86asm.TestPlan9320F38·f
  4a6570 T cmd/internal/rsc.io/x86/x86asm.TestPlan9320F3A
  66de38 T cmd/internal/rsc.io/x86/x86asm.TestPlan9320F3A·f
  66de40 T cmd/internal/rsc.io/x86/x86asm.TestPlan9320F·f
  4a62a0 T cmd/internal/rsc.io/x86/x86asm.TestPlan932Manual
  66de48 T cmd/internal/rsc.io/x86/x86asm.TestPlan932Manual·f
  4a6380 T cmd/internal/rsc.io/x86/x86asm.TestPlan932ModRM
  66de50 T cmd/internal/rsc.io/x86/x86asm.TestPlan932ModRM·f
  4a63e0 T cmd/internal/rsc.io/x86/x86asm.TestPlan932OneByte
  66de58 T cmd/internal/rsc.io/x86/x86asm.TestPlan932OneByte·f
  4a6610 T cmd/internal/rsc.io/x86/x86asm.TestPlan932Prefix
  66de60 T cmd/internal/rsc.io/x86/x86asm.TestPlan932Prefix·f
  4a6310 T cmd/internal/rsc.io/x86/x86asm.TestPlan932Testdata
  66de68 T cmd/internal/rsc.io/x86/x86asm.TestPlan932Testdata·f
  4a67f0 T cmd/internal/rsc.io/x86/x86asm.TestPlan9640F
  4a6880 T cmd/internal/rsc.io/x86/x86asm.TestPlan9640F38
  66de70 T cmd/internal/rsc.io/x86/x86asm.TestPlan9640F38·f
  4a6920 T cmd/internal/rsc.io/x86/x86asm.TestPlan9640F3A
  66de78 T cmd/internal/rsc.io/x86/x86asm.TestPlan9640F3A·f
  66de80 T cmd/internal/rsc.io/x86/x86asm.TestPlan9640F·f
  4a6650 T cmd/internal/rsc.io/x86/x86asm.TestPlan964Manual
  66de88 T cmd/internal/rsc.io/x86/x86asm.TestPlan964Manual·f
  4a6730 T cmd/internal/rsc.io/x86/x86asm.TestPlan964ModRM
  66de90 T cmd/internal/rsc.io/x86/x86asm.TestPlan964ModRM·f
  4a6790 T cmd/internal/rsc.io/x86/x86asm.TestPlan964OneByte
  66de98 T cmd/internal/rsc.io/x86/x86asm.TestPlan964OneByte·f
  4a69c0 T cmd/internal/rsc.io/x86/x86asm.TestPlan964Prefix
  66dea0 T cmd/internal/rsc.io/x86/x86asm.TestPlan964Prefix·f
  4a6b60 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REX0F
  4a6bf0 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REX0F38
  66dea8 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REX0F38·f
  4a6c90 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REX0F3A
  66deb0 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REX0F3A·f
  66deb8 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REX0F·f
  4a6a90 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REXModRM
  66dec0 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REXModRM·f
  4a6b00 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REXOneByte
  66dec8 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REXOneByte·f
  4a6d30 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REXPrefix
  66ded0 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REXPrefix·f
  4a6a00 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REXTestdata
  66ded8 T cmd/internal/rsc.io/x86/x86asm.TestPlan964REXTestdata·f
  4a66c0 T cmd/internal/rsc.io/x86/x86asm.TestPlan964Testdata
  66dee0 T cmd/internal/rsc.io/x86/x86asm.TestPlan964Testdata·f
  49e880 T cmd/internal/rsc.io/x86/x86asm.TestRegString
  66dee8 T cmd/internal/rsc.io/x86/x86asm.TestRegString·f
  4a6f20 T cmd/internal/rsc.io/x86/x86asm.TestXed320F
  4a6fb0 T cmd/internal/rsc.io/x86/x86asm.TestXed320F38
  66def0 T cmd/internal/rsc.io/x86/x86asm.TestXed320F38·f
  4a7050 T cmd/internal/rsc.io/x86/x86asm.TestXed320F3A
  66def8 T cmd/internal/rsc.io/x86/x86asm.TestXed320F3A·f
  66df00 T cmd/internal/rsc.io/x86/x86asm.TestXed320F·f
  4a6d80 T cmd/internal/rsc.io/x86/x86asm.TestXed32Manual
  66df08 T cmd/internal/rsc.io/x86/x86asm.TestXed32Manual·f
  4a6e60 T cmd/internal/rsc.io/x86/x86asm.TestXed32ModRM
  66df10 T cmd/internal/rsc.io/x86/x86asm.TestXed32ModRM·f
  4a6ec0 T cmd/internal/rsc.io/x86/x86asm.TestXed32OneByte
  66df18 T cmd/internal/rsc.io/x86/x86asm.TestXed32OneByte·f
  4a70f0 T cmd/internal/rsc.io/x86/x86asm.TestXed32Prefix
  66df20 T cmd/internal/rsc.io/x86/x86asm.TestXed32Prefix·f
  4a6df0 T cmd/internal/rsc.io/x86/x86asm.TestXed32Testdata
  66df28 T cmd/internal/rsc.io/x86/x86asm.TestXed32Testdata·f
  4a72d0 T cmd/internal/rsc.io/x86/x86asm.TestXed640F
  4a7360 T cmd/internal/rsc.io/x86/x86asm.TestXed640F38
  66df30 T cmd/internal/rsc.io/x86/x86asm.TestXed640F38·f
  4a7400 T cmd/internal/rsc.io/x86/x86asm.TestXed640F3A
  66df38 T cmd/internal/rsc.io/x86/x86asm.TestXed640F3A·f
  66df40 T cmd/internal/rsc.io/x86/x86asm.TestXed640F·f
  4a7130 T cmd/internal/rsc.io/x86/x86asm.TestXed64Manual
  66df48 T cmd/internal/rsc.io/x86/x86asm.TestXed64Manual·f
  4a7210 T cmd/internal/rsc.io/x86/x86asm.TestXed64ModRM
  66df50 T cmd/internal/rsc.io/x86/x86asm.TestXed64ModRM·f
  4a7270 T cmd/internal/rsc.io/x86/x86asm.TestXed64OneByte
  66df58 T cmd/internal/rsc.io/x86/x86asm.TestXed64OneByte·f
  4a74a0 T cmd/internal/rsc.io/x86/x86asm.TestXed64Prefix
  66df60 T cmd/internal/rsc.io/x86/x86asm.TestXed64Prefix·f
  4a7640 T cmd/internal/rsc.io/x86/x86asm.TestXed64REX0F
  4a76d0 T cmd/internal/rsc.io/x86/x86asm.TestXed64REX0F38
  66df68 T cmd/internal/rsc.io/x86/x86asm.TestXed64REX0F38·f
  4a7770 T cmd/internal/rsc.io/x86/x86asm.TestXed64REX0F3A
  66df70 T cmd/internal/rsc.io/x86/x86asm.TestXed64REX0F3A·f
  66df78 T cmd/internal/rsc.io/x86/x86asm.TestXed64REX0F·f
  4a7570 T cmd/internal/rsc.io/x86/x86asm.TestXed64REXModRM
  66df80 T cmd/internal/rsc.io/x86/x86asm.TestXed64REXModRM·f
  4a75e0 T cmd/internal/rsc.io/x86/x86asm.TestXed64REXOneByte
  66df88 T cmd/internal/rsc.io/x86/x86asm.TestXed64REXOneByte·f
  4a7810 T cmd/internal/rsc.io/x86/x86asm.TestXed64REXPrefix
  66df90 T cmd/internal/rsc.io/x86/x86asm.TestXed64REXPrefix·f
  4a74e0 T cmd/internal/rsc.io/x86/x86asm.TestXed64REXTestdata
  66df98 T cmd/internal/rsc.io/x86/x86asm.TestXed64REXTestdata·f
  4a71a0 T cmd/internal/rsc.io/x86/x86asm.TestXed64Testdata
  66dfa0 T cmd/internal/rsc.io/x86/x86asm.TestXed64Testdata·f
  706700 D cmd/internal/rsc.io/x86/x86asm.addr16
  49f720 T cmd/internal/rsc.io/x86/x86asm.allowedMismatchObjdump
  66dfa8 T cmd/internal/rsc.io/x86/x86asm.allowedMismatchObjdump·f
  4a6d70 T cmd/internal/rsc.io/x86/x86asm.allowedMismatchPlan9
  66dfb0 T cmd/internal/rsc.io/x86/x86asm.allowedMismatchPlan9·f
  4a7850 T cmd/internal/rsc.io/x86/x86asm.allowedMismatchXed
  66dfb8 T cmd/internal/rsc.io/x86/x86asm.allowedMismatchXed·f
  706600 D cmd/internal/rsc.io/x86/x86asm.baseReg
  48a4d0 T cmd/internal/rsc.io/x86/x86asm.baseRegForBits
  49ca10 T cmd/internal/rsc.io/x86/x86asm.basicPrefixes
  66dfc0 T cmd/internal/rsc.io/x86/x86asm.basicPrefixes·f
  48fa50 T cmd/internal/rsc.io/x86/x86asm.byteSizeSuffix
  49e5c0 T cmd/internal/rsc.io/x86/x86asm.caller
  71a860 D cmd/internal/rsc.io/x86/x86asm.cmppsOps
  49ccb0 T cmd/internal/rsc.io/x86/x86asm.concat
  4adee0 T cmd/internal/rsc.io/x86/x86asm.concat.func1
  4ade00 T cmd/internal/rsc.io/x86/x86asm.concat.func1.1
  4adc90 T cmd/internal/rsc.io/x86/x86asm.concat.func1.1.1
  49cd70 T cmd/internal/rsc.io/x86/x86asm.concat3
  4ae460 T cmd/internal/rsc.io/x86/x86asm.concat3.func1
  4ae340 T cmd/internal/rsc.io/x86/x86asm.concat3.func1.1
  4ae220 T cmd/internal/rsc.io/x86/x86asm.concat3.func1.1.1
  4adfc0 T cmd/internal/rsc.io/x86/x86asm.concat3.func1.1.1.1
  49ce60 T cmd/internal/rsc.io/x86/x86asm.concat4
  4aed00 T cmd/internal/rsc.io/x86/x86asm.concat4.func1
  4aeb90 T cmd/internal/rsc.io/x86/x86asm.concat4.func1.1
  4aea20 T cmd/internal/rsc.io/x86/x86asm.concat4.func1.1.1
  4ae8c0 T cmd/internal/rsc.io/x86/x86asm.concat4.func1.1.1.1
  4ae580 T cmd/internal/rsc.io/x86/x86asm.concat4.func1.1.1.1.1
  49b310 T cmd/internal/rsc.io/x86/x86asm.contains
  4a9740 T cmd/internal/rsc.io/x86/x86asm.countExactPrefix
  48f870 T cmd/internal/rsc.io/x86/x86asm.countPrefix
  49b050 T cmd/internal/rsc.io/x86/x86asm.coverage
  74a1e2 D cmd/internal/rsc.io/x86/x86asm.debug
  482dd0 T cmd/internal/rsc.io/x86/x86asm.decode1
  4ac3f0 T cmd/internal/rsc.io/x86/x86asm.decode1.func1
  49b0a0 T cmd/internal/rsc.io/x86/x86asm.decodeCoverage
  713a60 D cmd/internal/rsc.io/x86/x86asm.decoder
  726260 D cmd/internal/rsc.io/x86/x86asm.decoderCover
  49a830 T cmd/internal/rsc.io/x86/x86asm.disasm
  725768 D cmd/internal/rsc.io/x86/x86asm.dumpTest
  49d130 T cmd/internal/rsc.io/x86/x86asm.enum16bit
  66dfc8 T cmd/internal/rsc.io/x86/x86asm.enum16bit·f
  49d060 T cmd/internal/rsc.io/x86/x86asm.enum8bit
  66dfd0 T cmd/internal/rsc.io/x86/x86asm.enum8bit·f
  49d220 T cmd/internal/rsc.io/x86/x86asm.enumModRM
  66dfd8 T cmd/internal/rsc.io/x86/x86asm.enumModRM·f
  725fa0 D cmd/internal/rsc.io/x86/x86asm.errInternal
  49cfa0 T cmd/internal/rsc.io/x86/x86asm.filter
  4aef00 T cmd/internal/rsc.io/x86/x86asm.filter.func1
  4aee70 T cmd/internal/rsc.io/x86/x86asm.filter.func1.1
  49b850 T cmd/internal/rsc.io/x86/x86asm.fixSpace
  49d520 T cmd/internal/rsc.io/x86/x86asm.fixed
  4aefe0 T cmd/internal/rsc.io/x86/x86asm.fixed.func1
  726fa0 D cmd/internal/rsc.io/x86/x86asm.fixedArg
  721420 D cmd/internal/rsc.io/x86/x86asm.gccRegName
  48df70 T cmd/internal/rsc.io/x86/x86asm.gnuArg
  725770 D cmd/internal/rsc.io/x86/x86asm.gnuOp
  4a97b0 T cmd/internal/rsc.io/x86/x86asm.hasByte
  49b110 T cmd/internal/rsc.io/x86/x86asm.hasPrefix
  49bb80 T cmd/internal/rsc.io/x86/x86asm.hexCases
  4ad830 T cmd/internal/rsc.io/x86/x86asm.hexCases.func1
  49b6f0 T cmd/internal/rsc.io/x86/x86asm.index
  4af9d0 T cmd/internal/rsc.io/x86/x86asm.init
  74a1e3 D cmd/internal/rsc.io/x86/x86asm.initdone·
  482ac0 T cmd/internal/rsc.io/x86/x86asm.instPrefix
  494240 T cmd/internal/rsc.io/x86/x86asm.intelArg
  725778 D cmd/internal/rsc.io/x86/x86asm.intelOp
  71fea0 D cmd/internal/rsc.io/x86/x86asm.intelReg
  70aa00 D cmd/internal/rsc.io/x86/x86asm.isCondJmp
  48fae0 T cmd/internal/rsc.io/x86/x86asm.isFloat
  48fc00 T cmd/internal/rsc.io/x86/x86asm.isFloatInt
  70ac60 D cmd/internal/rsc.io/x86/x86asm.isLoop
  49e820 T cmd/internal/rsc.io/x86/x86asm.isPrefixByte
  49e6d0 T cmd/internal/rsc.io/x86/x86asm.isValidREX
  66dfe0 T cmd/internal/rsc.io/x86/x86asm.isValidREX·f
  725780 D cmd/internal/rsc.io/x86/x86asm.keep
  726280 D cmd/internal/rsc.io/x86/x86asm.libopcodesUnsupported
  725788 D cmd/internal/rsc.io/x86/x86asm.longTest
  49c750 T cmd/internal/rsc.io/x86/x86asm.manyPrefixes
  66dfe8 T cmd/internal/rsc.io/x86/x86asm.manyPrefixes·f
  48f8f0 T cmd/internal/rsc.io/x86/x86asm.markLastImplicit
  706580 D cmd/internal/rsc.io/x86/x86asm.memBytes
  725790 D cmd/internal/rsc.io/x86/x86asm.mismatch
  4a1520 T cmd/internal/rsc.io/x86/x86asm.objdump
  4af030 T cmd/internal/rsc.io/x86/x86asm.objdump.func1
  71a820 D cmd/internal/rsc.io/x86/x86asm.objdumpManualTests
  66dff0 T cmd/internal/rsc.io/x86/x86asm.objdump·f
  723160 D cmd/internal/rsc.io/x86/x86asm.opNames
  4a2be0 T cmd/internal/rsc.io/x86/x86asm.parseContinuation
  49b420 T cmd/internal/rsc.io/x86/x86asm.parseHex
  4a2280 T cmd/internal/rsc.io/x86/x86asm.parseLine
  4a59a0 T cmd/internal/rsc.io/x86/x86asm.parseLinePlan9
  4ab060 T cmd/internal/rsc.io/x86/x86asm.parseLineXed
  71a880 D cmd/internal/rsc.io/x86/x86asm.pclmulqOps
  725798 D cmd/internal/rsc.io/x86/x86asm.pcrel
  7257a0 D cmd/internal/rsc.io/x86/x86asm.pcrelw
  4a4930 T cmd/internal/rsc.io/x86/x86asm.plan9
  495f10 T cmd/internal/rsc.io/x86/x86asm.plan9Arg
  71a830 D cmd/internal/rsc.io/x86/x86asm.plan9ManualTests
  721de0 D cmd/internal/rsc.io/x86/x86asm.plan9Reg
  70aec0 D cmd/internal/rsc.io/x86/x86asm.plan9Suffix
  7262a0 D cmd/internal/rsc.io/x86/x86asm.plan9Unsupported
  66dff8 T cmd/internal/rsc.io/x86/x86asm.plan9·f
  71a8a0 D cmd/internal/rsc.io/x86/x86asm.pops
  7257a8 D cmd/internal/rsc.io/x86/x86asm.prefixByte
  7257b0 D cmd/internal/rsc.io/x86/x86asm.prefixNames
  48a520 T cmd/internal/rsc.io/x86/x86asm.prefixToSegment
  7257b8 D cmd/internal/rsc.io/x86/x86asm.printTests
  7227a0 D cmd/internal/rsc.io/x86/x86asm.regNames
  49cb70 T cmd/internal/rsc.io/x86/x86asm.rexPrefixes
  66e000 T cmd/internal/rsc.io/x86/x86asm.rexPrefixes·f
  66fd80 T cmd/internal/rsc.io/x86/x86asm.statictmp_0650
  66f060 T cmd/internal/rsc.io/x86/x86asm.statictmp_0837
  66f080 T cmd/internal/rsc.io/x86/x86asm.statictmp_0841
  66e620 T cmd/internal/rsc.io/x86/x86asm.statictmp_1357
  66dba4 T cmd/internal/rsc.io/x86/x86asm.statictmp_1369
  66db34 T cmd/internal/rsc.io/x86/x86asm.statictmp_1379
  66e630 T cmd/internal/rsc.io/x86/x86asm.statictmp_1394
  66e670 T cmd/internal/rsc.io/x86/x86asm.statictmp_1398
  66e6c0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1407
  66e6d0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1410
  66e680 T cmd/internal/rsc.io/x86/x86asm.statictmp_1413
  66e690 T cmd/internal/rsc.io/x86/x86asm.statictmp_1416
  66da2c T cmd/internal/rsc.io/x86/x86asm.statictmp_1528
  66da6e T cmd/internal/rsc.io/x86/x86asm.statictmp_1531
  66da70 T cmd/internal/rsc.io/x86/x86asm.statictmp_1534
  66da2d T cmd/internal/rsc.io/x86/x86asm.statictmp_1541
  66da72 T cmd/internal/rsc.io/x86/x86asm.statictmp_1544
  66da74 T cmd/internal/rsc.io/x86/x86asm.statictmp_1547
  66da2e T cmd/internal/rsc.io/x86/x86asm.statictmp_1554
  66da76 T cmd/internal/rsc.io/x86/x86asm.statictmp_1557
  66da78 T cmd/internal/rsc.io/x86/x86asm.statictmp_1560
  66e900 T cmd/internal/rsc.io/x86/x86asm.statictmp_1649
  66e910 T cmd/internal/rsc.io/x86/x86asm.statictmp_1652
  66e920 T cmd/internal/rsc.io/x86/x86asm.statictmp_1657
  66e930 T cmd/internal/rsc.io/x86/x86asm.statictmp_1660
  66f6e0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1663
  66e940 T cmd/internal/rsc.io/x86/x86asm.statictmp_1666
  66e950 T cmd/internal/rsc.io/x86/x86asm.statictmp_1669
  66e960 T cmd/internal/rsc.io/x86/x86asm.statictmp_1673
  66e970 T cmd/internal/rsc.io/x86/x86asm.statictmp_1677
  66e980 T cmd/internal/rsc.io/x86/x86asm.statictmp_1681
  66f4a0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1685
  66e990 T cmd/internal/rsc.io/x86/x86asm.statictmp_1688
  66e9a0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1692
  66e9b0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1695
  66f4e0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1698
  66e9c0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1701
  66e9d0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1704
  66e9e0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1707
  66f520 T cmd/internal/rsc.io/x86/x86asm.statictmp_1710
  66f0a0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1713
  66e9f0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1716
  66f0c0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1719
  66ea00 T cmd/internal/rsc.io/x86/x86asm.statictmp_1722
  66fe00 T cmd/internal/rsc.io/x86/x86asm.statictmp_1726
  66f720 T cmd/internal/rsc.io/x86/x86asm.statictmp_1758
  66f660 T cmd/internal/rsc.io/x86/x86asm.statictmp_1847
  66f0e0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1850
  66f360 T cmd/internal/rsc.io/x86/x86asm.statictmp_1854
  66f3a0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1857
  66f760 T cmd/internal/rsc.io/x86/x86asm.statictmp_1919
  66f6a0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1922
  66f7a0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1926
  66f7e0 T cmd/internal/rsc.io/x86/x86asm.statictmp_1929
  66f560 T cmd/internal/rsc.io/x86/x86asm.statictmp_1993
  66da2f T cmd/internal/rsc.io/x86/x86asm.statictmp_2071
  66da7a T cmd/internal/rsc.io/x86/x86asm.statictmp_2074
  66da7c T cmd/internal/rsc.io/x86/x86asm.statictmp_2077
  66da30 T cmd/internal/rsc.io/x86/x86asm.statictmp_2084
  66da7e T cmd/internal/rsc.io/x86/x86asm.statictmp_2087
  66da80 T cmd/internal/rsc.io/x86/x86asm.statictmp_2090
  66da31 T cmd/internal/rsc.io/x86/x86asm.statictmp_2097
  66da82 T cmd/internal/rsc.io/x86/x86asm.statictmp_2100
  66da84 T cmd/internal/rsc.io/x86/x86asm.statictmp_2103
  66da32 T cmd/internal/rsc.io/x86/x86asm.statictmp_2110
  66da86 T cmd/internal/rsc.io/x86/x86asm.statictmp_2113
  66da88 T cmd/internal/rsc.io/x86/x86asm.statictmp_2116
  66da33 T cmd/internal/rsc.io/x86/x86asm.statictmp_2123
  66da8a T cmd/internal/rsc.io/x86/x86asm.statictmp_2126
  66da8c T cmd/internal/rsc.io/x86/x86asm.statictmp_2129
  66da34 T cmd/internal/rsc.io/x86/x86asm.statictmp_2136
  66da8e T cmd/internal/rsc.io/x86/x86asm.statictmp_2139
  66da90 T cmd/internal/rsc.io/x86/x86asm.statictmp_2142
  66ea10 T cmd/internal/rsc.io/x86/x86asm.statictmp_2257
  66f5a0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2261
  66ea20 T cmd/internal/rsc.io/x86/x86asm.statictmp_2264
  66f100 T cmd/internal/rsc.io/x86/x86asm.statictmp_2267
  66ea30 T cmd/internal/rsc.io/x86/x86asm.statictmp_2270
  66ea40 T cmd/internal/rsc.io/x86/x86asm.statictmp_2273
  66ea50 T cmd/internal/rsc.io/x86/x86asm.statictmp_2277
  66ea60 T cmd/internal/rsc.io/x86/x86asm.statictmp_2280
  66ea70 T cmd/internal/rsc.io/x86/x86asm.statictmp_2284
  66ea80 T cmd/internal/rsc.io/x86/x86asm.statictmp_2287
  66e640 T cmd/internal/rsc.io/x86/x86asm.statictmp_2291
  66fa80 T cmd/internal/rsc.io/x86/x86asm.statictmp_2294
  66ea90 T cmd/internal/rsc.io/x86/x86asm.statictmp_2297
  66eaa0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2300
  66f5e0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2303
  66f820 T cmd/internal/rsc.io/x86/x86asm.statictmp_2306
  66eab0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2309
  66eac0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2312
  670bc0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2315
  66ead0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2318
  66eae0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2321
  66eaf0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2325
  66eb00 T cmd/internal/rsc.io/x86/x86asm.statictmp_2328
  66eb10 T cmd/internal/rsc.io/x86/x86asm.statictmp_2331
  66f620 T cmd/internal/rsc.io/x86/x86asm.statictmp_2335
  66eb20 T cmd/internal/rsc.io/x86/x86asm.statictmp_2338
  66ef80 T cmd/internal/rsc.io/x86/x86asm.statictmp_2341
  66eb30 T cmd/internal/rsc.io/x86/x86asm.statictmp_2344
  66eb40 T cmd/internal/rsc.io/x86/x86asm.statictmp_2348
  66da92 T cmd/internal/rsc.io/x86/x86asm.statictmp_2351
  66eb50 T cmd/internal/rsc.io/x86/x86asm.statictmp_2354
  66eb60 T cmd/internal/rsc.io/x86/x86asm.statictmp_2358
  66da94 T cmd/internal/rsc.io/x86/x86asm.statictmp_2361
  66eb70 T cmd/internal/rsc.io/x86/x86asm.statictmp_2364
  66eb80 T cmd/internal/rsc.io/x86/x86asm.statictmp_2368
  66da96 T cmd/internal/rsc.io/x86/x86asm.statictmp_2371
  66eb90 T cmd/internal/rsc.io/x86/x86asm.statictmp_2374
  66eba0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2378
  66da35 T cmd/internal/rsc.io/x86/x86asm.statictmp_2381
  66fae0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2433
  71e820 D cmd/internal/rsc.io/x86/x86asm.statictmp_2720
  71e5a0 D cmd/internal/rsc.io/x86/x86asm.statictmp_2721
  704ec0 D cmd/internal/rsc.io/x86/x86asm.statictmp_2722
  672a40 T cmd/internal/rsc.io/x86/x86asm.statictmp_2741
  6720c0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2743
  6724e0 T cmd/internal/rsc.io/x86/x86asm.statictmp_2745
  671b80 T cmd/internal/rsc.io/x86/x86asm.statictmp_2747
  49d5b0 T cmd/internal/rsc.io/x86/x86asm.testBasic
  49da20 T cmd/internal/rsc.io/x86/x86asm.testBasicREX
  4994b0 T cmd/internal/rsc.io/x86/x86asm.testExtDis
  4ac4c0 T cmd/internal/rsc.io/x86/x86asm.testExtDis.func1
  66e008 T cmd/internal/rsc.io/x86/x86asm.testExtDis.func1·f
  4ac520 T cmd/internal/rsc.io/x86/x86asm.testExtDis.func2
  66e010 T cmd/internal/rsc.io/x86/x86asm.testExtDis.func2·f
  4ac5a0 T cmd/internal/rsc.io/x86/x86asm.testExtDis.func3
  4a11a0 T cmd/internal/rsc.io/x86/x86asm.testObjdump32
  66e018 T cmd/internal/rsc.io/x86/x86asm.testObjdump32·f
  4a11f0 T cmd/internal/rsc.io/x86/x86asm.testObjdump64
  66e020 T cmd/internal/rsc.io/x86/x86asm.testObjdump64·f
  4a1240 T cmd/internal/rsc.io/x86/x86asm.testObjdumpArch
  4a4890 T cmd/internal/rsc.io/x86/x86asm.testPlan932
  66e028 T cmd/internal/rsc.io/x86/x86asm.testPlan932·f
  4a48e0 T cmd/internal/rsc.io/x86/x86asm.testPlan964
  66e030 T cmd/internal/rsc.io/x86/x86asm.testPlan964·f
  4a45b0 T cmd/internal/rsc.io/x86/x86asm.testPlan9Arch
  49df00 T cmd/internal/rsc.io/x86/x86asm.testPrefix
  49e240 T cmd/internal/rsc.io/x86/x86asm.testPrefixREX
  4a9b70 T cmd/internal/rsc.io/x86/x86asm.testXed32
  66e038 T cmd/internal/rsc.io/x86/x86asm.testXed32·f
  4a9bc0 T cmd/internal/rsc.io/x86/x86asm.testXed64
  66e040 T cmd/internal/rsc.io/x86/x86asm.testXed64·f
  4a9890 T cmd/internal/rsc.io/x86/x86asm.testXedArch
  49bc40 T cmd/internal/rsc.io/x86/x86asm.testdataCases
  4adbb0 T cmd/internal/rsc.io/x86/x86asm.testdataCases.func1
  49ba50 T cmd/internal/rsc.io/x86/x86asm.trimSpace
  482bf0 T cmd/internal/rsc.io/x86/x86asm.truncated
  707720 D cmd/internal/rsc.io/x86/x86asm.unhex
  48f9a0 T cmd/internal/rsc.io/x86/x86asm.unmarkImplicit
  7262c0 D cmd/internal/rsc.io/x86/x86asm.unsupported
  4a2d30 T cmd/internal/rsc.io/x86/x86asm.writeELF32
  4a3970 T cmd/internal/rsc.io/x86/x86asm.writeELF64
  49a3a0 T cmd/internal/rsc.io/x86/x86asm.writeInst
  4ad470 T cmd/internal/rsc.io/x86/x86asm.writeInst.func1
  71a8c0 D cmd/internal/rsc.io/x86/x86asm.xdis
  4a9c10 T cmd/internal/rsc.io/x86/x86asm.xed
  71a8e0 D cmd/internal/rsc.io/x86/x86asm.xedDots
  71a900 D cmd/internal/rsc.io/x86/x86asm.xedError
  71a920 D cmd/internal/rsc.io/x86/x86asm.xedInRaw
  71a840 D cmd/internal/rsc.io/x86/x86asm.xedManualTests
  71a940 D cmd/internal/rsc.io/x86/x86asm.xedNoDecode
  7262e0 D cmd/internal/rsc.io/x86/x86asm.xedUnsupported
  66e048 T cmd/internal/rsc.io/x86/x86asm.xed·f
  56b8d0 T debug/dwarf.(*Attr).GoString
  56b800 T debug/dwarf.(*Attr).String
  56ba70 T debug/dwarf.(*Class).GoString
  56b9a0 T debug/dwarf.(*Class).String
  670e20 T debug/dwarf..gostring.1
  56b2f0 T debug/dwarf.Attr.GoString
  56b240 T debug/dwarf.Attr.String
  56b440 T debug/dwarf.Class.GoString
  56b050 T debug/dwarf.Class.String
  725fb0 D debug/dwarf.ErrUnknownPC
  704680 D debug/dwarf._Class_index
  7257c0 D debug/dwarf.attrIsExprloc
  71f320 D debug/dwarf.attrNames
  7257c8 D debug/dwarf.attrPtrClass
  56b4e0 T debug/dwarf.init
  74a1e4 D debug/dwarf.initdone·
  7257d0 D debug/dwarf.knownOpcodeLengths
  6709c0 T debug/dwarf.statictmp_1007
  670f00 T debug/dwarf.statictmp_1009
  670a60 T debug/dwarf.statictmp_1011
  725fc0 D debug/elf.ErrNoSymbols
  5470f0 T debug/elf.init
  74a1e5 D debug/elf.initdone·
  5344c0 T encoding/binary.(*encoder).int16
  534500 T encoding/binary.(*encoder).int32
  534540 T encoding/binary.(*encoder).int64
  5343f0 T encoding/binary.(*encoder).int8
  5350f0 T encoding/binary.(*encoder).skip
  534100 T encoding/binary.(*encoder).uint16
  534200 T encoding/binary.(*encoder).uint32
  5342f0 T encoding/binary.(*encoder).uint64
  534030 T encoding/binary.(*encoder).uint8
  534580 T encoding/binary.(*encoder).value
  5361c0 T encoding/binary.(*littleEndian).GoString
  535a40 T encoding/binary.(*littleEndian).PutUint16
  535c60 T encoding/binary.(*littleEndian).PutUint32
  535f40 T encoding/binary.(*littleEndian).PutUint64
  5360f0 T encoding/binary.(*littleEndian).String
  535950 T encoding/binary.(*littleEndian).Uint16
  535b30 T encoding/binary.(*littleEndian).Uint32
  535d80 T encoding/binary.(*littleEndian).Uint64
  74a1e0 D encoding/binary.LittleEndian
  532510 T encoding/binary.Write
  533c30 T encoding/binary.dataSize
  535890 T encoding/binary.init
  74a1e6 D encoding/binary.initdone·
  535210 T encoding/binary.intDataSize
  5324f0 T encoding/binary.littleEndian.GoString
  5320d0 T encoding/binary.littleEndian.PutUint16
  5321d0 T encoding/binary.littleEndian.PutUint32
  5323a0 T encoding/binary.littleEndian.PutUint64
  5324d0 T encoding/binary.littleEndian.String
  532070 T encoding/binary.littleEndian.Uint16
  532130 T encoding/binary.littleEndian.Uint32
  532270 T encoding/binary.littleEndian.Uint64
  725fd0 D encoding/binary.overflow
  533d90 T encoding/binary.sizeof
  536970 T encoding/hex.(*InvalidByteError).Error
  5363d0 T encoding/hex.Decode
  536700 T encoding/hex.DecodeString
  725fe0 D encoding/hex.ErrLength
  536290 T encoding/hex.InvalidByteError.Error
  536690 T encoding/hex.fromHexChar
  5368b0 T encoding/hex.init
  74a1e7 D encoding/hex.initdone·
  4db3f0 T errors.(*errorString).Error
  4db310 T errors.New
  50fd00 T flag.(*FlagSet).Arg
  50fd90 T flag.(*FlagSet).Args
  50fea0 T flag.(*FlagSet).Bool
  50fdc0 T flag.(*FlagSet).BoolVar
  510b80 T flag.(*FlagSet).Duration
  510aa0 T flag.(*FlagSet).DurationVar
  510a00 T flag.(*FlagSet).Float64
  510920 T flag.(*FlagSet).Float64Var
  512ca0 T flag.(*FlagSet).Init
  5100a0 T flag.(*FlagSet).Int
  5102a0 T flag.(*FlagSet).Int64
  5101c0 T flag.(*FlagSet).Int64Var
  50ffc0 T flag.(*FlagSet).IntVar
  50eff0 T flag.(*FlagSet).Lookup
  50fd80 T flag.(*FlagSet).NArg
  50fce0 T flag.(*FlagSet).NFlag
  512a30 T flag.(*FlagSet).Parse
  512b60 T flag.(*FlagSet).Parsed
  50f950 T flag.(*FlagSet).PrintDefaults
  512ec0 T flag.(*FlagSet).PrintDefaults.func1
  50f060 T flag.(*FlagSet).Set
  50ee10 T flag.(*FlagSet).SetOutput
  5107f0 T flag.(*FlagSet).String
  5106c0 T flag.(*FlagSet).StringVar
  510420 T flag.(*FlagSet).Uint
  510620 T flag.(*FlagSet).Uint64
  510540 T flag.(*FlagSet).Uint64Var
  510340 T flag.(*FlagSet).UintVar
  510ca0 T flag.(*FlagSet).Var
  50ef30 T flag.(*FlagSet).Visit
  50ee70 T flag.(*FlagSet).VisitAll
  5114c0 T flag.(*FlagSet).failf
  50ed60 T flag.(*FlagSet).out
  511780 T flag.(*FlagSet).parseOne
  511710 T flag.(*FlagSet).usage
  50d8f0 T flag.(*boolValue).Get
  50dac0 T flag.(*boolValue).IsBoolFlag
  50d880 T flag.(*boolValue).Set
  50d970 T flag.(*boolValue).String
  50e920 T flag.(*durationValue).Get
  50e8b0 T flag.(*durationValue).Set
  50e9a0 T flag.(*durationValue).String
  50e6e0 T flag.(*float64Value).Get
  50e660 T flag.(*float64Value).Set
  50e760 T flag.(*float64Value).String
  50dda0 T flag.(*int64Value).Get
  50dd20 T flag.(*int64Value).Set
  50de20 T flag.(*int64Value).String
  50db50 T flag.(*intValue).Get
  50dad0 T flag.(*intValue).Set
  50dbd0 T flag.(*intValue).String
  50e480 T flag.(*stringValue).Get
  50e410 T flag.(*stringValue).Set
  50e510 T flag.(*stringValue).String
  50e240 T flag.(*uint64Value).Get
  50e1c0 T flag.(*uint64Value).Set
  50e2c0 T flag.(*uint64Value).String
  50dff0 T flag.(*uintValue).Get
  50df70 T flag.(*uintValue).Set
  50e070 T flag.(*uintValue).String
  50ff40 T flag.Bool
  7257d8 D flag.CommandLine
  510c20 T flag.Duration
  725ff0 D flag.ErrHelp
  510140 T flag.Int
  512c00 T flag.NewFlagSet
  512b70 T flag.Parse
  50f9a0 T flag.PrintDefaults
  5108a0 T flag.String
  5104c0 T flag.Uint
  50f4a0 T flag.UnquoteUsage
  7257e0 D flag.Usage
  50f9e0 T flag.defaultUsage
  512d10 T flag.glob.func1
  66e050 T flag.glob.func1·f
  5137f0 T flag.init
  74a1e8 D flag.initdone·
  50f3b0 T flag.isZeroValue
  50ea00 T flag.sortFlags
  517100 T fmt.(*buffer).Write
  517400 T fmt.(*buffer).WriteByte
  517500 T fmt.(*buffer).WriteRune
  517280 T fmt.(*buffer).WriteString
  513d40 T fmt.(*fmt).clearflags
  513e00 T fmt.(*fmt).computePadding
  5168a0 T fmt.(*fmt).fmt_E32
  516610 T fmt.(*fmt).fmt_E64
  5169f0 T fmt.(*fmt).fmt_G32
  516760 T fmt.(*fmt).fmt_G64
  514b00 T fmt.(*fmt).fmt_boolean
  515b80 T fmt.(*fmt).fmt_bx
  516b30 T fmt.(*fmt).fmt_c128
  516ac0 T fmt.(*fmt).fmt_c64
  516b90 T fmt.(*fmt).fmt_complex
  516830 T fmt.(*fmt).fmt_e32
  5165a0 T fmt.(*fmt).fmt_e64
  516910 T fmt.(*fmt).fmt_f32
  516680 T fmt.(*fmt).fmt_f64
  516a60 T fmt.(*fmt).fmt_fb32
  5167d0 T fmt.(*fmt).fmt_fb64
  516980 T fmt.(*fmt).fmt_g32
  5166f0 T fmt.(*fmt).fmt_g64
  515c30 T fmt.(*fmt).fmt_q
  515dd0 T fmt.(*fmt).fmt_qc
  515560 T fmt.(*fmt).fmt_s
  5155e0 T fmt.(*fmt).fmt_sbx
  515ae0 T fmt.(*fmt).fmt_sx
  515ed0 T fmt.(*fmt).formatFloat
  529d10 T fmt.(*fmt).formatFloat.func1
  66e058 T fmt.(*fmt).formatFloat.func1·f
  513d70 T fmt.(*fmt).init
  514ba0 T fmt.(*fmt).integer
  514110 T fmt.(*fmt).pad
  514620 T fmt.(*fmt).padString
  515450 T fmt.(*fmt).truncate
  513f10 T fmt.(*fmt).writePadding
  5179d0 T fmt.(*pp).Flag
  5179b0 T fmt.(*pp).Precision
  517990 T fmt.(*pp).Width
  517ab0 T fmt.(*pp).Write
  517a50 T fmt.(*pp).add
  522400 T fmt.(*pp).argNumber
  518db0 T fmt.(*pp).badVerb
  51bed0 T fmt.(*pp).catchPanic
  66e060 T fmt.(*pp).catchPanic·f
  51c680 T fmt.(*pp).clearSpecialFlags
  524660 T fmt.(*pp).doPrint
  522540 T fmt.(*pp).doPrintf
  5199b0 T fmt.(*pp).fmt0x64
  5195a0 T fmt.(*pp).fmtBool
  51a500 T fmt.(*pp).fmtBytes
  519610 T fmt.(*pp).fmtC
  51a260 T fmt.(*pp).fmtComplex128
  51a170 T fmt.(*pp).fmtComplex64
  519e70 T fmt.(*pp).fmtFloat32
  519ff0 T fmt.(*pp).fmtFloat64
  519730 T fmt.(*pp).fmtInt64
  51b750 T fmt.(*pp).fmtPointer
  51a350 T fmt.(*pp).fmtString
  519b80 T fmt.(*pp).fmtUint64
  519a60 T fmt.(*pp).fmtUnicode
  517900 T fmt.(*pp).free
  51c730 T fmt.(*pp).handleMethods
  51ce40 T fmt.(*pp).printArg
  51e170 T fmt.(*pp).printReflectValue
  51dce0 T fmt.(*pp).printValue
  51c6e0 T fmt.(*pp).restoreSpecialFlags
  66e068 T fmt.(*pp).restoreSpecialFlags·f
  5187b0 T fmt.(*pp).unknownType
  524af0 T fmt.(*ss).Read
  524c00 T fmt.(*ss).ReadRune
  525390 T fmt.(*ss).SkipSpace
  5251d0 T fmt.(*ss).Token
  529d30 T fmt.(*ss).Token.func1
  66e070 T fmt.(*ss).Token.func1·f
  524f10 T fmt.(*ss).UnreadRune
  524d90 T fmt.(*ss).Width
  5258f0 T fmt.(*ss).accept
  529530 T fmt.(*ss).advance
  526c20 T fmt.(*ss).complexTokens
  525710 T fmt.(*ss).consume
  526ed0 T fmt.(*ss).convertFloat
  527370 T fmt.(*ss).convertString
  529360 T fmt.(*ss).doScan
  529860 T fmt.(*ss).doScanf
  524ff0 T fmt.(*ss).error
  525070 T fmt.(*ss).errorString
  526890 T fmt.(*ss).floatToken
  5253d0 T fmt.(*ss).free
  525d50 T fmt.(*ss).getBase
  524dc0 T fmt.(*ss).getRune
  5278c0 T fmt.(*ss).hexByte
  5279c0 T fmt.(*ss).hexString
  524ea0 T fmt.(*ss).mustReadRune
  525860 T fmt.(*ss).notEOF
  525950 T fmt.(*ss).okVerb
  5257e0 T fmt.(*ss).peek
  5274f0 T fmt.(*ss).quotedString
  5260d0 T fmt.(*ss).scanBasePrefix
  525aa0 T fmt.(*ss).scanBool
  5271e0 T fmt.(*ss).scanComplex
  526220 T fmt.(*ss).scanInt
  525e70 T fmt.(*ss).scanNumber
  527bc0 T fmt.(*ss).scanOne
  525fa0 T fmt.(*ss).scanRune
  526570 T fmt.(*ss).scanUint
  5254a0 T fmt.(*ss).skipSpace
  525590 T fmt.(*ss).token
  704174 D fmt..gobytes.1
  704340 D fmt..gobytes.10
  704278 D fmt..gobytes.11
  704320 D fmt..gobytes.12
  704164 D fmt..gobytes.13
  704280 D fmt..gobytes.14
  704370 D fmt..gobytes.15
  704360 D fmt..gobytes.16
  704350 D fmt..gobytes.17
  704198 D fmt..gobytes.2
  704166 D fmt..gobytes.3
  7041a0 D fmt..gobytes.4
  7041a8 D fmt..gobytes.5
  70416e D fmt..gobytes.6
  704178 D fmt..gobytes.7
  704168 D fmt..gobytes.8
  704330 D fmt..gobytes.9
  517fb0 T fmt.Errorf
  5180f0 T fmt.Fprint
  517c90 T fmt.Fprintf
  5182d0 T fmt.Fprintln
  517da0 T fmt.Printf
  5183c0 T fmt.Println
  5181e0 T fmt.Sprint
  517eb0 T fmt.Sprintf
  5184a0 T fmt.Sprintln
  71a960 D fmt.badIndexBytes
  71a980 D fmt.badPrecBytes
  71a9a0 D fmt.badWidthBytes
  726000 D fmt.boolError
  726010 D fmt.byteType
  71a9c0 D fmt.bytesBytes
  71a9e0 D fmt.commaSpaceBytes
  726020 D fmt.complexError
  529190 T fmt.errorHandler
  66e078 T fmt.errorHandler·f
  71aa00 D fmt.extraBytes
  71aa20 D fmt.falseBytes
  518590 T fmt.getField
  529c50 T fmt.glob.func1
  66e080 T fmt.glob.func1·f
  529cb0 T fmt.glob.func2
  66e088 T fmt.glob.func2·f
  5277a0 T fmt.hexDigit
  525680 T fmt.indexRune
  529e20 T fmt.init
  513cc0 T fmt.init.1
  74a1e9 D fmt.initdone·
  74a258 D fmt.intBits
  71aa40 D fmt.irparenBytes
  5252d0 T fmt.isSpace
  71aa60 D fmt.mapBytes
  71aa80 D fmt.missingBytes
  517800 T fmt.newPrinter
  71aaa0 D fmt.nilAngleBytes
  71aac0 D fmt.nilBytes
  71aae0 D fmt.nilParenBytes
  71ab00 D fmt.noVerbBytes
  525340 T fmt.notSpace
  66e090 T fmt.notSpace·f
  726300 D fmt.padSpaceBytes
  726320 D fmt.padZeroBytes
  71ab20 D fmt.panicBytes
  5222d0 T fmt.parseArgNumber
  5186b0 T fmt.parsenum
  71ab40 D fmt.percentBangBytes
  726340 D fmt.ppFree
  71ab60 D fmt.space
  726360 D fmt.ssFree
  705380 D fmt.statictmp_0973
  71ab80 D fmt.trueBytes
  74a260 D fmt.uintptrBits
  532030 T go.(*struct { sync.Mutex; profiling bool; done chan bool }).Lock
  532050 T go.(*struct { sync.Mutex; profiling bool; done chan bool }).Unlock
  660758 T go.func.*
  66ebb0 T go.importpath.bufio.
  66ebc0 T go.importpath.bytes.
  66ebd0 T go.importpath.cmd/internal/rsc.io/x86/x86asm.
  66ebe0 T go.importpath.debug/dwarf.
  66ebf0 T go.importpath.debug/elf.
  66ec00 T go.importpath.encoding/binary.
  66ec10 T go.importpath.encoding/hex.
  66ec20 T go.importpath.errors.
  66ec30 T go.importpath.flag.
  66ec40 T go.importpath.fmt.
  66ec50 T go.importpath.internal/syscall/windows/registry.
  66ec60 T go.importpath.io.
  66ec70 T go.importpath.io/ioutil.
  66ec80 T go.importpath.log.
  66ec90 T go.importpath.math/rand.
  66eca0 T go.importpath.os.
  66ecb0 T go.importpath.os/exec.
  66ecc0 T go.importpath.path/filepath.
  66ecd0 T go.importpath.reflect.
  66ece0 T go.importpath.regexp.
  66ecf0 T go.importpath.regexp/syntax.
  66ed00 T go.importpath.runtime.
  66ed10 T go.importpath.runtime/pprof.
  66ed20 T go.importpath.sort.
  66ed30 T go.importpath.strconv.
  66ed40 T go.importpath.sync.
  66ed50 T go.importpath.syscall.
  66ed60 T go.importpath.testing.
  66ed70 T go.importpath.text/tabwriter.
  66ed80 T go.importpath.time.
  66ed90 T go.importpath.unicode.
  74a268 D go.itab.*bufio.Writer.io.Writer
  74a270 D go.itab.*bytes.Buffer.io.Writer
  74a278 D go.itab.*errors.errorString.error
  74a280 D go.itab.*flag.boolValue.flag.Value
  74a288 D go.itab.*flag.durationValue.flag.Value
  74a290 D go.itab.*flag.float64Value.flag.Value
  74a298 D go.itab.*flag.int64Value.flag.Value
  74a2a0 D go.itab.*flag.intValue.flag.Value
  74a2a8 D go.itab.*flag.stringValue.flag.Value
  74a2b0 D go.itab.*flag.uint64Value.flag.Value
  74a2b8 D go.itab.*flag.uintValue.flag.Value
  74a2c0 D go.itab.*fmt.pp.fmt.State
  74a2c8 D go.itab.*fmt.ss.fmt.ScanState
  74a2d0 D go.itab.*math/rand.lockedSource.math/rand.Source
  74a2d8 D go.itab.*math/rand.rngSource.math/rand.Source
  74a2e0 D go.itab.*os.File.io.Closer
  74a2e8 D go.itab.*os.File.io.ReadCloser
  74a2f0 D go.itab.*os.File.io.Reader
  74a2f8 D go.itab.*os.File.io.Writer
  74a300 D go.itab.*os.PathError.error
  74a308 D go.itab.*os.SyscallError.error
  74a310 D go.itab.*os.fileStat.os.FileInfo
  74a318 D go.itab.*os/exec.Error.error
  74a320 D go.itab.*os/exec.ExitError.error
  74a328 D go.itab.*os/exec.closeOnce.io.Closer
  74a330 D go.itab.*os/exec.closeOnce.io.WriteCloser
  74a338 D go.itab.*reflect.rtype.reflect.Type
  74a340 D go.itab.*regexp.inputBytes.regexp.input
  74a348 D go.itab.*regexp.inputReader.regexp.input
  74a350 D go.itab.*regexp.inputString.regexp.input
  74a358 D go.itab.*regexp/syntax.Error.error
  74a360 D go.itab.*strconv.NumError.error
  74a368 D go.itab.*sync.rlocker.sync.Locker
  74a370 D go.itab.*syscall.DLLError.error
  74a378 D go.itab.*text/tabwriter.Writer.io.Writer
  74a380 D go.itab.*time.ParseError.error
  74a388 D go.itab.cmd/internal/rsc.io/x86/x86asm.Imm.cmd/internal/rsc.io/x86/x86asm.Arg
  74a390 D go.itab.cmd/internal/rsc.io/x86/x86asm.Mem.cmd/internal/rsc.io/x86/x86asm.Arg
  74a398 D go.itab.cmd/internal/rsc.io/x86/x86asm.Reg.cmd/internal/rsc.io/x86/x86asm.Arg
  74a3a0 D go.itab.cmd/internal/rsc.io/x86/x86asm.Rel.cmd/internal/rsc.io/x86/x86asm.Arg
  74a3a8 D go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder
  74a3b0 D go.itab.encoding/hex.InvalidByteError.error
  74a3b8 D go.itab.io/ioutil.devNull.io.Writer
  74a3c0 D go.itab.regexp.runeSlice.sort.Interface
  74a3c8 D go.itab.regexp/syntax.ranges.sort.Interface
  74a3d0 D go.itab.runtime.errorString.error
  74a3d8 D go.itab.runtime/pprof.byCycles.sort.Interface
  74a3e0 D go.itab.runtime/pprof.byInUseBytes.sort.Interface
  74a3e8 D go.itab.runtime/pprof.runtimeProfile.runtime/pprof.countProfile
  74a3f0 D go.itab.runtime/pprof.stackProfile.runtime/pprof.countProfile
  74a3f8 D go.itab.runtime/pprof.stackProfile.sort.Interface
  74a400 D go.itab.sort.StringSlice.sort.Interface
  74a408 D go.itab.syscall.Errno.error
  74a410 D go.itab.syscall.Signal.os.Signal
  5fe3a0 T go.string.*
  4570c0 T gosave
  4dbca0 T internal/syscall/windows.init
  74a1ea D internal/syscall/windows.initdone·
  7257e8 D internal/syscall/windows.modiphlpapi
  7257f0 D internal/syscall/windows.modkernel32
  7257f8 D internal/syscall/windows.procGetAdaptersAddresses
  725800 D internal/syscall/windows.procGetComputerNameExW
  725808 D internal/syscall/windows.procMoveFileExW
  54a290 T internal/syscall/windows/registry.(*Key).Close
  54b3e0 T internal/syscall/windows/registry.(*Key).DeleteValue
  54aae0 T internal/syscall/windows/registry.(*Key).GetBinaryValue
  54a9f0 T internal/syscall/windows/registry.(*Key).GetIntegerValue
  54a7b0 T internal/syscall/windows/registry.(*Key).GetStringValue
  54a8c0 T internal/syscall/windows/registry.(*Key).GetStringsValue
  54a530 T internal/syscall/windows/registry.(*Key).GetValue
  54a360 T internal/syscall/windows/registry.(*Key).ReadSubKeyNames
  54b4c0 T internal/syscall/windows/registry.(*Key).ReadValueNames
  54b2e0 T internal/syscall/windows/registry.(*Key).SetBinaryValue
  54ad20 T internal/syscall/windows/registry.(*Key).SetDWordValue
  54b0f0 T internal/syscall/windows/registry.(*Key).SetExpandStringValue
  54ae10 T internal/syscall/windows/registry.(*Key).SetQWordValue
  54b000 T internal/syscall/windows/registry.(*Key).SetStringValue
  54b1e0 T internal/syscall/windows/registry.(*Key).SetStringsValue
  54a460 T internal/syscall/windows/registry.(*Key).Stat
  54a650 T internal/syscall/windows/registry.(*Key).getValue
  54af00 T internal/syscall/windows/registry.(*Key).setStringValue
  54ac10 T internal/syscall/windows/registry.(*Key).setValue
  726030 D internal/syscall/windows/registry.ErrUnexpectedType
  5471d0 T internal/syscall/windows/registry.Key.Close
  66e098 T internal/syscall/windows/registry.Key.Close·f
  5495d0 T internal/syscall/windows/registry.Key.DeleteValue
  548a10 T internal/syscall/windows/registry.Key.GetBinaryValue
  5485f0 T internal/syscall/windows/registry.Key.GetIntegerValue
  547de0 T internal/syscall/windows/registry.Key.GetStringValue
  548060 T internal/syscall/windows/registry.Key.GetStringsValue
  5479d0 T internal/syscall/windows/registry.Key.GetValue
  547340 T internal/syscall/windows/registry.Key.ReadSubKeyNames
  549650 T internal/syscall/windows/registry.Key.ReadValueNames
  549530 T internal/syscall/windows/registry.Key.SetBinaryValue
  548d00 T internal/syscall/windows/registry.Key.SetDWordValue
  5490a0 T internal/syscall/windows/registry.Key.SetExpandStringValue
  548dd0 T internal/syscall/windows/registry.Key.SetQWordValue
  549010 T internal/syscall/windows/registry.Key.SetStringValue
  549130 T internal/syscall/windows/registry.Key.SetStringsValue
  5478a0 T internal/syscall/windows/registry.Key.Stat
  547b40 T internal/syscall/windows/registry.Key.getValue
  548ea0 T internal/syscall/windows/registry.Key.setStringValue
  548bc0 T internal/syscall/windows/registry.Key.setValue
  547230 T internal/syscall/windows/registry.OpenKey
  549f30 T internal/syscall/windows/registry.init
  74a1eb D internal/syscall/windows/registry.initdone·
  725810 D internal/syscall/windows/registry.modadvapi32
  725818 D internal/syscall/windows/registry.modkernel32
  725820 D internal/syscall/windows/registry.procExpandEnvironmentStringsW
  725828 D internal/syscall/windows/registry.procRegCreateKeyExW
  725830 D internal/syscall/windows/registry.procRegDeleteKeyW
  725838 D internal/syscall/windows/registry.procRegDeleteValueW
  725840 D internal/syscall/windows/registry.procRegEnumValueW
  725848 D internal/syscall/windows/registry.procRegSetValueExW
  549e50 T internal/syscall/windows/registry.regDeleteValue
  549d10 T internal/syscall/windows/registry.regEnumValue
  549c00 T internal/syscall/windows/registry.regSetValueEx
  4db510 T io.Copy
  726040 D io.EOF
  726050 D io.ErrClosedPipe
  726060 D io.ErrNoProgress
  726070 D io.ErrShortBuffer
  726080 D io.ErrShortWrite
  726090 D io.ErrUnexpectedEOF
  4db5b0 T io.copyBuffer
  7260a0 D io.errOffset
  7260b0 D io.errWhence
  4db980 T io.init
  74a1ec D io.initdone·
  5379e0 T io/ioutil.(*devNull).ReadFrom
  537840 T io/ioutil.(*devNull).Write
  537910 T io/ioutil.(*devNull).WriteString
  7260c0 D io/ioutil.Discard
  536c50 T io/ioutil.ReadFile
  537200 T io/ioutil.TempFile
  726380 D io/ioutil.blackHolePool
  536f00 T io/ioutil.devNull.ReadFrom
  536ec0 T io/ioutil.devNull.Write
  536ee0 T io/ioutil.devNull.WriteString
  5374e0 T io/ioutil.glob.func1
  66e0a0 T io/ioutil.glob.func1·f
  537700 T io/ioutil.init
  74a1ed D io/ioutil.initdone·
  537110 T io/ioutil.nextSuffix
  74a214 D io/ioutil.rand
  74a418 D io/ioutil.randmu
  536a40 T io/ioutil.readAll
  5375c0 T io/ioutil.readAll.func1
  66e0a8 T io/ioutil.readAll.func1·f
  537090 T io/ioutil.reseed
  53c6e0 T log.(*Logger).Fatal
  53c770 T log.(*Logger).Fatalf
  53c820 T log.(*Logger).Fatalln
  53cb60 T log.(*Logger).Flags
  53c030 T log.(*Logger).Output
  53c8b0 T log.(*Logger).Panic
  53c990 T log.(*Logger).Panicf
  53ca80 T log.(*Logger).Panicln
  53ccb0 T log.(*Logger).Prefix
  53c5e0 T log.(*Logger).Print
  53c540 T log.(*Logger).Printf
  53c660 T log.(*Logger).Println
  53cc10 T log.(*Logger).SetFlags
  53af40 T log.(*Logger).SetOutput
  53cd80 T log.(*Logger).SetPrefix
  53b290 T log.(*Logger).formatHeader
  53cef0 T log.Fatalf
  53ae60 T log.New
  53ce50 T log.Printf
  53cfa0 T log.init
  74a1ee D log.initdone·
  53b010 T log.itoa
  725850 D log.std
  458a80 T main
  71aba0 D main.benchmarks
  71abc0 D main.examples
  4012c0 T main.init
  74a1ef D main.initdone·
  401180 T main.main
  7260d0 D main.matchPat
  725858 D main.matchRe
  401000 T main.matchString
  66e0b0 T main.matchString·f
  720520 D main.statictmp_0009
  74a1e0 D main.statictmp_0010
  74a1e0 D main.statictmp_0011
  71abe0 D main.tests
  671580 T masks
  54bb30 T math.Abs
  66eda0 T math.Abs.args_stackmap
  54b650 T math.Copysign
  54bb50 T math.Exp
  66edb0 T math.Exp.args_stackmap
  54bcc0 T math.Ldexp
  66edc0 T math.Ldexp.args_stackmap
  54bcd0 T math.Log
  66edd0 T math.Log.args_stackmap
  54b9c0 T math.init
  54b8f0 T math.init.1
  74a1f0 D math.initdone·
  54b6c0 T math.ldexp
  54b5c0 T math.normalize
  74ac00 D math.pow10tab
  53d0c0 T math/rand.(*Rand).ExpFloat64
  53dbb0 T math/rand.(*Rand).Float32
  53db40 T math/rand.(*Rand).Float64
  53d7b0 T math/rand.(*Rand).Int
  53d760 T math/rand.(*Rand).Int31
  53d940 T math/rand.(*Rand).Int31n
  53d6b0 T math/rand.(*Rand).Int63
  53d800 T math/rand.(*Rand).Int63n
  53da60 T math/rand.(*Rand).Intn
  53d290 T math/rand.(*Rand).NormFloat64
  53dc10 T math/rand.(*Rand).Perm
  53d650 T math/rand.(*Rand).Seed
  53d710 T math/rand.(*Rand).Uint32
  53dd80 T math/rand.(*lockedSource).Int63
  53de20 T math/rand.(*lockedSource).Seed
  53e0f0 T math/rand.(*rngSource).Int63
  53dec0 T math/rand.(*rngSource).Seed
  53dd30 T math/rand.Intn
  53d5d0 T math/rand.New
  53d510 T math/rand.NewSource
  70d860 D math/rand.fe
  7093a0 D math/rand.fn
  725860 D math/rand.globalRand
  53e1e0 T math/rand.init
  74a1f1 D math/rand.initdone·
  70dc60 D math/rand.ke
  7095a0 D math/rand.kn
  711180 D math/rand.rng_cooked
  70e060 D math/rand.we
  7097a0 D math/rand.wn
  45cbe0 T os.(*File).Chdir
  45d1c0 T os.(*File).Chmod
  45d420 T os.(*File).Chown
  45e780 T os.(*File).Close
  66e0b8 T os.(*File).Close·f
  45d9b0 T os.(*File).Fd
  45bd20 T os.(*File).Name
  45bf60 T os.(*File).Read
  45c170 T os.(*File).ReadAt
  4594d0 T os.(*File).Readdir
  4595a0 T os.(*File).Readdirnames
  45c880 T os.(*File).Seek
  461380 T os.(*File).Stat
  45d7e0 T os.(*File).Sync
  45d640 T os.(*File).Truncate
  45c400 T os.(*File).Write
  45c620 T os.(*File).WriteAt
  45caf0 T os.(*File).WriteString
  463820 T os.(*File).close
  463800 T os.(*File).isdir
  45fbb0 T os.(*File).pread
  460760 T os.(*File).pwrite
  45f9e0 T os.(*File).read
  45f590 T os.(*File).readConsole
  45eb50 T os.(*File).readdir
  458f20 T os.(*File).readdirnames
  460a10 T os.(*File).seek
  460590 T os.(*File).write
  45fee0 T os.(*File).writeConsole
  463910 T os.(*FileMode).IsDir
  4639c0 T os.(*FileMode).IsRegular
  463a70 T os.(*FileMode).Perm
  463840 T os.(*FileMode).String
  45bd50 T os.(*LinkError).Error
  459730 T os.(*PathError).Error
  459250 T os.(*Process).Kill
  4591f0 T os.(*Process).Release
  66e0c0 T os.(*Process).Release·f
  459310 T os.(*Process).Signal
  4592b0 T os.(*Process).Wait
  459cc0 T os.(*Process).done
  45a340 T os.(*Process).kill
  45b770 T os.(*Process).release
  459c60 T os.(*Process).setDone
  45b4d0 T os.(*Process).signal
  45a920 T os.(*Process).wait
  4593e0 T os.(*ProcessState).Exited
  45a3b0 T os.(*ProcessState).Pid
  45a4a0 T os.(*ProcessState).String
  459400 T os.(*ProcessState).Success
  459420 T os.(*ProcessState).Sys
  4594b0 T os.(*ProcessState).SysUsage
  4593b0 T os.(*ProcessState).SystemTime
  459380 T os.(*ProcessState).UserTime
  45a3c0 T os.(*ProcessState).exited
  45a3e0 T os.(*ProcessState).success
  45a400 T os.(*ProcessState).sys
  45a480 T os.(*ProcessState).sysUsage
  45bcf0 T os.(*ProcessState).systemTime
  45bcc0 T os.(*ProcessState).userTime
  459860 T os.(*SyscallError).Error
  45e800 T os.(*file).close
  66e0c8 T os.(*file).close·f
  45dbe0 T os.(*file).isdir
  462c40 T os.(*fileStat).IsDir
  4649f0 T os.(*fileStat).Lock
  462d30 T os.(*fileStat).ModTime
  462cd0 T os.(*fileStat).Mode
  462c10 T os.(*fileStat).Name
  462cb0 T os.(*fileStat).Size
  462df0 T os.(*fileStat).Sys
  464a20 T os.(*fileStat).Unlock
  462e20 T os.(*fileStat).loadFileId
  7263a0 D os.Args
  45ce70 T os.Create
  4596d0 T os.Environ
  7260e0 D os.ErrExist
  7260f0 D os.ErrInvalid
  726100 D os.ErrNotExist
  726110 D os.ErrPermission
  461330 T os.Exit
  463790 T os.File.close
  463740 T os.File.isdir
  462bc0 T os.FileMode.IsDir
  462be0 T os.FileMode.IsRegular
  462c00 T os.FileMode.Perm
  462960 T os.FileMode.String
  459670 T os.Getenv
  459d20 T os.Getpid
  726120 D os.Interrupt
  459940 T os.IsExist
  726130 D os.Kill
  461a30 T os.Lstat
  45db70 T os.NewFile
  45cdf0 T os.Open
  45e250 T os.OpenFile
  460ec0 T os.Pipe
  45cef0 T os.Readlink
  460b40 T os.Remove
  459140 T os.StartProcess
  461930 T os.Stat
  725868 D os.Stderr
  725870 D os.Stdin
  725878 D os.Stdout
  4611a0 T os.TempDir
  462200 T os.basename
  71e640 D os.devNullStat
  4630e0 T os.glob.func1
  66e0d0 T os.glob.func1·f
  4630f0 T os.init
  45ba30 T os.init.1
  461320 T os.init.2
  74a1f2 D os.initdone·
  4623a0 T os.isAbs
  459990 T os.isExist
  462710 T os.itoa
  45d9e0 T os.newFile
  459bb0 T os.newProcess
  45dd30 T os.openDir
  45dc10 T os.openFile
  42c390 T os.runtime_beforeExit
  459d60 T os.startProcess
  66fe80 T os.statictmp_0237
  45b130 T os.terminateProcess
  4627e0 T os.uitoa
  725880 D os.useSyscallwd
  462460 T os.volumeName
  541bd0 T os/exec.(*Cmd).CombinedOutput
  541960 T os/exec.(*Cmd).Output
  540040 T os/exec.(*Cmd).Run
  540710 T os/exec.(*Cmd).Start
  544a30 T os/exec.(*Cmd).Start.func1
  66e0d8 T os/exec.(*Cmd).Start.func1·f
  542f20 T os/exec.(*Cmd).StderrPipe
  542000 T os/exec.(*Cmd).StdinPipe
  542850 T os/exec.(*Cmd).StdoutPipe
  541480 T os/exec.(*Cmd).Wait
  53ed80 T os/exec.(*Cmd).argv
  53ff80 T os/exec.(*Cmd).closeDescriptors
  53ecf0 T os/exec.(*Cmd).envv
  53f670 T os/exec.(*Cmd).stderr
  66e0e0 T os/exec.(*Cmd).stderr·f
  53ee70 T os/exec.(*Cmd).stdin
  544820 T os/exec.(*Cmd).stdin.func1
  66e0e8 T os/exec.(*Cmd).stdin·f
  53f5e0 T os/exec.(*Cmd).stdout
  66e0f0 T os/exec.(*Cmd).stdout·f
  53f7f0 T os/exec.(*Cmd).writerDescriptor
  544950 T os/exec.(*Cmd).writerDescriptor.func1
  53e6f0 T os/exec.(*Error).Error
  541420 T os/exec.(*ExitError).Error
  5454c0 T os/exec.(*ExitError).Exited
  5454e0 T os/exec.(*ExitError).Pid
  545500 T os/exec.(*ExitError).String
  545520 T os/exec.(*ExitError).Success
  545540 T os/exec.(*ExitError).Sys
  545560 T os/exec.(*ExitError).SysUsage
  545580 T os/exec.(*ExitError).SystemTime
  5455a0 T os/exec.(*ExitError).UserTime
  5455c0 T os/exec.(*ExitError).os.exited
  5455e0 T os/exec.(*ExitError).os.success
  545600 T os/exec.(*ExitError).os.sys
  545620 T os/exec.(*ExitError).os.sysUsage
  545640 T os/exec.(*ExitError).os.systemTime
  545660 T os/exec.(*ExitError).os.userTime
  544aa0 T os/exec.(*closeOnce).(os/exec.close)-fm
  545820 T os/exec.(*closeOnce).Chdir
  545840 T os/exec.(*closeOnce).Chmod
  545860 T os/exec.(*closeOnce).Chown
  542730 T os/exec.(*closeOnce).Close
  545880 T os/exec.(*closeOnce).Fd
  5458a0 T os/exec.(*closeOnce).Name
  5458c0 T os/exec.(*closeOnce).Read
  5458f0 T os/exec.(*closeOnce).ReadAt
  545920 T os/exec.(*closeOnce).Readdir
  545960 T os/exec.(*closeOnce).Readdirnames
  5459a0 T os/exec.(*closeOnce).Seek
  5459d0 T os/exec.(*closeOnce).Stat
  545a00 T os/exec.(*closeOnce).Sync
  545a20 T os/exec.(*closeOnce).Truncate
  545a40 T os/exec.(*closeOnce).Write
  545a70 T os/exec.(*closeOnce).WriteAt
  545aa0 T os/exec.(*closeOnce).WriteString
  5427d0 T os/exec.(*closeOnce).close
  545ca0 T os/exec.(*closeOnce).os.close
  545cd0 T os/exec.(*closeOnce).os.isdir
  545ad0 T os/exec.(*closeOnce).os.pread
  545b00 T os/exec.(*closeOnce).os.pwrite
  545b30 T os/exec.(*closeOnce).os.read
  545b60 T os/exec.(*closeOnce).os.readConsole
  545b90 T os/exec.(*closeOnce).os.readdir
  545bd0 T os/exec.(*closeOnce).os.readdirnames
  545c10 T os/exec.(*closeOnce).os.seek
  545c40 T os/exec.(*closeOnce).os.write
  545c70 T os/exec.(*closeOnce).os.writeConsole
  53e830 T os/exec.Command
  726140 D os/exec.ErrNotFound
  544f40 T os/exec.ExitError.Exited
  544f90 T os/exec.ExitError.Pid
  544fd0 T os/exec.ExitError.String
  545040 T os/exec.ExitError.Success
  545090 T os/exec.ExitError.Sys
  545150 T os/exec.ExitError.SysUsage
  5451a0 T os/exec.ExitError.SystemTime
  545200 T os/exec.ExitError.UserTime
  545260 T os/exec.ExitError.os.exited
  5452b0 T os/exec.ExitError.os.success
  545300 T os/exec.ExitError.os.sys
  5453b0 T os/exec.ExitError.os.sysUsage
  545400 T os/exec.ExitError.os.systemTime
  545460 T os/exec.ExitError.os.userTime
  543a40 T os/exec.LookPath
  5435f0 T os/exec.chkStat
  545cf0 T os/exec.closeOnce.Chdir
  545f30 T os/exec.closeOnce.Chmod
  545fb0 T os/exec.closeOnce.Chown
  546200 T os/exec.closeOnce.Fd
  546250 T os/exec.closeOnce.Name
  5462a0 T os/exec.closeOnce.Read
  546350 T os/exec.closeOnce.ReadAt
  546410 T os/exec.closeOnce.Readdir
  5464d0 T os/exec.closeOnce.Readdirnames
  546590 T os/exec.closeOnce.Seek
  546630 T os/exec.closeOnce.Stat
  5466d0 T os/exec.closeOnce.Sync
  546740 T os/exec.closeOnce.Truncate
  5467c0 T os/exec.closeOnce.Write
  546870 T os/exec.closeOnce.WriteAt
  546930 T os/exec.closeOnce.WriteString
  547030 T os/exec.closeOnce.os.close
  5470a0 T os/exec.closeOnce.os.isdir
  5469d0 T os/exec.closeOnce.os.pread
  546a90 T os/exec.closeOnce.os.pwrite
  546b50 T os/exec.closeOnce.os.read
  546c00 T os/exec.closeOnce.os.readConsole
  546cb0 T os/exec.closeOnce.os.readdir
  546d70 T os/exec.closeOnce.os.readdirnames
  546e30 T os/exec.closeOnce.os.seek
  546ed0 T os/exec.closeOnce.os.write
  546f80 T os/exec.closeOnce.os.writeConsole
  543780 T os/exec.findExecutable
  5436c0 T os/exec.hasExt
  544ae0 T os/exec.init
  74a1f3 D os/exec.initdone·
  53ec50 T os/exec.interfaceEqual
  5447e0 T os/exec.interfaceEqual.func1
  66e0f8 T os/exec.interfaceEqual.func1·f
  5400d0 T os/exec.lookExtensions
  5442a0 T os/exec.splitList
  66f120 T os/exec.statictmp_0099
  726150 D path.ErrBadPattern
  56c0c0 T path.init
  74a1f4 D path.initdone·
  568d20 T path/filepath.(*lazybuf).append
  568ca0 T path/filepath.(*lazybuf).index
  568ee0 T path/filepath.(*lazybuf).string
  56a600 T path/filepath.Base
  569030 T path/filepath.Clean
  726160 D path/filepath.ErrBadPattern
  56a4f0 T path/filepath.FromSlash
  56a590 T path/filepath.Join
  726170 D path/filepath.SkipDir
  56a7c0 T path/filepath.VolumeName
  56af30 T path/filepath.init
  74a1f5 D path/filepath.initdone·
  56aee0 T path/filepath.isUNC
  56aaa0 T path/filepath.join
  56abe0 T path/filepath.joinNonEmpty
  56a830 T path/filepath.volumeNameLen
  55d650 T reflect.(*ChanDir).String
  55d810 T reflect.(*Kind).String
  55d720 T reflect.(*StructTag).Get
  55dfb0 T reflect.(*Value).Addr
  55e0a0 T reflect.(*Value).Bool
  55e160 T reflect.(*Value).Bytes
  55e4d0 T reflect.(*Value).Call
  55e5e0 T reflect.(*Value).CallSlice
  55e340 T reflect.(*Value).CanAddr
  55f200 T reflect.(*Value).CanInterface
  55e400 T reflect.(*Value).CanSet
  55e820 T reflect.(*Value).Cap
  55e8f0 T reflect.(*Value).Close
  55e9b0 T reflect.(*Value).Complex
  561860 T reflect.(*Value).Convert
  55ea90 T reflect.(*Value).Elem
  55eb80 T reflect.(*Value).Field
  55ec70 T reflect.(*Value).FieldByIndex
  55ed80 T reflect.(*Value).FieldByName
  55ee80 T reflect.(*Value).FieldByNameFunc
  55ef70 T reflect.(*Value).Float
  55f040 T reflect.(*Value).Index
  55f130 T reflect.(*Value).Int
  55f2c0 T reflect.(*Value).Interface
  55f3a0 T reflect.(*Value).InterfaceData
  55f480 T reflect.(*Value).IsNil
  55f540 T reflect.(*Value).IsValid
  55f600 T reflect.(*Value).Kind
  55f6c0 T reflect.(*Value).Len
  55f790 T reflect.(*Value).MapIndex
  55f8a0 T reflect.(*Value).MapKeys
  55f990 T reflect.(*Value).Method
  55fb50 T reflect.(*Value).MethodByName
  55fc50 T reflect.(*Value).NumField
  55fa80 T reflect.(*Value).NumMethod
  55fd20 T reflect.(*Value).OverflowComplex
  55fe00 T reflect.(*Value).OverflowFloat
  55fed0 T reflect.(*Value).OverflowInt
  55ffa0 T reflect.(*Value).OverflowUint
  560070 T reflect.(*Value).Pointer
  560140 T reflect.(*Value).Recv
  560340 T reflect.(*Value).Send
  560510 T reflect.(*Value).Set
  5605f0 T reflect.(*Value).SetBool
  5606b0 T reflect.(*Value).SetBytes
  560bb0 T reflect.(*Value).SetCap
  560870 T reflect.(*Value).SetComplex
  560940 T reflect.(*Value).SetFloat
  560a10 T reflect.(*Value).SetInt
  560ae0 T reflect.(*Value).SetLen
  560c80 T reflect.(*Value).SetMapIndex
  560e50 T reflect.(*Value).SetPointer
  560f20 T reflect.(*Value).SetString
  560d80 T reflect.(*Value).SetUint
  560ff0 T reflect.(*Value).Slice
  5610f0 T reflect.(*Value).Slice3
  561200 T reflect.(*Value).String
  5612e0 T reflect.(*Value).TryRecv
  5613e0 T reflect.(*Value).TrySend
  5614c0 T reflect.(*Value).Type
  5615a0 T reflect.(*Value).Uint
  561670 T reflect.(*Value).UnsafeAddr
  561740 T reflect.(*Value).assignTo
  55e6f0 T reflect.(*Value).call
  55dda0 T reflect.(*Value).kind
  55dde0 T reflect.(*Value).mustBe
  55de90 T reflect.(*Value).mustBeAssignable
  55de40 T reflect.(*Value).mustBeExported
  55dee0 T reflect.(*Value).pointer
  560240 T reflect.(*Value).recv
  55e250 T reflect.(*Value).runes
  560420 T reflect.(*Value).send
  560790 T reflect.(*Value).setRunes
  553400 T reflect.(*ValueError).Error
  563520 T reflect.(*arrayType).Align
  563a50 T reflect.(*arrayType).AssignableTo
  5634f0 T reflect.(*arrayType).Bits
  563730 T reflect.(*arrayType).ChanDir
  563ab0 T reflect.(*arrayType).Comparable
  563a80 T reflect.(*arrayType).ConvertibleTo
  563790 T reflect.(*arrayType).Elem
  5637c0 T reflect.(*arrayType).Field
  563550 T reflect.(*arrayType).FieldAlign
  5637f0 T reflect.(*arrayType).FieldByIndex
  563820 T reflect.(*arrayType).FieldByName
  563860 T reflect.(*arrayType).FieldByNameFunc
  563a20 T reflect.(*arrayType).Implements
  5638a0 T reflect.(*arrayType).In
  563760 T reflect.(*arrayType).IsVariadic
  5638d0 T reflect.(*arrayType).Key
  563580 T reflect.(*arrayType).Kind
  563900 T reflect.(*arrayType).Len
  563640 T reflect.(*arrayType).Method
  563680 T reflect.(*arrayType).MethodByName
  563700 T reflect.(*arrayType).Name
  563930 T reflect.(*arrayType).NumField
  563960 T reflect.(*arrayType).NumIn
  563610 T reflect.(*arrayType).NumMethod
  563990 T reflect.(*arrayType).NumOut
  5639c0 T reflect.(*arrayType).Out
  5636d0 T reflect.(*arrayType).PkgPath
  5634c0 T reflect.(*arrayType).Size
  563490 T reflect.(*arrayType).String
  5635e0 T reflect.(*arrayType).common
  5635b0 T reflect.(*arrayType).pointers
  5639f0 T reflect.(*arrayType).ptrTo
  563430 T reflect.(*arrayType).uncommon
  5526c0 T reflect.(*bitVector).append
  562ce0 T reflect.(*chanType).Align
  563210 T reflect.(*chanType).AssignableTo
  562cb0 T reflect.(*chanType).Bits
  562ef0 T reflect.(*chanType).ChanDir
  563270 T reflect.(*chanType).Comparable
  563240 T reflect.(*chanType).ConvertibleTo
  562f50 T reflect.(*chanType).Elem
  562f80 T reflect.(*chanType).Field
  562d10 T reflect.(*chanType).FieldAlign
  562fb0 T reflect.(*chanType).FieldByIndex
  562fe0 T reflect.(*chanType).FieldByName
  563020 T reflect.(*chanType).FieldByNameFunc
  5631e0 T reflect.(*chanType).Implements
  563060 T reflect.(*chanType).In
  562f20 T reflect.(*chanType).IsVariadic
  563090 T reflect.(*chanType).Key
  562d40 T reflect.(*chanType).Kind
  5630c0 T reflect.(*chanType).Len
  562e00 T reflect.(*chanType).Method
  562e40 T reflect.(*chanType).MethodByName
  562ec0 T reflect.(*chanType).Name
  5630f0 T reflect.(*chanType).NumField
  563120 T reflect.(*chanType).NumIn
  562dd0 T reflect.(*chanType).NumMethod
  563150 T reflect.(*chanType).NumOut
  563180 T reflect.(*chanType).Out
  562e90 T reflect.(*chanType).PkgPath
  562c80 T reflect.(*chanType).Size
  562c50 T reflect.(*chanType).String
  562da0 T reflect.(*chanType).common
  562d70 T reflect.(*chanType).pointers
  5631b0 T reflect.(*chanType).ptrTo
  562bf0 T reflect.(*chanType).uncommon
  55dae0 T reflect.(*flag).kind
  55db90 T reflect.(*flag).mustBe
  55dcf0 T reflect.(*flag).mustBeAssignable
  55dc40 T reflect.(*flag).mustBeExported
  561ef0 T reflect.(*funcType).Align
  562420 T reflect.(*funcType).AssignableTo
  561ec0 T reflect.(*funcType).Bits
  562100 T reflect.(*funcType).ChanDir
  562480 T reflect.(*funcType).Comparable
  562450 T reflect.(*funcType).ConvertibleTo
  562160 T reflect.(*funcType).Elem
  562190 T reflect.(*funcType).Field
  561f20 T reflect.(*funcType).FieldAlign
  5621c0 T reflect.(*funcType).FieldByIndex
  5621f0 T reflect.(*funcType).FieldByName
  562230 T reflect.(*funcType).FieldByNameFunc
  5623f0 T reflect.(*funcType).Implements
  562270 T reflect.(*funcType).In
  562130 T reflect.(*funcType).IsVariadic
  5622a0 T reflect.(*funcType).Key
  561f50 T reflect.(*funcType).Kind
  5622d0 T reflect.(*funcType).Len
  562010 T reflect.(*funcType).Method
  562050 T reflect.(*funcType).MethodByName
  5620d0 T reflect.(*funcType).Name
  562300 T reflect.(*funcType).NumField
  562330 T reflect.(*funcType).NumIn
  561fe0 T reflect.(*funcType).NumMethod
  562360 T reflect.(*funcType).NumOut
  562390 T reflect.(*funcType).Out
  5620a0 T reflect.(*funcType).PkgPath
  561e90 T reflect.(*funcType).Size
  561e60 T reflect.(*funcType).String
  561fb0 T reflect.(*funcType).common
  561f80 T reflect.(*funcType).pointers
  5623c0 T reflect.(*funcType).ptrTo
  561e00 T reflect.(*funcType).uncommon
  5625a0 T reflect.(*interfaceType).Align
  562a10 T reflect.(*interfaceType).AssignableTo
  562570 T reflect.(*interfaceType).Bits
  5626f0 T reflect.(*interfaceType).ChanDir
  562a70 T reflect.(*interfaceType).Comparable
  562a40 T reflect.(*interfaceType).ConvertibleTo
  562750 T reflect.(*interfaceType).Elem
  562780 T reflect.(*interfaceType).Field
  5625d0 T reflect.(*interfaceType).FieldAlign
  5627b0 T reflect.(*interfaceType).FieldByIndex
  5627e0 T reflect.(*interfaceType).FieldByName
  562820 T reflect.(*interfaceType).FieldByNameFunc
  5629e0 T reflect.(*interfaceType).Implements
  562860 T reflect.(*interfaceType).In
  562720 T reflect.(*interfaceType).IsVariadic
  562890 T reflect.(*interfaceType).Key
  562600 T reflect.(*interfaceType).Kind
  5628c0 T reflect.(*interfaceType).Len
  54ddb0 T reflect.(*interfaceType).Method
  54df40 T reflect.(*interfaceType).MethodByName
  5626c0 T reflect.(*interfaceType).Name
  5628f0 T reflect.(*interfaceType).NumField
  562920 T reflect.(*interfaceType).NumIn
  54df30 T reflect.(*interfaceType).NumMethod
  562950 T reflect.(*interfaceType).NumOut
  562980 T reflect.(*interfaceType).Out
  562690 T reflect.(*interfaceType).PkgPath
  562540 T reflect.(*interfaceType).Size
  562510 T reflect.(*interfaceType).String
  562660 T reflect.(*interfaceType).common
  562630 T reflect.(*interfaceType).pointers
  5629b0 T reflect.(*interfaceType).ptrTo
  5624b0 T reflect.(*interfaceType).uncommon
  563d60 T reflect.(*mapType).Align
  564290 T reflect.(*mapType).AssignableTo
  563d30 T reflect.(*mapType).Bits
  563f70 T reflect.(*mapType).ChanDir
  5642f0 T reflect.(*mapType).Comparable
  5642c0 T reflect.(*mapType).ConvertibleTo
  563fd0 T reflect.(*mapType).Elem
  564000 T reflect.(*mapType).Field
  563d90 T reflect.(*mapType).FieldAlign
  564030 T reflect.(*mapType).FieldByIndex
  564060 T reflect.(*mapType).FieldByName
  5640a0 T reflect.(*mapType).FieldByNameFunc
  564260 T reflect.(*mapType).Implements
  5640e0 T reflect.(*mapType).In
  563fa0 T reflect.(*mapType).IsVariadic
  564110 T reflect.(*mapType).Key
  563dc0 T reflect.(*mapType).Kind
  564140 T reflect.(*mapType).Len
  563e80 T reflect.(*mapType).Method
  563ec0 T reflect.(*mapType).MethodByName
  563f40 T reflect.(*mapType).Name
  564170 T reflect.(*mapType).NumField
  5641a0 T reflect.(*mapType).NumIn
  563e50 T reflect.(*mapType).NumMethod
  5641d0 T reflect.(*mapType).NumOut
  564200 T reflect.(*mapType).Out
  563f10 T reflect.(*mapType).PkgPath
  563d00 T reflect.(*mapType).Size
  563cd0 T reflect.(*mapType).String
  563e20 T reflect.(*mapType).common
  563df0 T reflect.(*mapType).pointers
  564230 T reflect.(*mapType).ptrTo
  563c70 T reflect.(*mapType).uncommon
  564540 T reflect.(*ptrType).Align
  564a70 T reflect.(*ptrType).AssignableTo
  564510 T reflect.(*ptrType).Bits
  564750 T reflect.(*ptrType).ChanDir
  564ad0 T reflect.(*ptrType).Comparable
  564aa0 T reflect.(*ptrType).ConvertibleTo
  5647b0 T reflect.(*ptrType).Elem
  5647e0 T reflect.(*ptrType).Field
  564570 T reflect.(*ptrType).FieldAlign
  564810 T reflect.(*ptrType).FieldByIndex
  564840 T reflect.(*ptrType).FieldByName
  564880 T reflect.(*ptrType).FieldByNameFunc
  564a40 T reflect.(*ptrType).Implements
  5648c0 T reflect.(*ptrType).In
  564780 T reflect.(*ptrType).IsVariadic
  5648f0 T reflect.(*ptrType).Key
  5645a0 T reflect.(*ptrType).Kind
  564920 T reflect.(*ptrType).Len
  564660 T reflect.(*ptrType).Method
  5646a0 T reflect.(*ptrType).MethodByName
  564720 T reflect.(*ptrType).Name
  564950 T reflect.(*ptrType).NumField
  564980 T reflect.(*ptrType).NumIn
  564630 T reflect.(*ptrType).NumMethod
  5649b0 T reflect.(*ptrType).NumOut
  5649e0 T reflect.(*ptrType).Out
  5646f0 T reflect.(*ptrType).PkgPath
  5644e0 T reflect.(*ptrType).Size
  5644b0 T reflect.(*ptrType).String
  564600 T reflect.(*ptrType).common
  5645d0 T reflect.(*ptrType).pointers
  564a10 T reflect.(*ptrType).ptrTo
  564450 T reflect.(*ptrType).uncommon
  54c480 T reflect.(*rtype).Align
  5501e0 T reflect.(*rtype).AssignableTo
  54c320 T reflect.(*rtype).Bits
  54cd40 T reflect.(*rtype).ChanDir
  5503f0 T reflect.(*rtype).Comparable
  550300 T reflect.(*rtype).ConvertibleTo
  54ce80 T reflect.(*rtype).Elem
  54d200 T reflect.(*rtype).Field
  54c490 T reflect.(*rtype).FieldAlign
  54d300 T reflect.(*rtype).FieldByIndex
  54d420 T reflect.(*rtype).FieldByName
  54d540 T reflect.(*rtype).FieldByNameFunc
  550080 T reflect.(*rtype).Implements
  54d650 T reflect.(*rtype).In
  54cde0 T reflect.(*rtype).IsVariadic
  54d7b0 T reflect.(*rtype).Key
  54c4a0 T reflect.(*rtype).Kind
  54d8d0 T reflect.(*rtype).Len
  54c960 T reflect.(*rtype).Method
  54cb80 T reflect.(*rtype).MethodByName
  54ccf0 T reflect.(*rtype).Name
  54d970 T reflect.(*rtype).NumField
  54da10 T reflect.(*rtype).NumIn
  54c920 T reflect.(*rtype).NumMethod
  54dab0 T reflect.(*rtype).NumOut
  54db50 T reflect.(*rtype).Out
  54cca0 T reflect.(*rtype).PkgPath
  54c310 T reflect.(*rtype).Size
  54c2e0 T reflect.(*rtype).String
  54c4e0 T reflect.(*rtype).common
  54c4c0 T reflect.(*rtype).pointers
  54fb10 T reflect.(*rtype).ptrTo
  55da80 T reflect.(*rtype).uncommon
  564d20 T reflect.(*sliceType).Align
  565250 T reflect.(*sliceType).AssignableTo
  564cf0 T reflect.(*sliceType).Bits
  564f30 T reflect.(*sliceType).ChanDir
  5652b0 T reflect.(*sliceType).Comparable
  565280 T reflect.(*sliceType).ConvertibleTo
  564f90 T reflect.(*sliceType).Elem
  564fc0 T reflect.(*sliceType).Field
  564d50 T reflect.(*sliceType).FieldAlign
  564ff0 T reflect.(*sliceType).FieldByIndex
  565020 T reflect.(*sliceType).FieldByName
  565060 T reflect.(*sliceType).FieldByNameFunc
  565220 T reflect.(*sliceType).Implements
  5650a0 T reflect.(*sliceType).In
  564f60 T reflect.(*sliceType).IsVariadic
  5650d0 T reflect.(*sliceType).Key
  564d80 T reflect.(*sliceType).Kind
  565100 T reflect.(*sliceType).Len
  564e40 T reflect.(*sliceType).Method
  564e80 T reflect.(*sliceType).MethodByName
  564f00 T reflect.(*sliceType).Name
  565130 T reflect.(*sliceType).NumField
  565160 T reflect.(*sliceType).NumIn
  564e10 T reflect.(*sliceType).NumMethod
  565190 T reflect.(*sliceType).NumOut
  5651c0 T reflect.(*sliceType).Out
  564ed0 T reflect.(*sliceType).PkgPath
  564cc0 T reflect.(*sliceType).Size
  564c90 T reflect.(*sliceType).String
  564de0 T reflect.(*sliceType).common
  564db0 T reflect.(*sliceType).pointers
  5651f0 T reflect.(*sliceType).ptrTo
  564c30 T reflect.(*sliceType).uncommon
  5653d0 T reflect.(*structType).Align
  565820 T reflect.(*structType).AssignableTo
  5653a0 T reflect.(*structType).Bits
  5655e0 T reflect.(*structType).ChanDir
  565880 T reflect.(*structType).Comparable
  565850 T reflect.(*structType).ConvertibleTo
  565640 T reflect.(*structType).Elem
  54e570 T reflect.(*structType).Field
  565400 T reflect.(*structType).FieldAlign
  54e840 T reflect.(*structType).FieldByIndex
  54f7c0 T reflect.(*structType).FieldByName
  55d440 T reflect.(*structType).FieldByName.func1
  54eb20 T reflect.(*structType).FieldByNameFunc
  5657f0 T reflect.(*structType).Implements
  565670 T reflect.(*structType).In
  565610 T reflect.(*structType).IsVariadic
  5656a0 T reflect.(*structType).Key
  565430 T reflect.(*structType).Kind
  5656d0 T reflect.(*structType).Len
  5654f0 T reflect.(*structType).Method
  565530 T reflect.(*structType).MethodByName
  5655b0 T reflect.(*structType).Name
  565700 T reflect.(*structType).NumField
  565730 T reflect.(*structType).NumIn
  5654c0 T reflect.(*structType).NumMethod
  565760 T reflect.(*structType).NumOut
  565790 T reflect.(*structType).Out
  565580 T reflect.(*structType).PkgPath
  565370 T reflect.(*structType).Size
  565340 T reflect.(*structType).String
  565490 T reflect.(*structType).common
  565460 T reflect.(*structType).pointers
  5657c0 T reflect.(*structType).ptrTo
  5652e0 T reflect.(*structType).uncommon
  54c4f0 T reflect.(*uncommonType).Method
  54c740 T reflect.(*uncommonType).MethodByName
  54c290 T reflect.(*uncommonType).Name
  54c720 T reflect.(*uncommonType).NumMethod
  54c240 T reflect.(*uncommonType).PkgPath
  54c230 T reflect.(*uncommonType).uncommon
  54dcb0 T reflect.ChanDir.String
  55aa60 T reflect.Indirect
  54c140 T reflect.Kind.String
  55a760 T reflect.MakeSlice
  55adb0 T reflect.New
  54e240 T reflect.StructTag.Get
  54fa30 T reflect.TypeOf
  553ab0 T reflect.Value.Addr
  553b90 T reflect.Value.Bool
  553be0 T reflect.Value.Bytes
  553e40 T reflect.Value.Call
  553f30 T reflect.Value.CallSlice
  553e00 T reflect.Value.CanAddr
  556fd0 T reflect.Value.CanInterface
  553e20 T reflect.Value.CanSet
  555f90 T reflect.Value.Cap
  556090 T reflect.Value.Close
  556110 T reflect.Value.Complex
  55b2e0 T reflect.Value.Convert
  5561f0 T reflect.Value.Elem
  556430 T reflect.Value.Field
  5565c0 T reflect.Value.FieldByIndex
  5568e0 T reflect.Value.FieldByName
  556a30 T reflect.Value.FieldByNameFunc
  556b60 T reflect.Value.Float
  556c20 T reflect.Value.Index
  556ed0 T reflect.Value.Int
  557060 T reflect.Value.Interface
  5572f0 T reflect.Value.InterfaceData
  557360 T reflect.Value.IsNil
  557480 T reflect.Value.IsValid
  557490 T reflect.Value.Kind
  5574a0 T reflect.Value.Len
  5575f0 T reflect.Value.MapIndex
  557870 T reflect.Value.MapKeys
  557ba0 T reflect.Value.Method
  557e80 T reflect.Value.MethodByName
  558020 T reflect.Value.NumField
  557db0 T reflect.Value.NumMethod
  558070 T reflect.Value.OverflowComplex
  5581b0 T reflect.Value.OverflowFloat
  5582a0 T reflect.Value.OverflowInt
  5583b0 T reflect.Value.OverflowUint
  5584d0 T reflect.Value.Pointer
  558630 T reflect.Value.Recv
  558930 T reflect.Value.Send
  558b90 T reflect.Value.Set
  558cb0 T reflect.Value.SetBool
  558d10 T reflect.Value.SetBytes
  5592a0 T reflect.Value.SetCap
  558f50 T reflect.Value.SetComplex
  559030 T reflect.Value.SetFloat
  5590f0 T reflect.Value.SetInt
  5591e0 T reflect.Value.SetLen
  559370 T reflect.Value.SetMapIndex
  5597b0 T reflect.Value.SetPointer
  559830 T reflect.Value.SetString
  5596c0 T reflect.Value.SetUint
  5598b0 T reflect.Value.Slice
  559cb0 T reflect.Value.Slice3
  559f80 T reflect.Value.String
  55a0d0 T reflect.Value.TryRecv
  55a190 T reflect.Value.TrySend
  55a230 T reflect.Value.Type
  55a560 T reflect.Value.Uint
  55a670 T reflect.Value.UnsafeAddr
  55aef0 T reflect.Value.assignTo
  554020 T reflect.Value.call
  561960 T reflect.Value.kind
  5619a0 T reflect.Value.mustBe
  561a50 T reflect.Value.mustBeAssignable
  561a00 T reflect.Value.mustBeExported
  5530e0 T reflect.Value.pointer
  5586f0 T reflect.Value.recv
  553cf0 T reflect.Value.runes
  5589d0 T reflect.Value.send
  558e30 T reflect.Value.setRunes
  55ab10 T reflect.ValueOf
  55ac40 T reflect.Zero
  552820 T reflect.addTypeBits
  563450 T reflect.arrayType.uncommon
  455640 T reflect.call
  74a1f6 D reflect.callGC
  555c10 T reflect.callMethod
  562c10 T reflect.chanType.uncommon
  404820 T reflect.chancap
  404840 T reflect.chanclose
  404800 T reflect.chanlen
  404790 T reflect.chanrecv
  404710 T reflect.chansend
  55b560 T reflect.convertOp
  55cbf0 T reflect.cvtBytesString
  66e100 T reflect.cvtBytesString·f
  55c960 T reflect.cvtComplex
  66e108 T reflect.cvtComplex·f
  55d030 T reflect.cvtDirect
  66e110 T reflect.cvtDirect·f
  55c8b0 T reflect.cvtFloat
  55c570 T reflect.cvtFloatInt
  66e118 T reflect.cvtFloatInt·f
  55c630 T reflect.cvtFloatUint
  66e120 T reflect.cvtFloatUint·f
  66e128 T reflect.cvtFloat·f
  55d2e0 T reflect.cvtI2I
  66e130 T reflect.cvtI2I·f
  55c410 T reflect.cvtInt
  55c710 T reflect.cvtIntFloat
  66e138 T reflect.cvtIntFloat·f
  55ca30 T reflect.cvtIntString
  66e140 T reflect.cvtIntString·f
  66e148 T reflect.cvtInt·f
  55ce10 T reflect.cvtRunesString
  66e150 T reflect.cvtRunesString·f
  55cd00 T reflect.cvtStringBytes
  66e158 T reflect.cvtStringBytes·f
  55cf20 T reflect.cvtStringRunes
  66e160 T reflect.cvtStringRunes·f
  55d130 T reflect.cvtT2I
  66e168 T reflect.cvtT2I·f
  55c4c0 T reflect.cvtUint
  55c7d0 T reflect.cvtUintFloat
  66e170 T reflect.cvtUintFloat·f
  55cb10 T reflect.cvtUintString
  66e178 T reflect.cvtUintString·f
  66e180 T reflect.cvtUint·f
  550830 T reflect.directlyAssignable
  7263c0 D reflect.dummy
  5530d0 T reflect.flag.kind
  553610 T reflect.flag.mustBe
  553870 T reflect.flag.mustBeAssignable
  5536f0 T reflect.flag.mustBeExported
  550040 T reflect.fnv1
  5519d0 T reflect.funcLayout
  55d4c0 T reflect.funcLayout.func1
  561e20 T reflect.funcType.uncommon
  5509c0 T reflect.haveIdenticalUnderlyingType
  40d5a0 T reflect.ifaceE2I
  550420 T reflect.implements
  55d520 T reflect.init
  74a1f7 D reflect.initdone·
  5624d0 T reflect.interfaceType.uncommon
  71ac00 D reflect.kindNames
  726540 D reflect.layoutCache
  55c1b0 T reflect.makeBytes
  55bfb0 T reflect.makeComplex
  55bee0 T reflect.makeFloat
  55be00 T reflect.makeInt
  54be60 T reflect.makeMethodValue
  55c2e0 T reflect.makeRunes
  55c090 T reflect.makeString
  563c90 T reflect.mapType.uncommon
  40ac00 T reflect.mapaccess
  40ac60 T reflect.mapassign
  40acc0 T reflect.mapdelete
  40ad10 T reflect.mapiterinit
  40adc0 T reflect.mapiterkey
  40ad80 T reflect.mapiternext
  40add0 T reflect.maplen
  4411a0 T reflect.memclr
  553570 T reflect.methodName
  5557d0 T reflect.methodReceiver
  565e70 T reflect.methodValueCall
  66e188 T reflect.methodValueCall.args_stackmap
  66e190 T reflect.methodValueCall·f
  5531c0 T reflect.packEface
  726560 D reflect.ptrMap
  564470 T reflect.ptrType.uncommon
  55daa0 T reflect.rtype.uncommon
  564c50 T reflect.sliceType.uncommon
  66da36 T reflect.statictmp_0360
  66f3e0 T reflect.statictmp_0879
  66fb40 T reflect.statictmp_1052
  66fba0 T reflect.statictmp_1055
  71f160 D reflect.statictmp_1717
  565300 T reflect.structType.uncommon
  4104d0 T reflect.typedmemmove
  410520 T reflect.typedmemmovepartial
  439500 T reflect.typelinks
  551490 T reflect.typesByString
  725888 D reflect.uint8Type
  40faf0 T reflect.unsafe_New
  40fc20 T reflect.unsafe_NewArray
  5570d0 T reflect.valueInterface
  46ee20 T regexp.(*Regexp).Expand
  46ef80 T regexp.(*Regexp).ExpandString
  46e590 T regexp.(*Regexp).Find
  470750 T regexp.(*Regexp).FindAll
  474ef0 T regexp.(*Regexp).FindAll.func1
  4708d0 T regexp.(*Regexp).FindAllIndex
  475080 T regexp.(*Regexp).FindAllIndex.func1
  470a40 T regexp.(*Regexp).FindAllString
  4751d0 T regexp.(*Regexp).FindAllString.func1
  470bb0 T regexp.(*Regexp).FindAllStringIndex
  475360 T regexp.(*Regexp).FindAllStringIndex.func1
  471000 T regexp.(*Regexp).FindAllStringSubmatch
  4758a0 T regexp.(*Regexp).FindAllStringSubmatch.func1
  471170 T regexp.(*Regexp).FindAllStringSubmatchIndex
  475b90 T regexp.(*Regexp).FindAllStringSubmatchIndex.func1
  470d10 T regexp.(*Regexp).FindAllSubmatch
  4754b0 T regexp.(*Regexp).FindAllSubmatch.func1
  470e90 T regexp.(*Regexp).FindAllSubmatchIndex
  475790 T regexp.(*Regexp).FindAllSubmatchIndex.func1
  46e6e0 T regexp.(*Regexp).FindIndex
  46ea20 T regexp.(*Regexp).FindReaderIndex
  470640 T regexp.(*Regexp).FindReaderSubmatchIndex
  46e7f0 T regexp.(*Regexp).FindString
  46e920 T regexp.(*Regexp).FindStringIndex
  470240 T regexp.(*Regexp).FindStringSubmatch
  470530 T regexp.(*Regexp).FindStringSubmatchIndex
  46eb20 T regexp.(*Regexp).FindSubmatch
  470120 T regexp.(*Regexp).FindSubmatchIndex
  46ce20 T regexp.(*Regexp).LiteralPrefix
  46bb60 T regexp.(*Regexp).Longest
  46cf90 T regexp.(*Regexp).Match
  46ce50 T regexp.(*Regexp).MatchReader
  46cef0 T regexp.(*Regexp).MatchString
  46c5d0 T regexp.(*Regexp).NumSubexp
  46dd40 T regexp.(*Regexp).ReplaceAll
  474a00 T regexp.(*Regexp).ReplaceAll.func1
  46dfc0 T regexp.(*Regexp).ReplaceAllFunc
  474d10 T regexp.(*Regexp).ReplaceAllFunc.func1
  46dec0 T regexp.(*Regexp).ReplaceAllLiteral
  474be0 T regexp.(*Regexp).ReplaceAllLiteral.func1
  46d1c0 T regexp.(*Regexp).ReplaceAllLiteralString
  4746f0 T regexp.(*Regexp).ReplaceAllLiteralString.func1
  46d040 T regexp.(*Regexp).ReplaceAllString
  4745b0 T regexp.(*Regexp).ReplaceAllString.func1
  46d2d0 T regexp.(*Regexp).ReplaceAllStringFunc
  474820 T regexp.(*Regexp).ReplaceAllStringFunc.func1
  4712d0 T regexp.(*Regexp).Split
  46bab0 T regexp.(*Regexp).String
  46c5e0 T regexp.(*Regexp).SubexpNames
  46e1d0 T regexp.(*Regexp).allMatches
  468cc0 T regexp.(*Regexp).doExecute
  46f0a0 T regexp.(*Regexp).expand
  46c050 T regexp.(*Regexp).get
  46e0b0 T regexp.(*Regexp).pad
  46c1d0 T regexp.(*Regexp).put
  46d3e0 T regexp.(*Regexp).replaceAll
  464e50 T regexp.(*bitState).push
  464a50 T regexp.(*bitState).reset
  464d80 T regexp.(*bitState).shouldVisit
  46ca80 T regexp.(*inputBytes).canCheckPrefix
  46cbd0 T regexp.(*inputBytes).context
  46ca90 T regexp.(*inputBytes).hasPrefix
  46cb10 T regexp.(*inputBytes).index
  46c980 T regexp.(*inputBytes).step
  46cde0 T regexp.(*inputReader).canCheckPrefix
  46ce10 T regexp.(*inputReader).context
  46cdf0 T regexp.(*inputReader).hasPrefix
  46ce00 T regexp.(*inputReader).index
  46cd00 T regexp.(*inputReader).step
  46c6f0 T regexp.(*inputString).canCheckPrefix
  46c870 T regexp.(*inputString).context
  46c700 T regexp.(*inputString).hasPrefix
  46c7d0 T regexp.(*inputString).index
  46c610 T regexp.(*inputString).step
  467c00 T regexp.(*machine).add
  4667f0 T regexp.(*machine).alloc
  465c50 T regexp.(*machine).backtrack
  467070 T regexp.(*machine).clear
  466980 T regexp.(*machine).free
  466760 T regexp.(*machine).init
  466ad0 T regexp.(*machine).match
  466030 T regexp.(*machine).newInputBytes
  466200 T regexp.(*machine).newInputReader
  466120 T regexp.(*machine).newInputString
  4684a0 T regexp.(*machine).onepass
  467280 T regexp.(*machine).step
  4650d0 T regexp.(*machine).tryBacktrack
  475d90 T regexp.(*onePassInst).MatchEmptyWidth
  475dc0 T regexp.(*onePassInst).MatchRune
  475df0 T regexp.(*onePassInst).MatchRunePos
  475e20 T regexp.(*onePassInst).String
  475e50 T regexp.(*onePassInst).regexp/syntax.op
  469a50 T regexp.(*queueOnePass).clear
  469a80 T regexp.(*queueOnePass).contains
  4699d0 T regexp.(*queueOnePass).empty
  469b40 T regexp.(*queueOnePass).insert
  469c60 T regexp.(*queueOnePass).insertNew
  4699f0 T regexp.(*queueOnePass).next
  469a70 T regexp.(*queueOnePass).reset
  476270 T regexp.(*runeSlice).Len
  476330 T regexp.(*runeSlice).Less
  476530 T regexp.(*runeSlice).Sort
  476420 T regexp.(*runeSlice).Swap
  66ff00 T regexp..gostring.1
  670b00 T regexp..gostring.2
  46bae0 T regexp.Compile
  46c340 T regexp.MustCompile
  71ac20 D regexp.anyRune
  71ac40 D regexp.anyRuneNotNL
  46a220 T regexp.cleanupOnePass
  46bb80 T regexp.compile
  46b7d0 T regexp.compileOnePass
  7263e0 D regexp.empty
  46fde0 T regexp.extract
  475ca0 T regexp.init
  74a1f8 D regexp.initdone·
  4699a0 T regexp.iop
  46abc0 T regexp.makeOnePass
  471b00 T regexp.makeOnePass.func1
  471fd0 T regexp.makeOnePass.func2
  469cf0 T regexp.mergeRuneSets
  4717d0 T regexp.mergeRuneSets.func1
  66e198 T regexp.mergeRuneSets.func1·f
  471810 T regexp.mergeRuneSets.func2
  71ac60 D regexp.noNext
  71ac80 D regexp.noRune
  725890 D regexp.notBacktrack
  725898 D regexp.notOnePass
  46a4f0 T regexp.onePassCopy
  4698e0 T regexp.onePassNext
  469530 T regexp.onePassPrefix
  4662f0 T regexp.progMachine
  46c4e0 T regexp.quote
  46aa30 T regexp.runeSlice.Len
  46aa40 T regexp.runeSlice.Less
  46ab20 T regexp.runeSlice.Sort
  46aaa0 T regexp.runeSlice.Swap
  66ede0 T regexp.statictmp_0714
  74a1e0 D regexp.statictmp_1061
  70417c D regexp.statictmp_1062
  704690 D regexp.statictmp_1063
  704288 D regexp.statictmp_1064
  4e2540 T regexp/syntax.(*Error).Error
  4f5040 T regexp/syntax.(*ErrorCode).String
  4ef760 T regexp/syntax.(*Inst).MatchEmptyWidth
  4ef510 T regexp/syntax.(*Inst).MatchRune
  4ef560 T regexp/syntax.(*Inst).MatchRunePos
  4ef950 T regexp/syntax.(*Inst).String
  4ef1e0 T regexp/syntax.(*Inst).op
  4f4f50 T regexp/syntax.(*InstOp).String
  4ef210 T regexp/syntax.(*Prog).Prefix
  4ef440 T regexp/syntax.(*Prog).StartCond
  4ef020 T regexp/syntax.(*Prog).String
  4ef120 T regexp/syntax.(*Prog).skipNop
  4f24a0 T regexp/syntax.(*Regexp).CapNames
  4f0d80 T regexp/syntax.(*Regexp).Equal
  4f23c0 T regexp/syntax.(*Regexp).MaxCap
  4f2690 T regexp/syntax.(*Regexp).Simplify
  4f1ff0 T regexp/syntax.(*Regexp).String
  4f2570 T regexp/syntax.(*Regexp).capNames
  4e15f0 T regexp/syntax.(*compiler).alt
  4e1320 T regexp/syntax.(*compiler).cap
  4e1570 T regexp/syntax.(*compiler).cat
  4df340 T regexp/syntax.(*compiler).compile
  4e1e90 T regexp/syntax.(*compiler).empty
  4e1310 T regexp/syntax.(*compiler).fail
  4df140 T regexp/syntax.(*compiler).init
  4e0f90 T regexp/syntax.(*compiler).inst
  4e1140 T regexp/syntax.(*compiler).nop
  4e1e20 T regexp/syntax.(*compiler).plus
  4e18e0 T regexp/syntax.(*compiler).quest
  4e20a0 T regexp/syntax.(*compiler).rune
  4e1b80 T regexp/syntax.(*compiler).star
  4e40f0 T regexp/syntax.(*parser).alternate
  4eb8f0 T regexp/syntax.(*parser).appendGroup
  4e46a0 T regexp/syntax.(*parser).collapse
  4e3ef0 T regexp/syntax.(*parser).concat
  4e4e20 T regexp/syntax.(*parser).factor
  4e6eb0 T regexp/syntax.(*parser).leadingRegexp
  4e6970 T regexp/syntax.(*parser).leadingString
  4e3440 T regexp/syntax.(*parser).literal
  4e2e50 T regexp/syntax.(*parser).maybeConcat
  4e3250 T regexp/syntax.(*parser).newLiteral
  4e2680 T regexp/syntax.(*parser).newRegexp
  4e34a0 T regexp/syntax.(*parser).op
  4ec660 T regexp/syntax.(*parser).parseClass
  4eb110 T regexp/syntax.(*parser).parseClassChar
  4ea890 T regexp/syntax.(*parser).parseEscape
  4e97c0 T regexp/syntax.(*parser).parseInt
  4eb520 T regexp/syntax.(*parser).parseNamedClass
  4eb310 T regexp/syntax.(*parser).parsePerlClassEscape
  4e8f30 T regexp/syntax.(*parser).parsePerlFlags
  4e8d10 T regexp/syntax.(*parser).parseRepeat
  4ea4c0 T regexp/syntax.(*parser).parseRightParen
  4ebbb0 T regexp/syntax.(*parser).parseUnicodeClass
  4e9aa0 T regexp/syntax.(*parser).parseVerticalBar
  4e27d0 T regexp/syntax.(*parser).push
  4e6f40 T regexp/syntax.(*parser).removeLeadingRegexp
  4e6a20 T regexp/syntax.(*parser).removeLeadingString
  4e3580 T regexp/syntax.(*parser).repeat
  4e2730 T regexp/syntax.(*parser).reuse
  4e9f60 T regexp/syntax.(*parser).swapVerticalBar
  4f4e90 T regexp/syntax.(*patchList).append
  4f4ce0 T regexp/syntax.(*patchList).next
  4f4dd0 T regexp/syntax.(*patchList).patch
  4f5450 T regexp/syntax.(*ranges).Len
  4f52d0 T regexp/syntax.(*ranges).Less
  4f5510 T regexp/syntax.(*ranges).Swap
  4decd0 T regexp/syntax.Compile
  4eef20 T regexp/syntax.EmptyOpContext
  4e2660 T regexp/syntax.ErrorCode.String
  4eeea0 T regexp/syntax.InstOp.String
  4e7610 T regexp/syntax.Parse
  71aca0 D regexp/syntax.anyRune
  71acc0 D regexp/syntax.anyRuneNotNL
  71a180 D regexp/syntax.anyTable
  4edc50 T regexp/syntax.appendClass
  4edd50 T regexp/syntax.appendFoldedClass
  4ed9b0 T regexp/syntax.appendFoldedRange
  4ed720 T regexp/syntax.appendLiteral
  4ede50 T regexp/syntax.appendNegatedClass
  4ee380 T regexp/syntax.appendNegatedTable
  4ed800 T regexp/syntax.appendRange
  4edfc0 T regexp/syntax.appendTable
  4efa50 T regexp/syntax.bw
  4eeb90 T regexp/syntax.checkUTF8
  4e4320 T regexp/syntax.cleanAlt
  4ed540 T regexp/syntax.cleanClass
  71ace0 D regexp/syntax.code1
  71ad00 D regexp/syntax.code10
  71ad20 D regexp/syntax.code11
  71ad40 D regexp/syntax.code12
  71ad60 D regexp/syntax.code13
  71ad80 D regexp/syntax.code14
  71ada0 D regexp/syntax.code15
  71adc0 D regexp/syntax.code16
  71ade0 D regexp/syntax.code17
  71ae00 D regexp/syntax.code2
  71ae20 D regexp/syntax.code3
  71ae40 D regexp/syntax.code4
  71ae60 D regexp/syntax.code5
  71ae80 D regexp/syntax.code6
  71aea0 D regexp/syntax.code7
  71aec0 D regexp/syntax.code8
  71aee0 D regexp/syntax.code9
  4efe90 T regexp/syntax.dumpInst
  4efb30 T regexp/syntax.dumpProg
  4f20f0 T regexp/syntax.escape
  4f39a0 T regexp/syntax.init
  74a1f9 D regexp/syntax.initdone·
  71af00 D regexp/syntax.instOpNames
  4e96f0 T regexp/syntax.isValidCaptureName
  4e7360 T regexp/syntax.literalRegexp
  4e9990 T regexp/syntax.matchRune
  4e9b20 T regexp/syntax.mergeCharClass
  4e33b0 T regexp/syntax.minFoldRune
  4ee7e0 T regexp/syntax.negateClass
  4eed10 T regexp/syntax.nextRune
  4debd0 T regexp/syntax.patchList.append
  4dead0 T regexp/syntax.patchList.next
  4deb50 T regexp/syntax.patchList.patch
  7258a0 D regexp/syntax.perlGroup
  7258a8 D regexp/syntax.posixGroup
  4eea60 T regexp/syntax.ranges.Len
  4ee960 T regexp/syntax.ranges.Less
  4eea80 T regexp/syntax.ranges.Swap
  4e3dc0 T regexp/syntax.repeatIsValid
  4f3740 T regexp/syntax.simplify1
  66f140 T regexp/syntax.statictmp_0896
  66edf0 T regexp/syntax.statictmp_0899
  66f860 T regexp/syntax.statictmp_0934
  66f8a0 T regexp/syntax.statictmp_0937
  66f8e0 T regexp/syntax.statictmp_0940
  66f920 T regexp/syntax.statictmp_0943
  66ee00 T regexp/syntax.statictmp_0946
  66ee10 T regexp/syntax.statictmp_0949
  66f160 T regexp/syntax.statictmp_0952
  66ee20 T regexp/syntax.statictmp_0955
  66f180 T regexp/syntax.statictmp_0959
  66ee30 T regexp/syntax.statictmp_0962
  66f1a0 T regexp/syntax.statictmp_0965
  66f960 T regexp/syntax.statictmp_0969
  66f1c0 T regexp/syntax.statictmp_0972
  66f1e0 T regexp/syntax.statictmp_0975
  7046a0 D regexp/syntax.statictmp_1125
  704290 D regexp/syntax.statictmp_1126
  71b2e0 D regexp/syntax.statictmp_1127
  7041b8 D regexp/syntax.statictmp_1128
  704380 D regexp/syntax.statictmp_1129
  704298 D regexp/syntax.statictmp_1130
  704870 D regexp/syntax.statictmp_1131
  704ee0 D regexp/syntax.statictmp_1132
  704890 D regexp/syntax.statictmp_1133
  7046b0 D regexp/syntax.statictmp_1134
  7042a0 D regexp/syntax.statictmp_1135
  7046c0 D regexp/syntax.statictmp_1136
  7046d0 D regexp/syntax.statictmp_1137
  7042a8 D regexp/syntax.statictmp_1138
  7042b0 D regexp/syntax.statictmp_1139
  7042b8 D regexp/syntax.statictmp_1140
  7042c0 D regexp/syntax.statictmp_1141
  704f00 D regexp/syntax.statictmp_1142
  7046e0 D regexp/syntax.statictmp_1143
  7042c8 D regexp/syntax.statictmp_1144
  704f20 D regexp/syntax.statictmp_1145
  7048b0 D regexp/syntax.statictmp_1146
  71e940 D regexp/syntax.statictmp_1147
  4efe30 T regexp/syntax.u32
  4f1280 T regexp/syntax.writeRegexp
  452070 T runtime.(*BlockProfileRecord).Stack
  441d90 T runtime.(*Func).Entry
  441da0 T runtime.(*Func).FileLine
  441d30 T runtime.(*Func).Name
  4412c0 T runtime.(*Func).raw
  423ba0 T runtime.(*MemProfileRecord).InUseBytes
  423bc0 T runtime.(*MemProfileRecord).InUseObjects
  423be0 T runtime.(*MemProfileRecord).Stack
  423aa0 T runtime.(*StackRecord).Stack
  406a50 T runtime.(*TypeAssertionError).Error
  406a40 T runtime.(*TypeAssertionError).RuntimeError
  407a20 T runtime.(*bmap).overflow
  422d40 T runtime.(*bucket).bp
  422cd0 T runtime.(*bucket).mp
  422c60 T runtime.(*bucket).stk
  406050 T runtime.(*context).ip
  406090 T runtime.(*context).setip
  4060b0 T runtime.(*context).setsp
  406070 T runtime.(*context).sp
  404f40 T runtime.(*cpuProfile).add
  405240 T runtime.(*cpuProfile).evict
  4054f0 T runtime.(*cpuProfile).flushlog
  405680 T runtime.(*cpuProfile).getprofile
  44d300 T runtime.(*errorString).Error
  44d250 T runtime.(*errorString).RuntimeError
  416390 T runtime.(*gcControllerState).endCycle
  4168b0 T runtime.(*gcControllerState).findRunnableGCWorker
  44b190 T runtime.(*gcControllerState).findRunnableGCWorker.func1
  66e1a0 T runtime.(*gcControllerState).findRunnableGCWorker.func1·f
  416320 T runtime.(*gcControllerState).revise
  416010 T runtime.(*gcControllerState).startCycle
  44b120 T runtime.(*gcControllerState).startCycle.func1
  66e1a8 T runtime.(*gcControllerState).startCycle.func1·f
  41dca0 T runtime.(*gcWork).balance
  41dbd0 T runtime.(*gcWork).dispose
  41dd00 T runtime.(*gcWork).empty
  41dae0 T runtime.(*gcWork).get
  41d940 T runtime.(*gcWork).put
  41da00 T runtime.(*gcWork).tryGet
  44db00 T runtime.(*gclinkptr).ptr
  4396e0 T runtime.(*guintptr).cas
  44d7d0 T runtime.(*guintptr).ptr
  4396d0 T runtime.(*guintptr).set
  439880 T runtime.(*hchan).sortkey
  44f9d0 T runtime.(*heapBits).bits
  450220 T runtime.(*heapBits).clearCheckmarkSpan
  44f8f0 T runtime.(*heapBits).forward
  44fdb0 T runtime.(*heapBits).hasPointers
  450150 T runtime.(*heapBits).initCheckmarkSpan
  450080 T runtime.(*heapBits).initSpan
  44fed0 T runtime.(*heapBits).isCheckmarked
  44fa90 T runtime.(*heapBits).isMarked
  44fce0 T runtime.(*heapBits).isPointer
  44f820 T runtime.(*heapBits).next
  44f770 T runtime.(*heapBits).prefetch
  44ffc0 T runtime.(*heapBits).setCheckmarked
  44fb60 T runtime.(*heapBits).setMarked
  44fc10 T runtime.(*heapBits).setMarkedNonAtomic
  407c90 T runtime.(*hmap).createOverflow
  407a40 T runtime.(*hmap).setoverflow
  41e7f0 T runtime.(*mspan).base
  41e810 T runtime.(*mspan).layout
  44da60 T runtime.(*muintptr).ptr
  439770 T runtime.(*muintptr).set
  44d9c0 T runtime.(*puintptr).ptr
  439750 T runtime.(*puintptr).set
  43a470 T runtime.(*semaRoot).dequeue
  43a2c0 T runtime.(*semaRoot).queue
  447050 T runtime.(*traceAlloc).alloc
  4471f0 T runtime.(*traceAlloc).drop
  446440 T runtime.(*traceStack).stack
  4469a0 T runtime.(*traceStackTable).dump
  446820 T runtime.(*traceStackTable).find
  446930 T runtime.(*traceStackTable).newStack
  4464b0 T runtime.(*traceStackTable).put
  4049d0 T runtime.(*waitq).dequeue
  439890 T runtime.(*waitq).dequeueSudoG
  404880 T runtime.(*waitq).enqueue
  44de50 T runtime.(*wbufptr).ptr
  41dec0 T runtime.(*workbuf).checkempty
  41dd50 T runtime.(*workbuf).checknonempty
  41dd30 T runtime.(*workbuf).logget
  41dd40 T runtime.(*workbuf).logput
  670560 T runtime..gostring.1
  671780 T runtime..gostring.10
  670200 T runtime..gostring.11
  670880 T runtime..gostring.12
  671d40 T runtime..gostring.13
  670280 T runtime..gostring.14
  671f00 T runtime..gostring.15
  670740 T runtime..gostring.3
  670fe0 T runtime..gostring.5
  6710c0 T runtime..gostring.6
  66ff80 T runtime..gostring.7
  670000 T runtime..gostring.8
  6719e0 T runtime..gostring.9
  4240b0 T runtime.BlockProfile
  405e90 T runtime.CPUProfile
  407410 T runtime.Caller
  4075f0 T runtime.Callers
  441cf0 T runtime.FuncForPC
  416bb0 T runtime.GC
  405f40 T runtime.GOMAXPROCS
  429510 T runtime.Goexit
  424480 T runtime.GoroutineProfile
  44bc50 T runtime.GoroutineProfile.func1
  66e1b0 T runtime.GoroutineProfile·f
  42c510 T runtime.Gosched
  423d00 T runtime.MemProfile
  7042d0 D runtime.MemProfileRate
  406010 T runtime.NumGoroutine
  425540 T runtime.ReadMemStats
  44bee0 T runtime.ReadMemStats.func1
  444ca0 T runtime.ReadTrace
  423730 T runtime.SetBlockProfileRate
  404b20 T runtime.SetCPUProfileRate
  4150b0 T runtime.SetFinalizer
  44b050 T runtime.SetFinalizer.func1
  44b090 T runtime.SetFinalizer.func2
  424810 T runtime.Stack
  44bcd0 T runtime.Stack.func1
  4443f0 T runtime.StartTrace
  444730 T runtime.StopTrace
  424360 T runtime.ThreadCreateProfile
  66e1b8 T runtime.ThreadCreateProfile·f
  7258b0 D runtime._AddVectoredContinueHandler
  434030 T runtime._ExternalCode
  66e1c0 T runtime._ExternalCode·f
  434060 T runtime._GC
  66e1c8 T runtime._GC·f
  7258b8 D runtime._GetQueuedCompletionStatusEx
  434000 T runtime._System
  66e1d0 T runtime._System·f
  42c7e0 T runtime.acquireSudog
  4352e0 T runtime.acquirep
  435380 T runtime.acquirep1
  422460 T runtime.addfinalizer
  421df0 T runtime.addspecial
  443580 T runtime.addtimer
  4435e0 T runtime.addtimerLocked
  43d750 T runtime.adjustdefers
  43ced0 T runtime.adjustframe
  66e1d8 T runtime.adjustframe·f
  43cb50 T runtime.adjustpointers
  43d9f0 T runtime.adjuststkbar
  43d8e0 T runtime.adjustsudogs
  4572a0 T runtime.aeshash
  4576d0 T runtime.aeshash32
  66e1e0 T runtime.aeshash32·f
  457710 T runtime.aeshash64
  66e1e8 T runtime.aeshash64·f
  4572e0 T runtime.aeshashbody
  4572c0 T runtime.aeshashstr
  66e1f0 T runtime.aeshashstr·f
  74a7a0 D runtime.aeskeysched
  71f000 D runtime.algarray
  7258c0 D runtime.allfin
  7258c8 D runtime.allg
  42d200 T runtime.allgadd
  74a420 D runtime.allglen
  74a428 D runtime.allglock
  726400 D runtime.allgs
  7258d0 D runtime.allm
  42f930 T runtime.allocm
  412f40 T runtime.allocmcache
  7276a0 D runtime.allp
  74a218 D runtime.argc
  438690 T runtime.args
  7258d8 D runtime.argv
  457100 T runtime.asmcgocall
  66e6e0 T runtime.asmcgocall.args_stackmap
  457110 T runtime.asmcgocall_errno
  66ee40 T runtime.asmcgocall_errno.args_stackmap
  455370 T runtime.asminit
  458a90 T runtime.asmstdcall
  7258e0 D runtime.asmstdcallAddr
  66e1f8 T runtime.asmstdcall·f
  40d320 T runtime.assertE2I
  40d480 T runtime.assertE2I2
  40cd20 T runtime.assertE2T
  40cf10 T runtime.assertE2T2
  40d1f0 T runtime.assertI2I2
  40cc60 T runtime.assertI2T2
  440c60 T runtime.atoi
  457090 T runtime.atomicand8
  402380 T runtime.atomicload
  4023c0 T runtime.atomicload64
  4411e0 T runtime.atomicloadint64
  4023a0 T runtime.atomicloadp
  456f90 T runtime.atomicloaduint
  456f80 T runtime.atomicloaduintptr
  457080 T runtime.atomicor8
  457060 T runtime.atomicstore
  457070 T runtime.atomicstore64
  4023e0 T runtime.atomicstorep
  457050 T runtime.atomicstorep1
  456fa0 T runtime.atomicstoreuintptr
  416e40 T runtime.backgroundgc
  74a430 D runtime.backgroundgcPC
  66e200 T runtime.backgroundgc·f
  42d100 T runtime.badmcall
  42d140 T runtime.badmcall2
  42d180 T runtime.badreflectcall
  458b00 T runtime.badsignal2
  74a21c D runtime.badsignallen
  74a720 D runtime.badsignalmsg
  441160 T runtime.badsystemstack
  433f40 T runtime.badunlockosthread
  66e208 T runtime.badunlockosthread·f
  7258e8 D runtime.bbuckets
  4207d0 T runtime.bestFit
  726580 D runtime.bggc
  41ca10 T runtime.bgsweep
  74a438 D runtime.bgsweepPC
  66e210 T runtime.bgsweep·f
  4237d0 T runtime.blockevent
  74a440 D runtime.blockprofilerate
  725740 D runtime.bss
  74a448 D runtime.bucketmem
  7258f0 D runtime.buckhash
  71a850 D runtime.buildVersion
  401d10 T runtime.c128equal
  66e218 T runtime.c128equal·f
  401790 T runtime.c128hash
  66e220 T runtime.c128hash·f
  401cd0 T runtime.c64equal
  66e228 T runtime.c64equal·f
  401710 T runtime.c64hash
  66e230 T runtime.c64hash·f
  425b90 T runtime.cachestats
  455be0 T runtime.call1024
  66e6f0 T runtime.call1024.args_stackmap
  4564e0 T runtime.call1048576
  66e700 T runtime.call1048576.args_stackmap
  456e40 T runtime.call1073741824
  66e710 T runtime.call1073741824.args_stackmap
  455970 T runtime.call128
  66e720 T runtime.call128.args_stackmap
  456210 T runtime.call131072
  66e730 T runtime.call131072.args_stackmap
  456b70 T runtime.call134217728
  66e740 T runtime.call134217728.args_stackmap
  455f40 T runtime.call16384
  66e750 T runtime.call16384.args_stackmap
  4568a0 T runtime.call16777216
  66e760 T runtime.call16777216.args_stackmap
  455cb0 T runtime.call2048
  66e770 T runtime.call2048.args_stackmap
  4565d0 T runtime.call2097152
  66e780 T runtime.call2097152.args_stackmap
  455a40 T runtime.call256
  66e790 T runtime.call256.args_stackmap
  456300 T runtime.call262144
  66e7a0 T runtime.call262144.args_stackmap
  456c60 T runtime.call268435456
  66e7b0 T runtime.call268435456.args_stackmap
  455830 T runtime.call32
  66e7c0 T runtime.call32.args_stackmap
  456030 T runtime.call32768
  66e7d0 T runtime.call32768.args_stackmap
  456990 T runtime.call33554432
  66e7e0 T runtime.call33554432.args_stackmap
  455d80 T runtime.call4096
  66e7f0 T runtime.call4096.args_stackmap
  4566c0 T runtime.call4194304
  66e800 T runtime.call4194304.args_stackmap
  455b10 T runtime.call512
  66e810 T runtime.call512.args_stackmap
  4563f0 T runtime.call524288
  66e820 T runtime.call524288.args_stackmap
  456d50 T runtime.call536870912
  66e830 T runtime.call536870912.args_stackmap
  4558d0 T runtime.call64
  66e840 T runtime.call64.args_stackmap
  456120 T runtime.call65536
  66e850 T runtime.call65536.args_stackmap
  456a80 T runtime.call67108864
  66e860 T runtime.call67108864.args_stackmap
  455e50 T runtime.call8192
  66e870 T runtime.call8192.args_stackmap
  4567b0 T runtime.call8388608
  66e880 T runtime.call8388608.args_stackmap
  449c50 T runtime.callers
  44cb20 T runtime.callers.func1
  410680 T runtime.callwritebarrier
  42a7d0 T runtime.canpanic
  43a240 T runtime.cansemacquire
  456f30 T runtime.cas
  456f50 T runtime.cas64
  42df10 T runtime.casfrom_Gscanstatus
  42e5e0 T runtime.casgcopystack
  42e3f0 T runtime.casgstatus
  44c310 T runtime.casgstatus.func1
  44c3e0 T runtime.casgstatus.func2
  66e238 T runtime.casgstatus.func2·f
  402420 T runtime.casp
  456fb0 T runtime.casp1
  42e200 T runtime.castogscanstatus
  456f70 T runtime.casuintptr
  4424a0 T runtime.cfuncname
  74a1fa D runtime.cgoHasExtraM
  4024f0 T runtime.cgocall
  402520 T runtime.cgocall_errno
  4039e0 T runtime.chanrecv
  403970 T runtime.chanrecv1
  4039a0 T runtime.chanrecv2
  74a450 D runtime.chanrecvpc
  66e240 T runtime.chanrecv·f
  402a30 T runtime.chansend
  4029e0 T runtime.chansend1
  74a458 D runtime.chansendpc
  66e248 T runtime.chansend·f
  4380c0 T runtime.charntorune
  438a70 T runtime.check
  4358a0 T runtime.checkdead
  42d6f0 T runtime.checkmcount
  74a9c0 D runtime.class_to_allocnpages
  74b240 D runtime.class_to_divmagic
  74aae0 D runtime.class_to_size
  41c820 T runtime.clearCheckmarks
  419040 T runtime.clearpools
  4036d0 T runtime.closechan
  4578e0 T runtime.cmpbody
  4578c0 T runtime.cmpstring
  4253a0 T runtime.computeDivMagic
  43f6f0 T runtime.concatstring2
  43f790 T runtime.concatstring3
  43f830 T runtime.concatstring4
  43f8d0 T runtime.concatstring5
  43f2a0 T runtime.concatstrings
  440c00 T runtime.contains
  40cfc0 T runtime.convI2E
  40d090 T runtime.convI2I
  40c7a0 T runtime.convT2E
  40c910 T runtime.convT2I
  43dae0 T runtime.copystack
  74a220 D runtime.cpuid_ecx
  74a224 D runtime.cpuid_edx
  7258f8 D runtime.cpuprof
  74a460 D runtime.cpuprofLock
  74a468 D runtime.cpuprofilerlock
  457240 T runtime.cputicks
  414bf0 T runtime.createfing
  458cc0 T runtime.ctrlhandler
  4279a0 T runtime.ctrlhandler1
  66e250 T runtime.ctrlhandler·f
  71a180 D runtime.data
  71af20 D runtime.dbgvars
  74a470 D runtime.deadlock
  74a620 D runtime.debug
  74a478 D runtime.debuglock
  725900 D runtime.deferType
  4281b0 T runtime.deferproc
  44c0c0 T runtime.deferproc.func1
  429380 T runtime.deferreturn
  44c1d0 T runtime.deferreturn.func1
  4437d0 T runtime.deltimer
  74a1fb D runtime.didothers
  43a6a0 T runtime.disableWER
  726180 D runtime.divideError
  429fa0 T runtime.dopanic
  44c210 T runtime.dopanic.func1
  42a4a0 T runtime.dopanic_m
  457e10 T runtime.duffcopy
  457bb0 T runtime.duffzero
  41d7a0 T runtime.dumpFreeList
  42d530 T runtime.dumpgstatus
  4060d0 T runtime.dumpregs
  74a1d0 D runtime.ebss
  725740 D runtime.edata
  401ee0 T runtime.efaceeq
  40d630 T runtime.efacethash
  66d705 T runtime.egcbss
  66da2c T runtime.egcdata
  726720 D runtime.emptymspan
  750660 D runtime.end
  4026e0 T runtime.endcgo
  66e258 T runtime.endcgo·f
  750660 D runtime.enoptrbss
  71a166 D runtime.enoptrdata
  432540 T runtime.entersyscall
  432640 T runtime.entersyscall_gcwait
  66e260 T runtime.entersyscall_gcwait·f
  432590 T runtime.entersyscall_sysmon
  66e268 T runtime.entersyscall_sysmon·f
  432770 T runtime.entersyscallblock
  44c520 T runtime.entersyscallblock.func1
  44c680 T runtime.entersyscallblock.func2
  4329e0 T runtime.entersyscallblock_handoff
  66e270 T runtime.entersyscallblock_handoff·f
  726420 D runtime.envs
  7048d0 D runtime.eod
  703f72 T runtime.epclntab
  423320 T runtime.eqslice
  4577a0 T runtime.eqstring
  675a02 T runtime.erodata
  406de0 T runtime.errorString.Error
  406dd0 T runtime.errorString.RuntimeError
  679738 T runtime.esymtab
  56c180 T runtime.etext
  679738 T runtime.etypelink
  40a260 T runtime.evacuate
  43a970 T runtime.exceptionhandler
  458c90 T runtime.exceptiontramp
  66e278 T runtime.exceptiontramp·f
  430bd0 T runtime.execute
  426ff0 T runtime.exit
  432a50 T runtime.exitsyscall
  44c7e0 T runtime.exitsyscall.func1
  4330b0 T runtime.exitsyscall0
  66e280 T runtime.exitsyscall0·f
  432d60 T runtime.exitsyscallfast
  44c820 T runtime.exitsyscallfast.func1
  44c870 T runtime.exitsyscallfast.func2
  432fc0 T runtime.exitsyscallfast_pidle
  439780 T runtime.extendRandom
  458d00 T runtime.externalthreadhandler
  74a480 D runtime.externalthreadhandlerp
  66e288 T runtime.externalthreadhandler·f
  74a488 D runtime.extram
  401c70 T runtime.f32equal
  66e290 T runtime.f32equal·f
  401570 T runtime.f32hash
  66e298 T runtime.f32hash·f
  401ca0 T runtime.f64equal
  66e2a0 T runtime.f64equal·f
  401640 T runtime.f64hash
  66e2a8 T runtime.f64hash·f
  74a490 D runtime.faketime
  457b10 T runtime.fastrand1
  7041b0 D runtime.finalizer1
  725908 D runtime.finc
  415820 T runtime.findObject
  441e70 T runtime.findfunc
  673da0 T runtime.findfunctab
  441e20 T runtime.findmoduledatap
  440d20 T runtime.findnull
  430d70 T runtime.findrunnable
  725910 D runtime.fing
  74a228 D runtime.fingCreate
  74a1fc D runtime.fingRunning
  74a1fd D runtime.fingwait
  74a1fe D runtime.fingwake
  41c930 T runtime.finishsweep_m
  66e2b0 T runtime.finishsweep_m·f
  74a498 D runtime.finlock
  74a6a0 D runtime.finptrmask
  725918 D runtime.finq
  43aa90 T runtime.firstcontinuehandler
  458ca0 T runtime.firstcontinuetramp
  66e2b8 T runtime.firstcontinuetramp·f
  708260 D runtime.firstmoduledata
  415940 T runtime.fixAlloc_Alloc
  726190 D runtime.floatError
  425c20 T runtime.flushallmcaches
  66e2c0 T runtime.flushallmcaches·f
  4194e0 T runtime.fmtNSAsMS
  42f320 T runtime.forEachP
  726440 D runtime.forcegc
  42c3e0 T runtime.forcegchelper
  74a4a0 D runtime.forcegchelperPC
  66e2c8 T runtime.forcegchelper·f
  74a1ff D runtime.framepointer_enabled
  428d40 T runtime.freedefer
  429340 T runtime.freedeferfn
  429300 T runtime.freedeferpanic
  413060 T runtime.freemcache
  44af40 T runtime.freemcache.func1
  4228c0 T runtime.freespecial
  42de20 T runtime.freezetheworld
  42d0e0 T runtime.funcPC
  4429a0 T runtime.funcdata
  442750 T runtime.funcline
  4425b0 T runtime.funcline1
  442540 T runtime.funcname
  4427c0 T runtime.funcspdelta
  726a60 D runtime.g0
  71e8a0 D runtime.gStatusStrings
  416f00 T runtime.gc
  44b220 T runtime.gc.func1
  44b210 T runtime.gc.func1.1
  66e2d0 T runtime.gc.func1.1·f
  44b2d0 T runtime.gc.func2
  419c90 T runtime.gcAssistAlloc
  44b440 T runtime.gcAssistAlloc.func1
  4183b0 T runtime.gcBgMarkDone
  417f70 T runtime.gcBgMarkPrepare
  417e60 T runtime.gcBgMarkStartWorkers
  417fd0 T runtime.gcBgMarkWorker
  44b3f0 T runtime.gcBgMarkWorker.func1
  66e2d8 T runtime.gcBgMarkWorker.func1·f
  74a4a8 D runtime.gcBgMarkWorkerPC
  66e2e0 T runtime.gcBgMarkWorker·f
  74a22c D runtime.gcBlackenEnabled
  71ed80 D runtime.gcController
  418d90 T runtime.gcCopySpans
  41b470 T runtime.gcDrain
  41b7e0 T runtime.gcDrainN
  41b600 T runtime.gcDrainUntilPreempt
  41c250 T runtime.gcDumpObject
  418540 T runtime.gcFlushGCWork
  41ad10 T runtime.gcInstallStackBarrier
  4185d0 T runtime.gcMark
  418480 T runtime.gcMarkWorkAvailable
  41ace0 T runtime.gcMaxStackBarriers
  41b170 T runtime.gcPrintStkbars
  41af10 T runtime.gcRemoveStackBarrier
  41ade0 T runtime.gcRemoveStackBarriers
  418f30 T runtime.gcResetGState
  418b30 T runtime.gcSweep
  41b310 T runtime.gcUnwindBarriers
  449d30 T runtime.gcallers
  66cd40 T runtime.gcbits.
  66e6a0 T runtime.gcbits.00000000000000000004
  66da98 T runtime.gcbits.0002
  66db38 T runtime.gcbits.00481f04
  66dade T runtime.gcbits.008003
  66dae2 T runtime.gcbits.008028
  66da37 T runtime.gcbits.01
  66da9a T runtime.gcbits.0101
  66da9c T runtime.gcbits.0102
  66dae6 T runtime.gcbits.010e1c
  66da38 T runtime.gcbits.02
  66da39 T runtime.gcbits.03
  66da9e T runtime.gcbits.0310
  66db3c T runtime.gcbits.03d00004
  6711a0 T runtime.gcbits.03d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d4003d00034000d40
  66da3a T runtime.gcbits.04
  66da3b T runtime.gcbits.05
  66da3c T runtime.gcbits.06
  671480 T runtime.gcbits.0606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606
  672720 T runtime.gcbits.06a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168001a8006a00168020000000000000000000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c000340001787a7a7a02
  66da3d T runtime.gcbits.07
  66da3e T runtime.gcbits.08
  66daa0 T runtime.gcbits.083a
  66daea T runtime.gcbits.083a0a
  66daee T runtime.gcbits.087a01
  66da3f T runtime.gcbits.09
  66da40 T runtime.gcbits.0a
  66db40 T runtime.gcbits.0c400310
  6718a0 T runtime.gcbits.0c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c00034000130000d40000c4003100003d00004c000340001
  66da41 T runtime.gcbits.0d
  66da42 T runtime.gcbits.0e
  66daa2 T runtime.gcbits.0e02
  66da43 T runtime.gcbits.0f
  66da44 T runtime.gcbits.10
  66da45 T runtime.gcbits.11
  66ee50 T runtime.gcbits.11020c02640000000000000006000106
  66da46 T runtime.gcbits.12
  66da47 T runtime.gcbits.15
  66da48 T runtime.gcbits.16
  66da49 T runtime.gcbits.17
  66da4a T runtime.gcbits.18
  66da4b T runtime.gcbits.19
  66da4c T runtime.gcbits.1a
  66da4d T runtime.gcbits.1b
  66da4e T runtime.gcbits.1d
  66da4f T runtime.gcbits.1e
  66da50 T runtime.gcbits.1f
  66db44 T runtime.gcbits.22222222
  66f200 T runtime.gcbits.2222222222222222222222222222222222222222222222222222222222222222
  66da51 T runtime.gcbits.24
  66daa4 T runtime.gcbits.2501
  66daa6 T runtime.gcbits.2504
  66db64 T runtime.gcbits.25fdf99224
  66da52 T runtime.gcbits.26
  66daa8 T runtime.gcbits.2601
  66da53 T runtime.gcbits.2c
  66db7c T runtime.gcbits.300411b10003
  66daaa T runtime.gcbits.3210
  66da54 T runtime.gcbits.35
  66da55 T runtime.gcbits.36
  66db48 T runtime.gcbits.37492269
  66da56 T runtime.gcbits.38
  66da57 T runtime.gcbits.39
  66db6c T runtime.gcbits.39e79c73ce
  66da58 T runtime.gcbits.3e
  66da59 T runtime.gcbits.3f
  66da5a T runtime.gcbits.40
  66da5b T runtime.gcbits.45
  66da5c T runtime.gcbits.46
  66db74 T runtime.gcbits.4900005234
  66daac T runtime.gcbits.4912
  66daf2 T runtime.gcbits.499224
  66dbac T runtime.gcbits.49922449922409
  66daae T runtime.gcbits.4a02
  66da5d T runtime.gcbits.4e
  66dab0 T runtime.gcbits.5201
  66da5e T runtime.gcbits.55
  66dab2 T runtime.gcbits.5501
  66dab4 T runtime.gcbits.5505
  66dab6 T runtime.gcbits.5515
  66dab8 T runtime.gcbits.5555
  66daf6 T runtime.gcbits.555501
  66dafa T runtime.gcbits.555515
  66dafe T runtime.gcbits.555555
  66db4c T runtime.gcbits.55555501
  66db50 T runtime.gcbits.55555555
  66dbb4 T runtime.gcbits.55555555555515
  66efa0 T runtime.gcbits.5555555555555555555555555555555555555555555515
  66f000 T runtime.gcbits.5555555555555555555555555555555555555555555555555555
  66f2a0 T runtime.gcbits.555555555555555555555555555555555555555555555555555555555555555515
  66f320 T runtime.gcbits.555555555555555555555555555555555555555555555555555555555555555555555555555515
  670920 T runtime.gcbits.5555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555505
  66db02 T runtime.gcbits.5d1002
  66fa20 T runtime.gcbits.6092e4ffffffffffffffffffffffffffffffffffffff1fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcaffffffffffffffffffffffffffffffff04
  66da5f T runtime.gcbits.66
  66db84 T runtime.gcbits.6ddbb66ddb02
  66f020 T runtime.gcbits.6ddbb66ddbb66ddbb66ddbb66ddbb66ddbb66ddbb66ddbb66ddb16
  66da60 T runtime.gcbits.71
  66da61 T runtime.gcbits.72
  66daba T runtime.gcbits.730c
  66da62 T runtime.gcbits.75
  66dabc T runtime.gcbits.7502
  66f9a0 T runtime.gcbits.7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbd01
  66da63 T runtime.gcbits.7e
  673980 T runtime.gcbits.824fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff02
  66db54 T runtime.gcbits.83000024
  66e2e8 T runtime.gcbits.9224499224499224
  66e650 T runtime.gcbits.922449922449922449
  66e8e0 T runtime.gcbits.92244992244992244992244992
  66efc0 T runtime.gcbits.9224499224499224499224499224499224499224499224
  66da64 T runtime.gcbits.93
  66dabe T runtime.gcbits.9407
  66dac0 T runtime.gcbits.9901
  66da65 T runtime.gcbits.9e
  66da66 T runtime.gcbits.9f
  66db06 T runtime.gcbits.a0aa2a
  66db0a T runtime.gcbits.a8aa0a
  66db58 T runtime.gcbits.aaaa0002
  66db0e T runtime.gcbits.aaaa04
  66dbbc T runtime.gcbits.aaaa4444444402
  66db8c T runtime.gcbits.aaaa92244902
  66dbc4 T runtime.gcbits.aaaaaaaaaaaa02
  66db5c T runtime.gcbits.aaaafe03
  66da67 T runtime.gcbits.c7
  66e6b0 T runtime.gcbits.c8ffffffffffffffff01
  66dac2 T runtime.gcbits.ce0e
  66da68 T runtime.gcbits.d5
  66f9e0 T runtime.gcbits.db7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7befbdf7de7bef0d
  66dac4 T runtime.gcbits.e01f
  66db12 T runtime.gcbits.e40110
  66dac6 T runtime.gcbits.e504
  66dac8 T runtime.gcbits.e807
  673560 T runtime.gcbits.f4ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0f
  66da69 T runtime.gcbits.f5
  66daca T runtime.gcbits.f801
  66dacc T runtime.gcbits.f803
  66dace T runtime.gcbits.f807
  66dad0 T runtime.gcbits.f81f
  66dad2 T runtime.gcbits.f825
  66db16 T runtime.gcbits.fe0102
  66dad4 T runtime.gcbits.fe05
  66db1a T runtime.gcbits.feff03
  66e2f0 T runtime.gcbits.feff73ce39e79c03
  66db94 T runtime.gcbits.feff93244902
  66da6a T runtime.gcbits.ff
  66dad6 T runtime.gcbits.ff03
  66dad8 T runtime.gcbits.ff0f
  66dada T runtime.gcbits.ff3f
  66dadc T runtime.gcbits.ffff
  66db60 T runtime.gcbits.ffffffff
  66db9c T runtime.gcbits.ffffffffff0f
  66e660 T runtime.gcbits.ffffffffffffffff07
  66ee60 T runtime.gcbits.ffffffffffffffffffffffffffffffff
  66ef40 T runtime.gcbits.ffffffffffffffffffffffffffffffff01
  66ef60 T runtime.gcbits.ffffffffffffffffffffffffffffffffffffffff
  66f040 T runtime.gcbits.ffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  66f220 T runtime.gcbits.ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  66f2e0 T runtime.gcbits.ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01
  670080 T runtime.gcbits.ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01
  673160 T runtime.gcbits.ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  66cd40 T runtime.gcbss
  66d720 T runtime.gcdata
  415e70 T runtime.gcenable
  4191d0 T runtime.gchelper
  419300 T runtime.gchelperstart
  415b30 T runtime.gcinit
  412f30 T runtime.gclinkptr.ptr
  41c610 T runtime.gcmarknewobject_m
  410170 T runtime.gcmarkwb_m
  433f80 T runtime.gcount
  74a230 D runtime.gcpercent
  74a234 D runtime.gcphase
  42db00 T runtime.gcprocs
  419660 T runtime.gcscan_m
  430ab0 T runtime.gcstopm
  4482f0 T runtime.gentraceback
  426c20 T runtime.getRandomData
  426a40 T runtime.getVersion
  429ed0 T runtime.getargp
  457200 T runtime.getcallerpc
  457230 T runtime.getcallersp
  41e030 T runtime.getempty
  41e450 T runtime.getfull
  40be60 T runtime.getitab
  458b60 T runtime.getlasterror
  41e200 T runtime.getpartialorempty
  4269e0 T runtime.getproccount
  433b30 T runtime.gfget
  44ca30 T runtime.gfget.func1
  433d70 T runtime.gfpurge
  4338d0 T runtime.gfput
  726460 D runtime.globalAlloc
  437230 T runtime.globrunqget
  438700 T runtime.goargs
  426d30 T runtime.goenvs
  457b60 T runtime.goexit
  432060 T runtime.goexit0
  66e2f8 T runtime.goexit0·f
  432010 T runtime.goexit1
  74a4b0 D runtime.goexitPC
  66e300 T runtime.goexit·f
  406810 T runtime.gogetenv
  4553c0 T runtime.gogo
  74a4b8 D runtime.gogoPC
  66e308 T runtime.gogo·f
  74a238 D runtime.gomaxprocs
  4297c0 T runtime.gopanic
  42c530 T runtime.gopark
  42c720 T runtime.goparkunlock
  431fc0 T runtime.gopreempt_m
  42c790 T runtime.goready
  44c2d0 T runtime.goready.func1
  429f20 T runtime.gorecover
  443510 T runtime.goroutineReady
  66e310 T runtime.goroutineReady·f
  44a170 T runtime.goroutineheader
  455380 T runtime.gosave
  431e00 T runtime.goschedImpl
  431f70 T runtime.gosched_m
  66e318 T runtime.gosched_m·f
  43ef20 T runtime.gostartcallfn
  440d90 T runtime.gostringnocopy
  440e50 T runtime.gostringw
  41cd70 T runtime.gosweepone
  44b730 T runtime.gosweepone.func1
  41bdd0 T runtime.greyobject
  40a1b0 T runtime.growWork
  43b460 T runtime.growslice
  4396c0 T runtime.guintptr.ptr
  42b310 T runtime.gwrite
  726480 D runtime.h_allspans
  7264a0 D runtime.h_spans
  426770 T runtime.handlecompletion
  41e6e0 T runtime.handoff
  430470 T runtime.handoffp
  727ec0 D runtime.hash
  409fd0 T runtime.hashGrow
  74a600 D runtime.hashkey
  437e60 T runtime.haveexperiment
  410d20 T runtime.heapBits.bits
  411610 T runtime.heapBits.clearCheckmarkSpan
  410ce0 T runtime.heapBits.forward
  410e20 T runtime.heapBits.hasPointers
  411560 T runtime.heapBits.initCheckmarkSpan
  4114b0 T runtime.heapBits.initSpan
  410ea0 T runtime.heapBits.isCheckmarked
  410d40 T runtime.heapBits.isMarked
  410df0 T runtime.heapBits.isPointer
  410ca0 T runtime.heapBits.next
  410c60 T runtime.heapBits.prefetch
  410ef0 T runtime.heapBits.setCheckmarked
  410d70 T runtime.heapBits.setMarked
  410dc0 T runtime.heapBits.setMarkedNonAtomic
  410f80 T runtime.heapBitsBulkBarrier
  44af00 T runtime.heapBitsBulkBarrier.func1
  410a80 T runtime.heapBitsForObject
  410990 T runtime.heapBitsForSpan
  411a50 T runtime.heapBitsSetType
  4122a0 T runtime.heapBitsSetTypeGCProg
  411650 T runtime.heapBitsSweepSpan
  7042d8 D runtime.heapminimum
  42dc20 T runtime.helpgc
  74a4c0 D runtime.ifaceLock
  402060 T runtime.ifaceeq
  40d600 T runtime.ifacethash
  435830 T runtime.incidlelocked
  440a90 T runtime.index
  7261a0 D runtime.indexError
  457a40 T runtime.indexbytebody
  44cbf0 T runtime.init
  4021e0 T runtime.init.1
  425480 T runtime.init.2
  428590 T runtime.init.3
  42c3a0 T runtime.init.4
  41c710 T runtime.initCheckmarks
  43a710 T runtime.initExceptionHandler
  424ec0 T runtime.initSizes
  74a200 D runtime.initdone·
  4316d0 T runtime.injectglist
  401e00 T runtime.interequal
  66e320 T runtime.interequal·f
  401810 T runtime.interhash
  66e328 T runtime.interhash·f
  4401d0 T runtime.intstring
  7042e0 D runtime.iocphandle
  44a070 T runtime.isExportedRuntime
  74a201 D runtime.isarchive
  74a202 D runtime.iscgo
  43a8c0 T runtime.isgoexception
  74a203 D runtime.islibrary
  74a23c D runtime.isplan9
  74a240 D runtime.issolaris
  704180 D runtime.iswindows
  4193b0 T runtime.itoaDiv
  4570a0 T runtime.jmpdefer
  74a4c8 D runtime.jmpdeferPC
  66e330 T runtime.jmpdefer·f
  40f920 T runtime.largeAlloc
  43aaf0 T runtime.lastcontinuehandler
  458cb0 T runtime.lastcontinuetramp
  66e338 T runtime.lastcontinuetramp·f
  7042e8 D runtime.lastmoduledatap
  74a204 D runtime.lfenceBeforeRdtsc
  40d830 T runtime.lfstackpop
  40d650 T runtime.lfstackpush
  426860 T runtime.loadOptionalSyscalls
  44bf20 T runtime.loadOptionalSyscalls.func1
  44c000 T runtime.loadOptionalSyscalls.func2
  40d900 T runtime.lock
  42fda0 T runtime.lockextra
  404b10 T runtime.lostProfileData
  66e340 T runtime.lostProfileData·f
  726bc0 D runtime.m0
  4130b0 T runtime.mCache_Refill
  4132d0 T runtime.mCache_ReleaseAll
  4133c0 T runtime.mCentral_CacheSpan
  413ca0 T runtime.mCentral_FreeSpan
  414090 T runtime.mCentral_Grow
  413b00 T runtime.mCentral_UncacheSpan
  41ff10 T runtime.mHeap_Alloc
  44ba10 T runtime.mHeap_Alloc.func1
  420760 T runtime.mHeap_AllocLarge
  420100 T runtime.mHeap_AllocSpanLocked
  41fff0 T runtime.mHeap_AllocStack
  41fb80 T runtime.mHeap_Alloc_m
  420b50 T runtime.mHeap_Free
  44ba90 T runtime.mHeap_Free.func1
  420ca0 T runtime.mHeap_FreeSpanLocked
  420bb0 T runtime.mHeap_FreeStack
  420840 T runtime.mHeap_Grow
  41ec60 T runtime.mHeap_Init
  410880 T runtime.mHeap_MapBits
  41f620 T runtime.mHeap_MapSpans
  41f960 T runtime.mHeap_Reclaim
  41f710 T runtime.mHeap_ReclaimList
  4216e0 T runtime.mHeap_Scavenge
  40e9d0 T runtime.mHeap_SysAlloc
  423690 T runtime.mProf_Free
  423480 T runtime.mProf_GC
  4234d0 T runtime.mProf_Malloc
  44bc10 T runtime.mProf_Malloc.func1
  421a50 T runtime.mSpanList_Insert
  421c20 T runtime.mSpanList_InsertBack
  41cdd0 T runtime.mSpan_EnsureSwept
  41cf40 T runtime.mSpan_Sweep
  44b780 T runtime.mSpan_Sweep.func1
  425f30 T runtime.mSysStatDec
  425e70 T runtime.mSysStatInc
  42c020 T runtime.main
  44c260 T runtime.main.func1
  66e348 T runtime.main.func1·f
  44c2a0 T runtime.main.func2
  66e350 T runtime.main.func2·f
  66e358 T runtime.mainPC
  725920 D runtime.main_init_done
  66e360 T runtime.main·f
  402710 T runtime.makechan
  407d80 T runtime.makemap
  43b2c0 T runtime.makeslice
  4332e0 T runtime.malg
  44c920 T runtime.malg.func1
  40ef50 T runtime.mallocgc
  44a800 T runtime.mallocgc.func1
  44a840 T runtime.mallocgc.func2
  44a880 T runtime.mallocgc.func3
  44a8f0 T runtime.mallocgc.func4
  40e440 T runtime.mallocinit
  4082e0 T runtime.mapaccess1
  40afd0 T runtime.mapaccess1_fast32
  40b190 T runtime.mapaccess1_fast64
  40b360 T runtime.mapaccess1_faststr
  408560 T runtime.mapaccess2
  40b8c0 T runtime.mapaccess2_faststr
  4087e0 T runtime.mapaccessK
  408a50 T runtime.mapassign1
  409170 T runtime.mapdelete
  409410 T runtime.mapiterinit
  4097d0 T runtime.mapiternext
  40ae00 T runtime.mapzero
  419810 T runtime.markroot
  66e368 T runtime.markroot·f
  7042f0 D runtime.maxstacksize
  7042f8 D runtime.maxstring
  725928 D runtime.mbuckets
  455410 T runtime.mcall
  74a4d0 D runtime.mcallPC
  66e370 T runtime.mcall·f
  42d7a0 T runtime.mcommoninit
  458520 T runtime.memclr
  457750 T runtime.memeq
  4577d0 T runtime.memeqbody
  401b30 T runtime.memequal
  401b90 T runtime.memequal0
  66e378 T runtime.memequal0·f
  401c20 T runtime.memequal128
  66e380 T runtime.memequal128·f
  401bc0 T runtime.memequal16
  66e388 T runtime.memequal16·f
  401be0 T runtime.memequal32
  66e390 T runtime.memequal32·f
  401c00 T runtime.memequal64
  66e398 T runtime.memequal64·f
  401ba0 T runtime.memequal8
  66e3a0 T runtime.memequal8·f
  457770 T runtime.memequal_varlen
  407660 T runtime.memhash
  401320 T runtime.memhash0
  66e3a8 T runtime.memhash0·f
  4014b0 T runtime.memhash128
  66e3b0 T runtime.memhash128·f
  401390 T runtime.memhash16
  66e3b8 T runtime.memhash16·f
  4013f0 T runtime.memhash32
  66e3c0 T runtime.memhash32·f
  401450 T runtime.memhash64
  66e3c8 T runtime.memhash64·f
  401330 T runtime.memhash8
  66e3d0 T runtime.memhash8·f
  457260 T runtime.memhash_varlen
  66ee70 T runtime.memhash_varlen.args_stackmap
  4586e0 T runtime.memmove
  7261b0 D runtime.memoryError
  74cf20 D runtime.memstats
  72dd20 D runtime.mheap_
  42ee20 T runtime.mhelpgc
  66e3d8 T runtime.mhelpgc·f
  427360 T runtime.minit
  4412d0 T runtime.moduledataverify
  441330 T runtime.moduledataverify1
  455550 T runtime.morestack
  74a4d8 D runtime.morestackPC
  4555f0 T runtime.morestack_noctxt
  43f280 T runtime.morestackc
  44cae0 T runtime.morestackc.func1
  66e3e0 T runtime.morestackc.func1·f
  66e3e8 T runtime.morestack·f
  4233a0 T runtime.mprof_GC
  4371d0 T runtime.mput
  4301b0 T runtime.mspinning
  66e3f0 T runtime.mspinning·f
  42f100 T runtime.mstart
  42f190 T runtime.mstart1
  74a4e0 D runtime.mstartPC
  66e3f8 T runtime.mstart·f
  439760 T runtime.muintptr.ptr
  427550 T runtime.nanotime
  74a244 D runtime.ncpu
  42db90 T runtime.needaddgcproc
  426280 T runtime.netpoll
  74a248 D runtime.netpollInited
  425ff0 T runtime.netpollinited
  426040 T runtime.netpollready
  426180 T runtime.netpollunblock
  422b70 T runtime.newBucket
  40fb30 T runtime.newarray
  428610 T runtime.newdefer
  42fb30 T runtime.newextram
  42fe70 T runtime.newm
  40fa90 T runtime.newobject
  427200 T runtime.newosproc
  4333b0 T runtime.newproc
  44c9d0 T runtime.newproc.func1
  433420 T runtime.newproc1
  74a24c D runtime.newprocs
  43e020 T runtime.newstack
  41b420 T runtime.nextBarrierPC
  43ef10 T runtime.nilfunc
  66e400 T runtime.nilfunc·f
  401e70 T runtime.nilinterequal
  66e408 T runtime.nilinterequal·f
  4019a0 T runtime.nilinterhash
  66e410 T runtime.nilinterhash·f
  66e418 T runtime.no_pointers_stackmap
  4551f0 T runtime.nop
  74a1e0 D runtime.noptrbss
  704160 D runtime.noptrdata
  40de80 T runtime.notesleep
  40e250 T runtime.notetsleep
  40dfd0 T runtime.notetsleep_internal
  40e340 T runtime.notetsleepg
  40dd90 T runtime.notewakeup
  704160 D runtime.oneptrmask
  426a90 T runtime.osinit
  427960 T runtime.osyield
  66e420 T runtime.osyield·f
  7261c0 D runtime.overflowError
  427ff0 T runtime.panicdivide
  40caf0 T runtime.panicdottype
  4280b0 T runtime.panicfloat
  427f30 T runtime.panicindex
  74a250 D runtime.panicking
  74a4e8 D runtime.paniclk
  428110 T runtime.panicmem
  428050 T runtime.panicoverflow
  427f90 T runtime.panicslice
  407220 T runtime.panicwrap
  42ab30 T runtime.parfordo
  42a8c0 T runtime.parforsetup
  431c20 T runtime.park_m
  66e428 T runtime.park_m·f
  431be0 T runtime.parkunlock_c
  66e430 T runtime.parkunlock_c·f
  439010 T runtime.parsedebugvars
  442910 T runtime.pcdatavalue
  679740 T runtime.pclntab
  442030 T runtime.pcvalue
  74e660 D runtime.pdesc
  40fd80 T runtime.persistentalloc
  44a930 T runtime.persistentalloc.func1
  40fe00 T runtime.persistentalloc1
  437410 T runtime.pidleget
  437360 T runtime.pidleput
  725930 D runtime.poolcleanup
  436580 T runtime.preemptall
  457ba0 T runtime.prefetchnta
  457b70 T runtime.prefetcht0
  457b80 T runtime.prefetcht1
  457b90 T runtime.prefetcht2
  406e60 T runtime.printany
  42b510 T runtime.printbool
  4497c0 T runtime.printcreatedby
  42bf00 T runtime.printeface
  42b590 T runtime.printfloat
  42bae0 T runtime.printhex
  42ba70 T runtime.printint
  42b200 T runtime.printlock
  42b4c0 T runtime.printnl
  4296b0 T runtime.printpanics
  42bc30 T runtime.printpointer
  42be30 T runtime.printslice
  42b470 T runtime.printsp
  42bc70 T runtime.printstring
  42b940 T runtime.printuint
  42b2a0 T runtime.printunlock
  434770 T runtime.procresize
  457040 T runtime.procyield
  74a4f0 D runtime.prof
  40fcc0 T runtime.profilealloc
  458ce0 T runtime.profileloop
  427b90 T runtime.profileloop1
  66e438 T runtime.profileloop·f
  427a20 T runtime.profilem
  74a4f8 D runtime.profiletimer
  74a500 D runtime.proflock
  4126c0 T runtime.progToPointerMask
  439740 T runtime.puintptr.ptr
  425cc0 T runtime.purgecachedstats
  41e100 T runtime.putempty
  41e180 T runtime.putfull
  41e290 T runtime.putpartial
  414780 T runtime.queuefinalizer
  440660 T runtime.rawbyteslice
  40fc70 T runtime.rawmem
  440850 T runtime.rawruneslice
  4404e0 T runtime.rawstring
  43faa0 T runtime.rawstringtmp
  415d90 T runtime.readgogc
  42ded0 T runtime.readgstatus
  4255b0 T runtime.readmemstats_m
  442be0 T runtime.readvarint
  42d960 T runtime.ready
  423f10 T runtime.record
  41e850 T runtime.recordspan
  66e440 T runtime.recordspan·f
  42a0d0 T runtime.recovery
  66e448 T runtime.recovery·f
  404690 T runtime.recvclosed
  432250 T runtime.reentersyscall
  44c420 T runtime.reentersyscall.func1
  455650 T runtime.reflectcall
  66e890 T runtime.reflectcall.args_stackmap
  42cc50 T runtime.releaseSudog
  435560 T runtime.releasep
  4226a0 T runtime.removefinalizer
  422160 T runtime.removespecial
  427ce0 T runtime.resetcpuprofiler
  4315e0 T runtime.resetspinning
  42e8a0 T runtime.restartg
  4362b0 T runtime.retake
  457b50 T runtime.return0
  442d60 T runtime.rewindmorestack
  56c180 T runtime.rodata
  43dfd0 T runtime.round2
  455200 T runtime.rt0_go
  74a508 D runtime.rt0_goPC
  66e450 T runtime.rt0_go·f
  412860 T runtime.runGCProg
  42f830 T runtime.runSafePointFn
  66e458 T runtime.runSafePointFn·f
  438370 T runtime.runetochar
  414c70 T runtime.runfinq
  74a510 D runtime.runfinqPC
  66e460 T runtime.runfinq·f
  4378d0 T runtime.runqget
  437a40 T runtime.runqgrab
  437480 T runtime.runqput
  437620 T runtime.runqputslow
  437ce0 T runtime.runqsteal
  74a518 D runtime.runtimeInitTime
  424740 T runtime.saveg
  41b870 T runtime.scanblock
  41a630 T runtime.scanframeworker
  42e680 T runtime.scang
  41b9f0 T runtime.scanobject
  419e30 T runtime.scanstack
  44b620 T runtime.scanstack.func1
  4215e0 T runtime.scavengelist
  726960 D runtime.sched
  42d3b0 T runtime.schedinit
  436670 T runtime.schedtrace
  431890 T runtime.schedule
  439a90 T runtime.semacquire
  4271b0 T runtime.semacreate
  4270d0 T runtime.semasleep
  427180 T runtime.semawakeup
  439ee0 T runtime.semrelease
  729e60 D runtime.semtable
  4495a0 T runtime.setArgInfo
  43b010 T runtime.setBadSignalMsg
  415f10 T runtime.setGCPercent
  415fc0 T runtime.setGCPhase
  404ac0 T runtime.setcpuprofilerate
  44a7c0 T runtime.setcpuprofilerate.func1
  434650 T runtime.setcpuprofilerate_m
  4227c0 T runtime.setprofilebucket
  4345c0 T runtime.setsSP
  458e10 T runtime.settls
  41bcf0 T runtime.shade
  416b40 T runtime.shouldtriggergc
  449de0 T runtime.showframe
  43f1a0 T runtime.shrinkfinish
  43eff0 T runtime.shrinkstack
  444110 T runtime.siftdownTimer
  443f50 T runtime.siftupTimer
  74a660 D runtime.sig
  43ae40 T runtime.sigpanic
  74a520 D runtime.sigpanicPC
  66e468 T runtime.sigpanic·f
  434090 T runtime.sigprof
  43b0c0 T runtime.sigsend
  458b80 T runtime.sigtramp
  74a8c0 D runtime.size_to_class128
  74a820 D runtime.size_to_class8
  704300 D runtime.sizeof_C_MStats
  7261d0 D runtime.sliceError
  43f970 T runtime.slicebytetostring
  43fba0 T runtime.slicebytetostringtmp
  43ff20 T runtime.slicerunetostring
  455600 T runtime.stackBarrier
  74a528 D runtime.stackBarrierPC
  66e470 T runtime.stackBarrier·f
  43c260 T runtime.stackalloc
  43c120 T runtime.stackcache_clear
  43be40 T runtime.stackcacherefill
  43bf80 T runtime.stackcacherelease
  4571e0 T runtime.stackcheck
  43c780 T runtime.stackfree
  74a5b0 D runtime.stackfreequeue
  43b8f0 T runtime.stackinit
  442cb0 T runtime.stackmapdata
  726880 D runtime.stackpool
  43b9d0 T runtime.stackpoolalloc
  43bc50 T runtime.stackpoolfree
  74a530 D runtime.stackpoolmu
  416bf0 T runtime.startGC
  42eac0 T runtime.startTheWorld
  42ee50 T runtime.startTheWorldWithSema
  66e478 T runtime.startTheWorldWithSema·f
  4309b0 T runtime.startlockedm
  430280 T runtime.startm
  429f80 T runtime.startpanic
  42a260 T runtime.startpanic_m
  66e480 T runtime.startpanic_m·f
  74a538 D runtime.starttime
  66fc00 T runtime.statictmp_0371
  66fc60 T runtime.statictmp_0374
  6707e0 T runtime.statictmp_0385
  66efe0 T runtime.statictmp_1189
  71eea0 D runtime.statictmp_5040
  427580 T runtime.stdcall
  427660 T runtime.stdcall0
  4276c0 T runtime.stdcall1
  427720 T runtime.stdcall2
  427780 T runtime.stdcall3
  4277e0 T runtime.stdcall4
  427840 T runtime.stdcall5
  4278a0 T runtime.stdcall6
  427900 T runtime.stdcall7
  442aa0 T runtime.step
  422db0 T runtime.stkbucket
  42ea20 T runtime.stopTheWorld
  42eb30 T runtime.stopTheWorldWithSema
  66e488 T runtime.stopTheWorldWithSema·f
  4307d0 T runtime.stoplockedm
  42ffb0 T runtime.stopm
  401d60 T runtime.strequal
  66e490 T runtime.strequal·f
  401510 T runtime.strhash
  66e498 T runtime.strhash·f
  440330 T runtime.stringiter
  440400 T runtime.stringiter2
  43fbd0 T runtime.stringtoslicebyte
  43fd10 T runtime.stringtoslicerune
  7265a0 D runtime.sweep
  41cba0 T runtime.sweepone
  679738 T runtime.symtab
  414260 T runtime.sysAlloc
  4145d0 T runtime.sysFault
  414550 T runtime.sysFree
  4146e0 T runtime.sysMap
  414610 T runtime.sysReserve
  4142c0 T runtime.sysUnused
  4143f0 T runtime.sysUsed
  435dc0 T runtime.sysmon
  66e4a0 T runtime.sysmon·f
  455490 T runtime.systemstack
  74a540 D runtime.systemstackPC
  455480 T runtime.systemstack_switch
  74a548 D runtime.systemstack_switchPC
  66e4a8 T runtime.systemstack_switch·f
  66e4b0 T runtime.systemstack·f
  427430 T runtime.systime
  44c080 T runtime.systime.func1
  66e4b8 T runtime.systime.func1·f
  438710 T runtime.testAtomic64
  74a550 D runtime.test_x64
  74a558 D runtime.test_z64
  428290 T runtime.testdefersizes
  74a205 D runtime.testingWER
  401000 T runtime.text
  42a020 T runtime.throw
  428170 T runtime.throwinit
  74a5c0 D runtime.ticks
  438540 T runtime.tickspersecond
  439460 T runtime.timediv
  443de0 T runtime.timejump
  443a10 T runtime.timerproc
  74a560 D runtime.timerprocPC
  66e4c0 T runtime.timerproc·f
  726620 D runtime.timers
  74a6e0 D runtime.tls0
  73a140 D runtime.trace
  445e40 T runtime.traceAcquireBuffer
  4462c0 T runtime.traceAppend
  445560 T runtime.traceEvent
  445fc0 T runtime.traceFlush
  447500 T runtime.traceGCDone
  4475a0 T runtime.traceGCScanDone
  447550 T runtime.traceGCScanStart
  4474b0 T runtime.traceGCStart
  447640 T runtime.traceGCSweepDone
  4475f0 T runtime.traceGCSweepStart
  447690 T runtime.traceGoCreate
  4477f0 T runtime.traceGoEnd
  4478e0 T runtime.traceGoPark
  447890 T runtime.traceGoPreempt
  447840 T runtime.traceGoSched
  447740 T runtime.traceGoStart
  66e4c8 T runtime.traceGoStart·f
  447b20 T runtime.traceGoSysBlock
  447a00 T runtime.traceGoSysCall
  66e4d0 T runtime.traceGoSysCall·f
  447a50 T runtime.traceGoSysExit
  447970 T runtime.traceGoUnpark
  447290 T runtime.traceGomaxprocs
  447c10 T runtime.traceHeapAlloc
  447ca0 T runtime.traceNextGC
  445430 T runtime.traceProcFree
  447320 T runtime.traceProcStart
  4473c0 T runtime.traceProcStop
  445340 T runtime.traceReader
  445f10 T runtime.traceReleaseBuffer
  424930 T runtime.tracealloc
  44be40 T runtime.tracealloc.func1
  4499e0 T runtime.traceback
  449aa0 T runtime.traceback1
  704184 D runtime.traceback_cache
  448130 T runtime.tracebackdefers
  447d30 T runtime.tracebackinit
  44a460 T runtime.tracebackothers
  449a40 T runtime.tracebacktrap
  424c30 T runtime.tracefree
  44be90 T runtime.tracefree.func1
  424dc0 T runtime.tracegc
  74a568 D runtime.tracelock
  41e3a0 T runtime.trygetfull
  458dc0 T runtime.tstart_stdcall
  66e4d8 T runtime.tstart_stdcall·f
  40c730 T runtime.typ2Itab
  411220 T runtime.typeBitsBulkBarrier
  410470 T runtime.typedmemmove
  410790 T runtime.typedslicecopy
  44ac20 T runtime.typedslicecopy.func1
  675a08 T runtime.typelink
  427510 T runtime.unixnano
  441270 T runtime.unixnanotime
  40dbe0 T runtime.unlock
  433ea0 T runtime.unlockOSThread
  42fe40 T runtime.unlockextra
  425640 T runtime.updatememstats
  74a206 D runtime.useAeshash
  74a207 D runtime.useCheckmark
  427980 T runtime.usleep
  458e20 T runtime.usleep1
  458ea0 T runtime.usleep2
  414b60 T runtime.wakefing
  430760 T runtime.wakep
  41d930 T runtime.wbufptr.ptr
  7267a0 D runtime.work
  704188 D runtime.worldsema
  427020 T runtime.write
  74a208 D runtime.writeBarrierEnabled
  42bfc0 T runtime.writeErr
  410380 T runtime.writebarrierptr
  44ab10 T runtime.writebarrierptr.func1
  410400 T runtime.writebarrierptr_nostore
  44abe0 T runtime.writebarrierptr_nostore.func1
  66e4e0 T runtime.writebarrierptr_nostore.func1·f
  410260 T runtime.writebarrierptr_nostore1
  44a9b0 T runtime.writebarrierptr_nostore1.func1
  456fd0 T runtime.xadd
  456ff0 T runtime.xadd64
  441220 T runtime.xaddint64
  457010 T runtime.xadduintptr
  457020 T runtime.xchg64
  74a570 D runtime.zerobase
  7264c0 D runtime.zerobuf
  74ae40 D runtime.zerotiny
  66f420 T runtime.zerovalue
  52a9e0 T runtime/pprof.(*Profile).Add
  52a8e0 T runtime/pprof.(*Profile).Count
  52a8b0 T runtime/pprof.(*Profile).Name
  52ad70 T runtime/pprof.(*Profile).Remove
  52ae60 T runtime/pprof.(*Profile).WriteTo
  531bf0 T runtime/pprof.(*byCycles).Len
  531e20 T runtime/pprof.(*byCycles).Less
  531cb0 T runtime/pprof.(*byCycles).Swap
  531700 T runtime/pprof.(*byInUseBytes).Len
  531930 T runtime/pprof.(*byInUseBytes).Less
  5317c0 T runtime/pprof.(*byInUseBytes).Swap
  531a40 T runtime/pprof.(*runtimeProfile).Len
  531b00 T runtime/pprof.(*runtimeProfile).Stack
  5312b0 T runtime/pprof.(*stackProfile).Len
  531620 T runtime/pprof.(*stackProfile).Less
  531370 T runtime/pprof.(*stackProfile).Stack
  531460 T runtime/pprof.(*stackProfile).Swap
  52a800 T runtime/pprof.Lookup
  52fa90 T runtime/pprof.StartCPUProfile
  52fdb0 T runtime/pprof.StartTrace
  531000 T runtime/pprof.StartTrace.func1
  66e4e8 T runtime/pprof.StartTrace.func1·f
  52fce0 T runtime/pprof.StopCPUProfile
  52fe50 T runtime/pprof.StopTrace
  52c990 T runtime/pprof.WriteHeapProfile
  71a188 D runtime/pprof.blockProfile
  52fe80 T runtime/pprof.byCycles.Len
  52ff80 T runtime/pprof.byCycles.Less
  52fe90 T runtime/pprof.byCycles.Swap
  52c800 T runtime/pprof.byInUseBytes.Len
  52c900 T runtime/pprof.byInUseBytes.Less
  52c810 T runtime/pprof.byInUseBytes.Swap
  530000 T runtime/pprof.countBlock
  66e4f0 T runtime/pprof.countBlock·f
  52f5f0 T runtime/pprof.countGoroutine
  66e4f8 T runtime/pprof.countGoroutine·f
  52ca00 T runtime/pprof.countHeap
  66e500 T runtime/pprof.countHeap·f
  52f510 T runtime/pprof.countThreadCreate
  66e508 T runtime/pprof.countThreadCreate·f
  7264e0 D runtime/pprof.cpu
  71a190 D runtime/pprof.goroutineProfile
  71a198 D runtime/pprof.heapProfile
  531080 T runtime/pprof.init
  74a209 D runtime/pprof.initdone·
  52a5d0 T runtime/pprof.lockProfiles
  52b580 T runtime/pprof.printCountProfile
  530c50 T runtime/pprof.printCountProfile.func1
  52bfe0 T runtime/pprof.printStackRecord
  52fc30 T runtime/pprof.profileWriter
  66e510 T runtime/pprof.profileWriter·f
  7261e0 D runtime/pprof.profiles
  52fa00 T runtime/pprof.runtimeProfile.Len
  52fa10 T runtime/pprof.runtimeProfile.Stack
  405f00 T runtime/pprof.runtime_cyclesPerSecond
  52b2f0 T runtime/pprof.stackProfile.Len
  52b480 T runtime/pprof.stackProfile.Less
  52b300 T runtime/pprof.stackProfile.Stack
  52b360 T runtime/pprof.stackProfile.Swap
  71b1e0 D runtime/pprof.statictmp_0394
  71b220 D runtime/pprof.statictmp_0395
  71b260 D runtime/pprof.statictmp_0396
  71b2a0 D runtime/pprof.statictmp_0397
  71a1a0 D runtime/pprof.threadcreateProfile
  52a7c0 T runtime/pprof.unlockProfiles
  66e518 T runtime/pprof.unlockProfiles·f
  530050 T runtime/pprof.writeBlock
  66e520 T runtime/pprof.writeBlock·f
  52f630 T runtime/pprof.writeGoroutine
  52f6f0 T runtime/pprof.writeGoroutineStacks
  66e528 T runtime/pprof.writeGoroutine·f
  52ca50 T runtime/pprof.writeHeap
  66e530 T runtime/pprof.writeHeap·f
  52f840 T runtime/pprof.writeRuntimeProfile
  52f560 T runtime/pprof.writeThreadCreate
  66e538 T runtime/pprof.writeThreadCreate·f
  4571c0 T setg_gcc
  671680 T shifts
  4f8aa0 T sort.(*StringSlice).Len
  4f8b60 T sort.(*StringSlice).Less
  4f89c0 T sort.(*StringSlice).Search
  4f8e40 T sort.(*StringSlice).Sort
  4f8ca0 T sort.(*StringSlice).Swap
  4f7920 T sort.Search
  4f79c0 T sort.SearchStrings
  4f8910 T sort.SearchStrings.func1
  4f8620 T sort.Sort
  4f86b0 T sort.StringSlice.Len
  4f86c0 T sort.StringSlice.Less
  4f7a40 T sort.StringSlice.Search
  4f8870 T sort.StringSlice.Sort
  4f8760 T sort.StringSlice.Swap
  4f7fe0 T sort.doPivot
  4f7ce0 T sort.heapSort
  4f7ab0 T sort.insertionSort
  4f7e10 T sort.medianOfThree
  4f8480 T sort.quickSort
  4f7ba0 T sort.siftDown
  4f7f60 T sort.swapRange
  5003b0 T strconv.(*NumError).Error
  501b90 T strconv.(*decimal).Assign
  5023e0 T strconv.(*decimal).Round
  502550 T strconv.(*decimal).RoundDown
  5025b0 T strconv.(*decimal).RoundUp
  5026a0 T strconv.(*decimal).RoundedInteger
  5022f0 T strconv.(*decimal).Shift
  5013d0 T strconv.(*decimal).String
  4fed40 T strconv.(*decimal).floatBits
  4fe680 T strconv.(*decimal).set
  502ab0 T strconv.(*extFloat).AssignComputeBounds
  502d70 T strconv.(*extFloat).AssignDecimal
  5032a0 T strconv.(*extFloat).FixedDecimal
  502ce0 T strconv.(*extFloat).Multiply
  502c30 T strconv.(*extFloat).Normalize
  503a30 T strconv.(*extFloat).ShortestDecimal
  502860 T strconv.(*extFloat).floatBits
  503070 T strconv.(*extFloat).frexp10
  504190 T strconv.AppendFloat
  508470 T strconv.AppendQuoteRune
  508640 T strconv.AppendQuoteRuneToASCII
  501350 T strconv.Atoi
  508780 T strconv.CanBackquote
  7261f0 D strconv.ErrRange
  726200 D strconv.ErrSyntax
  5067b0 T strconv.FormatInt
  506730 T strconv.FormatUint
  5097d0 T strconv.IsPrint
  506830 T strconv.Itoa
  4fdca0 T strconv.ParseBool
  5002f0 T strconv.ParseFloat
  500b80 T strconv.ParseInt
  5005c0 T strconv.ParseUint
  508300 T strconv.Quote
  5083e0 T strconv.QuoteRune
  5085b0 T strconv.QuoteRuneToASCII
  508370 T strconv.QuoteToASCII
  508ec0 T strconv.Unquote
  5088d0 T strconv.UnquoteChar
  504070 T strconv.adjustLastDigit
  5037b0 T strconv.adjustLastDigitFixed
  4ff4b0 T strconv.atof32
  4ff2f0 T strconv.atof32exact
  4ffbd0 T strconv.atof64
  4ff130 T strconv.atof64exact
  504c10 T strconv.bigFtoa
  5096d0 T strconv.bsearch16
  509750 T strconv.bsearch32
  509670 T strconv.contains
  501aa0 T strconv.digitZero
  4fe2a0 T strconv.equalIgnoreCase
  7048f0 D strconv.float32info
  71af40 D strconv.float32pow10
  704910 D strconv.float64info
  71af60 D strconv.float64pow10
  5064b0 T strconv.fmtB
  505730 T strconv.fmtE
  505fc0 T strconv.fmtF
  506890 T strconv.formatBits
  504fb0 T strconv.formatDigits
  5031c0 T strconv.frexp10Many
  504250 T strconv.genericFtoa
  509bb0 T strconv.init
  74a20a D strconv.initdone·
  71af80 D strconv.isNotPrint16
  71afa0 D strconv.isNotPrint32
  71afc0 D strconv.isPrint16
  71afe0 D strconv.isPrint32
  502010 T strconv.leftShift
  71b000 D strconv.leftcheats
  704161 D strconv.optimize
  710100 D strconv.powersOfTen
  71b020 D strconv.powtab
  501f50 T strconv.prefixIsLessThan
  506dd0 T strconv.quoteWith
  4fea40 T strconv.readFloat
  501ce0 T strconv.rightShift
  505340 T strconv.roundShortest
  707fe0 D strconv.shifts
  706f80 D strconv.smallPowersOfTen
  4fe360 T strconv.special
  66fcc0 T strconv.statictmp_0142
  705b20 D strconv.statictmp_0714
  706ec0 D strconv.statictmp_0715
  7055c0 D strconv.statictmp_0716
  71f8e0 D strconv.statictmp_0717
  70d0a0 D strconv.statictmp_0718
  707b60 D strconv.statictmp_0719
  70e880 D strconv.statictmp_0720
  706820 D strconv.statictmp_0721
  501b00 T strconv.trim
  706be0 D strconv.uint64pow10
  508860 T strconv.unhex
  50b090 T strings.Contains
  50ad40 T strings.Count
  50c030 T strings.Fields
  50c0b0 T strings.FieldsFunc
  50b0f0 T strings.Index
  50b7f0 T strings.IndexAny
  457a20 T strings.IndexByte
  50b720 T strings.IndexRune
  50c440 T strings.Join
  50b3f0 T strings.LastIndex
  50b910 T strings.LastIndexAny
  50ba30 T strings.LastIndexByte
  50c860 T strings.Map
  50d1f0 T strings.Replace
  50bf90 T strings.Split
  50bee0 T strings.SplitN
  50ccf0 T strings.ToLower
  50cf10 T strings.TrimFunc
  50cd60 T strings.TrimLeftFunc
  50ce10 T strings.TrimRightFunc
  50d180 T strings.TrimSpace
  50a8f0 T strings.explode
  50baa0 T strings.genSplit
  50ac00 T strings.hashStr
  50aca0 T strings.hashStrRev
  50cfb0 T strings.indexFunc
  50d820 T strings.init
  74a20b D strings.initdone·
  50d0c0 T strings.lastIndexFunc
  4dbea0 T sync.(*Mutex).Lock
  4dc0b0 T sync.(*Mutex).Unlock
  66e540 T sync.(*Mutex).Unlock·f
  4dc1f0 T sync.(*Once).Do
  4dc530 T sync.(*Pool).Get
  4dc340 T sync.(*Pool).Put
  4dc6d0 T sync.(*Pool).getSlow
  4dc900 T sync.(*Pool).pin
  4dc9c0 T sync.(*Pool).pinSlow
  4dd0e0 T sync.(*RWMutex).Lock
  4dcf30 T sync.(*RWMutex).RLock
  4dd300 T sync.(*RWMutex).RLocker
  4dcfb0 T sync.(*RWMutex).RUnlock
  66e548 T sync.(*RWMutex).RUnlock·f
  4dd1d0 T sync.(*RWMutex).Unlock
  66e550 T sync.(*RWMutex).Unlock·f
  4dd410 T sync.(*WaitGroup).Add
  4dd5e0 T sync.(*WaitGroup).Done
  66e558 T sync.(*WaitGroup).Done·f
  4dd620 T sync.(*WaitGroup).Wait
  4dd850 T sync.(*poolLocal).Lock
  4dd880 T sync.(*poolLocal).Unlock
  4dd390 T sync.(*rlocker).Lock
  4dd3d0 T sync.(*rlocker).Unlock
  726500 D sync.allPools
  74a578 D sync.allPoolsMu
  4dd7f0 T sync.init
  4dcea0 T sync.init.1
  4dcee0 T sync.init.2
  74a20c D sync.initdone·
  4dcc90 T sync.poolCleanup
  66e560 T sync.poolCleanup·f
  439a10 T sync.runtime_Semacquire
  439a50 T sync.runtime_Semrelease
  43a5d0 T sync.runtime_Syncsemcheck
  438010 T sync.runtime_canSpin
  4380a0 T sync.runtime_doSpin
  437fa0 T sync.runtime_procPin
  437fe0 T sync.runtime_procUnpin
  418fe0 T sync.runtime_registerPoolCleanup
  4db450 T sync/atomic.AddInt32
  66ee80 T sync/atomic.AddInt32.args_stackmap
  4db460 T sync/atomic.AddUint32
  66ee90 T sync/atomic.AddUint32.args_stackmap
  4db480 T sync/atomic.AddUint64
  66eea0 T sync/atomic.AddUint64.args_stackmap
  4db420 T sync/atomic.CompareAndSwapInt32
  66eeb0 T sync/atomic.CompareAndSwapInt32.args_stackmap
  4db430 T sync/atomic.CompareAndSwapUint32
  66eec0 T sync/atomic.CompareAndSwapUint32.args_stackmap
  4db4a0 T sync/atomic.LoadInt32
  66eed0 T sync/atomic.LoadInt32.args_stackmap
  4db4d0 T sync/atomic.LoadPointer
  66eee0 T sync/atomic.LoadPointer.args_stackmap
  4db4b0 T sync/atomic.LoadUint32
  66eef0 T sync/atomic.LoadUint32.args_stackmap
  4db4c0 T sync/atomic.LoadUintptr
  66ef00 T sync/atomic.LoadUintptr.args_stackmap
  402490 T sync/atomic.StorePointer
  4db4e0 T sync/atomic.StoreUint32
  66e8a0 T sync/atomic.StoreUint32.args_stackmap
  66e568 T sync/atomic.StoreUint32·f
  4db4f0 T sync/atomic.StoreUint64
  66e8b0 T sync/atomic.StoreUint64.args_stackmap
  4db500 T sync/atomic.StoreUintptr
  66e8c0 T sync/atomic.StoreUintptr.args_stackmap
  4cae60 T syscall.(*DLL).FindProc
  4cb320 T syscall.(*DLL).MustFindProc
  4cb3c0 T syscall.(*DLL).Release
  4caab0 T syscall.(*DLLError).Error
  4d99a0 T syscall.(*Errno).Error
  4d9a70 T syscall.(*Errno).Temporary
  4d9b50 T syscall.(*Errno).Timeout
  4d5ff0 T syscall.(*Filetime).Nanoseconds
  4cd370 T syscall.(*LazyDLL).Handle
  4cd170 T syscall.(*LazyDLL).Load
  4cd3c0 T syscall.(*LazyDLL).NewProc
  4cd2f0 T syscall.(*LazyDLL).mustLoad
  4cd780 T syscall.(*LazyProc).Addr
  4cd7d0 T syscall.(*LazyProc).Call
  4cd520 T syscall.(*LazyProc).Find
  4cd700 T syscall.(*LazyProc).mustFind
  4cb420 T syscall.(*Proc).Addr
  4cb430 T syscall.(*Proc).Call
  4dae30 T syscall.(*Signal).Signal
  4daed0 T syscall.(*Signal).String
  4dab50 T syscall.(*WaitStatus).Continued
  4da9f0 T syscall.(*WaitStatus).CoreDump
  4da880 T syscall.(*WaitStatus).ExitStatus
  4da7d0 T syscall.(*WaitStatus).Exited
  4da930 T syscall.(*WaitStatus).Signal
  4dacc0 T syscall.(*WaitStatus).Signaled
  4dac00 T syscall.(*WaitStatus).StopSignal
  4daaa0 T syscall.(*WaitStatus).Stopped
  4dad70 T syscall.(*WaitStatus).TrapCause
  4d0160 T syscall.BytePtrFromString
  4cff70 T syscall.ByteSliceFromString
  4d2880 T syscall.CloseHandle
  66e570 T syscall.CloseHandle·f
  4ce8d0 T syscall.CloseOnExec
  4d4ce0 T syscall.CommandLineToArgv
  4d21d0 T syscall.CreateFile
  4d4300 T syscall.CreatePipe
  4d35a0 T syscall.CreateProcess
  4d31b0 T syscall.DeleteFile
  4d5e40 T syscall.DeviceIoControl
  4d3e90 T syscall.DuplicateHandle
  4cdae0 T syscall.Environ
  4d06f0 T syscall.Errno.Error
  4d0a70 T syscall.Errno.Temporary
  4d0ac0 T syscall.Errno.Timeout
  4cde40 T syscall.EscapeArg
  4d0af0 T syscall.Exit
  4d2160 T syscall.ExitProcess
  4d2dc0 T syscall.FindClose
  4d15f0 T syscall.FindFirstFile
  4d16c0 T syscall.FindNextFile
  4d50d0 T syscall.FlushFileBuffers
  74a5e0 D syscall.ForkLock
  4d1f70 T syscall.FormatMessage
  4d4720 T syscall.FreeEnvironmentStrings
  66e578 T syscall.FreeEnvironmentStrings·f
  4d1e20 T syscall.FreeLibrary
  4d14c0 T syscall.Fsync
  4d11c0 T syscall.Ftruncate
  4ce920 T syscall.FullPath
  4d4c60 T syscall.GetCommandLine
  4d59f0 T syscall.GetConsoleMode
  4d3bc0 T syscall.GetCurrentProcess
  4d45d0 T syscall.GetEnvironmentStrings
  4d4870 T syscall.GetEnvironmentVariable
  4d3a70 T syscall.GetExitCodeProcess
  4d49c0 T syscall.GetFileAttributes
  4d4b10 T syscall.GetFileAttributesEx
  4d2f10 T syscall.GetFileInformationByHandle
  4d4480 T syscall.GetFileType
  4d5220 T syscall.GetFullPathName
  4d3d10 T syscall.GetProcessTimes
  4d29d0 T syscall.GetStdHandle
  4d41b0 T syscall.GetTempPath
  4d3450 T syscall.GetTimeZoneInformation
  4cd880 T syscall.Getenv
  4d15b0 T syscall.Getpid
  4caae0 T syscall.LoadDLL
  4d4e30 T syscall.LocalFree
  66e580 T syscall.LocalFree·f
  4cd490 T syscall.NewLazyDLL
  4d0b30 T syscall.Open
  4d37b0 T syscall.OpenProcess
  4d1340 T syscall.Pipe
  4d0da0 T syscall.Read
  4d5cc0 T syscall.ReadConsole
  4d2380 T syscall.ReadFile
  4d1880 T syscall.Readlink
  4d54b0 T syscall.RegCloseKey
  4d5710 T syscall.RegEnumKeyEx
  4d53a0 T syscall.RegOpenKeyEx
  4d5590 T syscall.RegQueryInfoKey
  4d5850 T syscall.RegQueryValueEx
  4d3060 T syscall.RemoveDirectory
  4d0fc0 T syscall.Seek
  66e588 T syscall.Seek·f
  4d3300 T syscall.SetEndOfFile
  4d2700 T syscall.SetFilePointer
  4d4f80 T syscall.SetHandleInformation
  4d1780 T syscall.Signal.Signal
  4d1790 T syscall.Signal.String
  4cf340 T syscall.StartProcess
  74a580 D syscall.Stderr
  74a588 D syscall.Stdin
  74a590 D syscall.Stdout
  4d0210 T syscall.StringToUTF16
  4d05e0 T syscall.StringToUTF16Ptr
  443070 T syscall.Syscall
  443220 T syscall.Syscall12
  4432b0 T syscall.Syscall15
  443100 T syscall.Syscall6
  443190 T syscall.Syscall9
  4d3920 T syscall.TerminateProcess
  4d0320 T syscall.UTF16FromString
  4d0640 T syscall.UTF16PtrFromString
  4d0500 T syscall.UTF16ToString
  4d4060 T syscall.WaitForSingleObject
  4d1570 T syscall.WaitStatus.Continued
  4d1550 T syscall.WaitStatus.CoreDump
  4d1530 T syscall.WaitStatus.ExitStatus
  4d1520 T syscall.WaitStatus.Exited
  4d1540 T syscall.WaitStatus.Signal
  4d1590 T syscall.WaitStatus.Signaled
  4d1580 T syscall.WaitStatus.StopSignal
  4d1560 T syscall.WaitStatus.Stopped
  4d15a0 T syscall.WaitStatus.TrapCause
  4d0ef0 T syscall.Write
  4d5b40 T syscall.WriteConsole
  4d2540 T syscall.WriteFile
  4d6020 T syscall.copyFindData
  4ce320 T syscall.createEnvBlock
  720be0 D syscall.errors
  4d2b20 T syscall.findFirstFile1
  4d2c70 T syscall.findNextFile1
  4d5970 T syscall.getCurrentProcessId
  4d1160 T syscall.getStdHandle
  442fe0 T syscall.getprocaddress
  4d6240 T syscall.init
  74a20d D syscall.initdone·
  4cfd40 T syscall.itoa
  4cecb0 T syscall.joinExeDirAndFName
  442f50 T syscall.loadlibrary
  4ce160 T syscall.makeCmdLine
  725938 D syscall.modadvapi32
  725940 D syscall.modcrypt32
  725948 D syscall.moddnsapi
  725950 D syscall.modiphlpapi
  725958 D syscall.modkernel32
  725960 D syscall.modmswsock
  725968 D syscall.modnetapi32
  725970 D syscall.modsecur32
  725978 D syscall.modshell32
  725980 D syscall.moduserenv
  725988 D syscall.modws2_32
  4ceb00 T syscall.normalizeDir
  725990 D syscall.procAcceptEx
  725998 D syscall.procCancelIo
  7259a0 D syscall.procCancelIoEx
  7259a8 D syscall.procCertAddCertificateContextToStore
  7259b0 D syscall.procCertCloseStore
  7259b8 D syscall.procCertCreateCertificateContext
  7259c0 D syscall.procCertEnumCertificatesInStore
  7259c8 D syscall.procCertFreeCertificateChain
  7259d0 D syscall.procCertFreeCertificateContext
  7259d8 D syscall.procCertGetCertificateChain
  7259e0 D syscall.procCertOpenStore
  7259e8 D syscall.procCertOpenSystemStoreW
  7259f0 D syscall.procCertVerifyCertificateChainPolicy
  7259f8 D syscall.procCloseHandle
  725a00 D syscall.procCommandLineToArgvW
  725a08 D syscall.procConvertSidToStringSidW
  725a10 D syscall.procConvertStringSidToSidW
  725a18 D syscall.procCopySid
  725a20 D syscall.procCreateDirectoryW
  725a28 D syscall.procCreateFileMappingW
  725a30 D syscall.procCreateFileW
  725a38 D syscall.procCreateHardLinkW
  725a40 D syscall.procCreateIoCompletionPort
  725a48 D syscall.procCreatePipe
  725a50 D syscall.procCreateProcessW
  725a58 D syscall.procCreateSymbolicLinkW
  725a60 D syscall.procCreateToolhelp32Snapshot
  725a68 D syscall.procCryptAcquireContextW
  725a70 D syscall.procCryptGenRandom
  725a78 D syscall.procCryptReleaseContext
  725a80 D syscall.procDeleteFileW
  725a88 D syscall.procDeviceIoControl
  725a90 D syscall.procDnsNameCompare_W
  725a98 D syscall.procDnsQuery_W
  725aa0 D syscall.procDnsRecordListFree
  725aa8 D syscall.procDuplicateHandle
  725ab0 D syscall.procExitProcess
  725ab8 D syscall.procFindClose
  725ac0 D syscall.procFindFirstFileW
  725ac8 D syscall.procFindNextFileW
  725ad0 D syscall.procFlushFileBuffers
  725ad8 D syscall.procFlushViewOfFile
  725ae0 D syscall.procFormatMessageW
  725ae8 D syscall.procFreeAddrInfoW
  725af0 D syscall.procFreeEnvironmentStringsW
  725af8 D syscall.procFreeLibrary
  725b00 D syscall.procGetAcceptExSockaddrs
  725b08 D syscall.procGetAdaptersInfo
  725b10 D syscall.procGetAddrInfoW
  725b18 D syscall.procGetCommandLineW
  725b20 D syscall.procGetComputerNameW
  725b28 D syscall.procGetConsoleMode
  725b30 D syscall.procGetCurrentDirectoryW
  725b38 D syscall.procGetCurrentProcess
  725b40 D syscall.procGetCurrentProcessId
  725b48 D syscall.procGetEnvironmentStringsW
  725b50 D syscall.procGetEnvironmentVariableW
  725b58 D syscall.procGetExitCodeProcess
  725b60 D syscall.procGetFileAttributesExW
  725b68 D syscall.procGetFileAttributesW
  725b70 D syscall.procGetFileInformationByHandle
  725b78 D syscall.procGetFileType
  725b80 D syscall.procGetFullPathNameW
  725b88 D syscall.procGetIfEntry
  725b90 D syscall.procGetLastError
  725b98 D syscall.procGetLengthSid
  725ba0 D syscall.procGetLongPathNameW
  725ba8 D syscall.procGetProcAddress
  725bb0 D syscall.procGetProcessTimes
  725bb8 D syscall.procGetQueuedCompletionStatus
  725bc0 D syscall.procGetShortPathNameW
  725bc8 D syscall.procGetStartupInfoW
  725bd0 D syscall.procGetStdHandle
  725bd8 D syscall.procGetSystemTimeAsFileTime
  725be0 D syscall.procGetTempPathW
  725be8 D syscall.procGetTimeZoneInformation
  725bf0 D syscall.procGetTokenInformation
  725bf8 D syscall.procGetUserNameExW
  725c00 D syscall.procGetUserProfileDirectoryW
  725c08 D syscall.procGetVersion
  725c10 D syscall.procLoadLibraryW
  725c18 D syscall.procLocalFree
  725c20 D syscall.procLookupAccountNameW
  725c28 D syscall.procLookupAccountSidW
  725c30 D syscall.procMapViewOfFile
  725c38 D syscall.procMoveFileW
  725c40 D syscall.procNetApiBufferFree
  725c48 D syscall.procNetGetJoinInformation
  725c50 D syscall.procNetUserGetInfo
  725c58 D syscall.procOpenProcess
  725c60 D syscall.procOpenProcessToken
  725c68 D syscall.procPostQueuedCompletionStatus
  725c70 D syscall.procProcess32FirstW
  725c78 D syscall.procProcess32NextW
  725c80 D syscall.procReadConsoleW
  725c88 D syscall.procReadDirectoryChangesW
  725c90 D syscall.procReadFile
  725c98 D syscall.procRegCloseKey
  725ca0 D syscall.procRegEnumKeyExW
  725ca8 D syscall.procRegOpenKeyExW
  725cb0 D syscall.procRegQueryInfoKeyW
  725cb8 D syscall.procRegQueryValueExW
  725cc0 D syscall.procRemoveDirectoryW
  725cc8 D syscall.procSetCurrentDirectoryW
  725cd0 D syscall.procSetEndOfFile
  725cd8 D syscall.procSetEnvironmentVariableW
  725ce0 D syscall.procSetFileAttributesW
  725ce8 D syscall.procSetFileCompletionNotificationModes
  725cf0 D syscall.procSetFilePointer
  725cf8 D syscall.procSetFileTime
  725d00 D syscall.procSetHandleInformation
  725d08 D syscall.procTerminateProcess
  725d10 D syscall.procTranslateNameW
  725d18 D syscall.procTransmitFile
  725d20 D syscall.procUnmapViewOfFile
  725d28 D syscall.procVirtualLock
  725d30 D syscall.procVirtualUnlock
  725d38 D syscall.procWSACleanup
  725d40 D syscall.procWSAEnumProtocolsW
  725d48 D syscall.procWSAIoctl
  725d50 D syscall.procWSARecv
  725d58 D syscall.procWSARecvFrom
  725d60 D syscall.procWSASend
  725d68 D syscall.procWSASendTo
  725d70 D syscall.procWSAStartup
  725d78 D syscall.procWaitForSingleObject
  725d80 D syscall.procWriteConsoleW
  725d88 D syscall.procWriteFile
  725d90 D syscall.procbind
  725d98 D syscall.procclosesocket
  725da0 D syscall.procconnect
  725da8 D syscall.procgethostbyname
  725db0 D syscall.procgetpeername
  725db8 D syscall.procgetprotobyname
  725dc0 D syscall.procgetservbyname
  725dc8 D syscall.procgetsockname
  725dd0 D syscall.procgetsockopt
  725dd8 D syscall.proclisten
  725de0 D syscall.procntohs
  725de8 D syscall.procsetsockopt
  725df0 D syscall.procshutdown
  725df8 D syscall.procsocket
  71ec80 D syscall.signals
  66fd20 T syscall.statictmp_0019
  66e590 T syscall.statictmp_0190
  66da6b T syscall.statictmp_0206
  66da6c T syscall.statictmp_0214
  4cfe10 T syscall.uitoa
  4db300 T syscall.use
  66e8d0 T syscall.use.args_stackmap
  726660 D syscall.zeroProcAttr
  7265c0 D syscall.zeroSysProcAttr
  481da0 T testing.(*B).Error
  481dc0 T testing.(*B).Errorf
  481cd0 T testing.(*B).Fail
  481d20 T testing.(*B).FailNow
  481cf0 T testing.(*B).Failed
  481de0 T testing.(*B).Fatal
  481e00 T testing.(*B).Fatalf
  481d60 T testing.(*B).Log
  481d80 T testing.(*B).Logf
  477140 T testing.(*B).ReportAllocs
  477030 T testing.(*B).ResetTimer
  479a90 T testing.(*B).RunParallel
  47fd00 T testing.(*B).RunParallel.func1
  66e598 T testing.(*B).RunParallel.func1·f
  477120 T testing.(*B).SetBytes
  479da0 T testing.(*B).SetParallelism
  481e20 T testing.(*B).Skip
  481e60 T testing.(*B).SkipNow
  481e40 T testing.(*B).Skipf
  481ea0 T testing.(*B).Skipped
  476e20 T testing.(*B).StartTimer
  476f00 T testing.(*B).StopTimer
  477490 T testing.(*B).launch
  47fca0 T testing.(*B).launch.func1
  66e5a0 T testing.(*B).launch.func1·f
  66e5a8 T testing.(*B).launch·f
  481d40 T testing.(*B).log
  477160 T testing.(*B).nsPerOp
  481cb0 T testing.(*B).private
  4773b0 T testing.(*B).run
  4771a0 T testing.(*B).runN
  481e80 T testing.(*B).skip
  479830 T testing.(*B).trimOutput
  481a20 T testing.(*BenchmarkResult).AllocedBytesPerOp
  481930 T testing.(*BenchmarkResult).AllocsPerOp
  481be0 T testing.(*BenchmarkResult).MemString
  4816b0 T testing.(*BenchmarkResult).NsPerOp
  481b10 T testing.(*BenchmarkResult).String
  4817a0 T testing.(*BenchmarkResult).mbPerSec
  47c7e0 T testing.(*M).Run
  4799e0 T testing.(*PB).Next
  4827e0 T testing.(*T).Error
  482800 T testing.(*T).Errorf
  482710 T testing.(*T).Fail
  482760 T testing.(*T).FailNow
  482730 T testing.(*T).Failed
  482820 T testing.(*T).Fatal
  482840 T testing.(*T).Fatalf
  4827a0 T testing.(*T).Log
  4827c0 T testing.(*T).Logf
  47c600 T testing.(*T).Parallel
  482860 T testing.(*T).Skip
  4828a0 T testing.(*T).SkipNow
  482880 T testing.(*T).Skipf
  4828e0 T testing.(*T).Skipped
  482780 T testing.(*T).log
  4826f0 T testing.(*T).private
  47cad0 T testing.(*T).report
  4828c0 T testing.(*T).skip
  47c0c0 T testing.(*common).Error
  47c150 T testing.(*common).Errorf
  47bc00 T testing.(*common).Fail
  47bd60 T testing.(*common).FailNow
  47bcb0 T testing.(*common).Failed
  47c1f0 T testing.(*common).Fatal
  47c280 T testing.(*common).Fatalf
  47bfb0 T testing.(*common).Log
  47c030 T testing.(*common).Logf
  47c320 T testing.(*common).Skip
  47c450 T testing.(*common).SkipNow
  47c3b0 T testing.(*common).Skipf
  47c550 T testing.(*common).Skipped
  47bdb0 T testing.(*common).log
  47bbf0 T testing.(*common).private
  47c4a0 T testing.(*common).skip
  477870 T testing.BenchmarkResult.AllocedBytesPerOp
  477830 T testing.BenchmarkResult.AllocsPerOp
  4781f0 T testing.BenchmarkResult.MemString
  477710 T testing.BenchmarkResult.NsPerOp
  4778b0 T testing.BenchmarkResult.String
  477750 T testing.BenchmarkResult.mbPerSec
  4786a0 T testing.RunBenchmarks
  47abb0 T testing.RunExamples
  47d460 T testing.RunTests
  480ca0 T testing.RunTests.func1
  66e5b0 T testing.RunTests.func1·f
  47e890 T testing.after
  47df40 T testing.before
  725e00 D testing.benchTime
  74a598 D testing.benchmarkLock
  725e08 D testing.benchmarkMemory
  4784a0 T testing.benchmarkName
  725e10 D testing.blockProfile
  725e18 D testing.blockProfileRate
  725e20 D testing.chatty
  725e28 D testing.count
  7265e0 D testing.cover
  725e30 D testing.coverProfile
  479f70 T testing.coverReport
  47fdf0 T testing.coverReport.func1
  66e5b8 T testing.coverReport.func1·f
  726520 D testing.cpuList
  725e38 D testing.cpuListStr
  725e40 D testing.cpuProfile
  47b3f0 T testing.decorate
  47ba40 T testing.fmtDuration
  74a20e D testing.haveExamples
  480e90 T testing.init
  74a20f D testing.initdone·
  725e48 D testing.match
  725e50 D testing.matchBenchmarks
  725e58 D testing.memProfile
  725e60 D testing.memProfileRate
  74b8a0 D testing.memStats
  479dc0 T testing.mustBeNil
  725e68 D testing.outputDir
  725e70 D testing.parallel
  47f740 T testing.parseCpuList
  477290 T testing.roundDown10
  4772f0 T testing.roundUp
  47af60 T testing.runExample
  47fe50 T testing.runExample.func1
  66e5c0 T testing.runExample.func1·f
  480250 T testing.runExample.func2
  66e5c8 T testing.runExample.func2·f
  725e78 D testing.short
  47f660 T testing.startAlarm
  480d20 T testing.startAlarm.func1
  66e5d0 T testing.startAlarm.func1·f
  66f460 T testing.statictmp_0028
  47f6f0 T testing.stopAlarm
  47c6f0 T testing.tRunner
  480ad0 T testing.tRunner.func1
  66e5d8 T testing.tRunner.func1·f
  66e5e0 T testing.tRunner·f
  725e80 D testing.timeout
  725e88 D testing.timer
  47f2e0 T testing.toOutputDir
  725e90 D testing.trace
  567cd0 T text/tabwriter.(*Writer).Flush
  566220 T text/tabwriter.(*Writer).Init
  567fb0 T text/tabwriter.(*Writer).Write
  565ec0 T text/tabwriter.(*Writer).addLine
  5676c0 T text/tabwriter.(*Writer).append
  5663b0 T text/tabwriter.(*Writer).dump
  5678c0 T text/tabwriter.(*Writer).endEscape
  567290 T text/tabwriter.(*Writer).format
  566030 T text/tabwriter.(*Writer).reset
  66e5e8 T text/tabwriter.(*Writer).reset·f
  567880 T text/tabwriter.(*Writer).startEscape
  567980 T text/tabwriter.(*Writer).terminateCell
  567750 T text/tabwriter.(*Writer).updateWidth
  5667a0 T text/tabwriter.(*Writer).write0
  566b40 T text/tabwriter.(*Writer).writeLines
  5668c0 T text/tabwriter.(*Writer).writeN
  566990 T text/tabwriter.(*Writer).writePadding
  704308 D text/tabwriter..gobytes.1
  70418c D text/tabwriter..gobytes.2
  568970 T text/tabwriter.NewWriter
  567b50 T text/tabwriter.handlePanic
  66e5f0 T text/tabwriter.handlePanic·f
  71b040 D text/tabwriter.hbar
  568a10 T text/tabwriter.init
  74a210 D text/tabwriter.initdone·
  71b060 D text/tabwriter.newline
  704162 D text/tabwriter.statictmp_0147
  704163 D text/tabwriter.statictmp_0148
  71b080 D text/tabwriter.tabs
  71b0a0 D text/tabwriter.vbar
  4c9750 T time.(*Duration).Hours
  4c9620 T time.(*Duration).Minutes
  4c9460 T time.(*Duration).Nanoseconds
  4c9500 T time.(*Duration).Seconds
  4c9390 T time.(*Duration).String
  4c1640 T time.(*Location).String
  4c1b80 T time.(*Location).firstZoneUsed
  4c15c0 T time.(*Location).get
  4c16a0 T time.(*Location).lookup
  4c19e0 T time.(*Location).lookupFirstZone
  4c1be0 T time.(*Location).lookupName
  4c9880 T time.(*Month).String
  4b7ca0 T time.(*ParseError).Error
  4c8360 T time.(*Time).Add
  4c8590 T time.(*Time).AddDate
  4c7470 T time.(*Time).After
  4c7340 T time.(*Time).AppendFormat
  4c7550 T time.(*Time).Before
  4c7e80 T time.(*Time).Clock
  4c7990 T time.(*Time).Date
  4c7c10 T time.(*Time).Day
  4c7630 T time.(*Time).Equal
  4c7250 T time.(*Time).Format
  4c0380 T time.(*Time).GobDecode
  4c8e80 T time.(*Time).GobEncode
  4c7f60 T time.(*Time).Hour
  4c7db0 T time.(*Time).ISOWeek
  4c8930 T time.(*Time).In
  4c7700 T time.(*Time).IsZero
  4c8860 T time.(*Time).Local
  4c8a20 T time.(*Time).Location
  4c8d70 T time.(*Time).MarshalBinary
  4c8f90 T time.(*Time).MarshalJSON
  4c90a0 T time.(*Time).MarshalText
  4c8030 T time.(*Time).Minute
  4c7b40 T time.(*Time).Month
  4c81d0 T time.(*Time).Nanosecond
  4c92a0 T time.(*Time).Round
  4c8100 T time.(*Time).Second
  4c7170 T time.(*Time).String
  4c84b0 T time.(*Time).Sub
  4c91b0 T time.(*Time).Truncate
  4c8790 T time.(*Time).UTC
  4c8bd0 T time.(*Time).Unix
  4c8ca0 T time.(*Time).UnixNano
  4bf9c0 T time.(*Time).UnmarshalBinary
  4c0620 T time.(*Time).UnmarshalJSON
  4c0950 T time.(*Time).UnmarshalText
  4c7ce0 T time.(*Time).Weekday
  4c7a70 T time.(*Time).Year
  4c8290 T time.(*Time).YearDay
  4c8ae0 T time.(*Time).Zone
  4c77d0 T time.(*Time).abs
  4c86a0 T time.(*Time).date
  4c78a0 T time.(*Time).locabs
  4bd340 T time.(*Timer).Reset
  4bd280 T time.(*Timer).Stop
  4c9950 T time.(*Weekday).String
  4bd450 T time.AfterFunc
  4c0a60 T time.Date
  4beb30 T time.Duration.Hours
  4beaa0 T time.Duration.Minutes
  4bea00 T time.Duration.Nanoseconds
  4bea10 T time.Duration.Seconds
  4be230 T time.Duration.String
  71a1a8 D time.Local
  4bd6b0 T time.Month.String
  4bf2b0 T time.Now
  4b86e0 T time.Parse
  4bc040 T time.ParseDuration
  4bed90 T time.Since
  443340 T time.Sleep
  66e5f8 T time.Sleep·f
  4bebc0 T time.Time.Add
  4bee10 T time.Time.AddDate
  4bd600 T time.Time.After
  4b5ee0 T time.Time.AppendFormat
  4bd640 T time.Time.Before
  4bdec0 T time.Time.Clock
  4bd9c0 T time.Time.Date
  4bdaf0 T time.Time.Day
  4bd680 T time.Time.Equal
  4b5d30 T time.Time.Format
  4c02e0 T time.Time.GobEncode
  4bdfb0 T time.Time.Hour
  4bdbf0 T time.Time.ISOWeek
  4bf380 T time.Time.In
  4bd770 T time.Time.IsZero
  4bf350 T time.Time.Local
  4bf440 T time.Time.Location
  4bf530 T time.Time.MarshalBinary
  4c0400 T time.Time.MarshalJSON
  4c0730 T time.Time.MarshalText
  4be070 T time.Time.Minute
  4bda90 T time.Time.Month
  4be1c0 T time.Time.Nanosecond
  4c1190 T time.Time.Round
  4be140 T time.Time.Second
  4b5cb0 T time.Time.String
  4bec70 T time.Time.Sub
  4c1060 T time.Time.Truncate
  4bf320 T time.Time.UTC
  4bf4e0 T time.Time.Unix
  4bf500 T time.Time.UnixNano
  4bdb50 T time.Time.Weekday
  4bda30 T time.Time.Year
  4be1d0 T time.Time.YearDay
  4bf460 T time.Time.Zone
  4bd790 T time.Time.abs
  4bef60 T time.Time.date
  4bd870 T time.Time.locabs
  71a1b0 D time.UTC
  4bd710 T time.Weekday.String
  4c2860 T time.abbrev
  725e98 D time.abbrs
  4beff0 T time.absDate
  4b54b0 T time.appendInt
  4b5850 T time.atoi
  726210 D time.atoiError
  726220 D time.badData
  4b8450 T time.cutspace
  71e6a0 D time.days
  705780 D time.daysBefore
  4c1380 T time.div
  726230 D time.errBad
  726240 D time.errLeadingInt
  4c26f0 T time.extractCAPS
  4be850 T time.fmtFrac
  4be940 T time.fmtInt
  4b59b0 T time.formatNano
  4b8260 T time.getnum
  4bd590 T time.goFunc
  66e600 T time.goFunc·f
  4c36a0 T time.init
  4c35f0 T time.initLocal
  4c2e60 T time.initLocalFromTZI
  66e608 T time.initLocal·f
  74a211 D time.initdone·
  4bbf00 T time.leadingInt
  7266c0 D time.localLoc
  74a5a0 D time.localOnce
  71b0c0 D time.longDayNames
  71b0e0 D time.longMonthNames
  4b52d0 T time.lookup
  4b5230 T time.match
  4c1f70 T time.matchZoneKey
  71ea00 D time.months
  4b38d0 T time.nextStdChunk
  458ee0 T time.now
  4b87c0 T time.parse
  4bbc40 T time.parseGMT
  4bbda0 T time.parseNanoseconds
  4bb970 T time.parseTimeZone
  4c2c00 T time.pseudoUnix
  4443b0 T time.runtimeNano
  71b100 D time.shortDayNames
  71b120 D time.shortMonthNames
  4b84d0 T time.skip
  443490 T time.startTimer
  670300 T time.statictmp_0265
  66f240 T time.statictmp_0381
  66ef10 T time.statictmp_0384
  66f260 T time.statictmp_0388
  66ef20 T time.statictmp_0391
  66e8f0 T time.statictmp_0639
  66f280 T time.statictmp_0659
  66ef30 T time.statictmp_0662
  71e720 D time.statictmp_1051
  71e7a0 D time.statictmp_1052
  71eac0 D time.statictmp_1053
  71eba0 D time.statictmp_1054
  670c80 T time.statictmp_1055
  705600 D time.std0x
  4434d0 T time.stopTimer
  4c2290 T time.toEnglishName
  725ea0 D time.unitMap
  71e5e0 D time.utcLoc
  4bd210 T time.when
  726250 D time.zoneinfo
  56c180 T type.*
  452c70 T type..eq.[0]string
  568c20 T type..eq.[0]text/tabwriter.cell
  4b2ae0 T type..eq.[104]string
  4b2780 T type..eq.[112]cmd/internal/rsc.io/x86/x86asm.Arg
  50a6d0 T type..eq.[11]float32
  4f5750 T type..eq.[11]string
  53e690 T type..eq.[128]float32
  4b2460 T type..eq.[12]string
  4db050 T type..eq.[131]string
  4ca640 T type..eq.[13]string
  56c050 T type..eq.[13]struct { a debug/dwarf.Attr; b debug/dwarf.Class }
  4550a0 T type..eq.[14]runtime.dbgVar
  4b2930 T type..eq.[155]string
  4db200 T type..eq.[16]string
  4b3780 T type..eq.[18]struct { a string; b uint8 }
  481f80 T type..eq.[1]interface {}
  476d20 T type..eq.[1]string
  4c9ee0 T type..eq.[1]time.zone
  4ca0e0 T type..eq.[1]time.zoneTrans
  56be50 T type..eq.[20]struct { a debug/dwarf.Attr; b bool }
  4b3290 T type..eq.[21]struct { a cmd/internal/rsc.io/x86/x86asm.Prefix; b string }
  50a5c0 T type..eq.[23]float64
  4b3450 T type..eq.[24]struct { a cmd/internal/rsc.io/x86/x86asm.Op; b string }
  454950 T type..eq.[251]struct { root runtime.semaRoot; pad [32]uint8 }
  53e580 T type..eq.[256]float32
  4544a0 T type..eq.[256]struct { schedtick uint32; schedwhen int64; syscalltick uint32; syscallwhen int64 }
  565d70 T type..eq.[27]string
  44d0e0 T type..eq.[2]float32
  44d1f0 T type..eq.[2]float64
  4822e0 T type..eq.[2]interface {}
  453090 T type..eq.[2]string
  4b2f80 T type..eq.[35]struct { a cmd/internal/rsc.io/x86/x86asm.Op; b string }
  482130 T type..eq.[3]interface {}
  453240 T type..eq.[3]string
  4829c0 T type..eq.[4]interface {}
  4533f0 T type..eq.[4]string
  4b1b50 T type..eq.[5]interface {}
  4535a0 T type..eq.[5]string
  4b2c90 T type..eq.[606]string
  50a7e0 T type..eq.[61]strconv.leftCheat
  4523f0 T type..eq.[61]struct { Size uint32; Mallocs uint64; Frees uint64 }
  4528a0 T type..eq.[64]runtime.overlappedEntry
  453ea0 T type..eq.[67]runtime.divMagic
  4507c0 T type..eq.[67]struct { mcentral runtime.mcentral; pad [64]uint8 }
  454120 T type..eq.[67]struct { size uint32; nmalloc uint64; nfree uint64 }
  4b1d00 T type..eq.[6]interface {}
  44ead0 T type..eq.[6]string
  54bad0 T type..eq.[70]float64
  4825f0 T type..eq.[7]interface {}
  464590 T type..eq.[7]string
  50a490 T type..eq.[87]strconv.extFloat
  4b2610 T type..eq.[8]cmd/internal/rsc.io/x86/x86asm.Mem
  5311b0 T type..eq.[8]interface {}
  50a360 T type..eq.[8]strconv.extFloat
  454ef0 T type..eq.[8]string
  4ca960 T type..eq.[8]struct { a string; b int64 }
  4ca3e0 T type..eq.[8]time.abbr
  56bbf0 T type..eq.[91]string
  44ec80 T type..eq.[9]string
  4b0f30 T type..eq.cmd/internal/rsc.io/x86/x86asm.Args
  4b2150 T type..eq.cmd/internal/rsc.io/x86/x86asm.ExtDis
  4b1ee0 T type..eq.cmd/internal/rsc.io/x86/x86asm.ExtInst
  4b1110 T type..eq.cmd/internal/rsc.io/x86/x86asm.Inst
  4b1700 T type..eq.cmd/internal/rsc.io/x86/x86asm.Mem
  513a70 T type..eq.flag.Flag
  52a2e0 T type..eq.fmt.fmt
  52a4e0 T type..eq.fmt.ssave
  53e400 T type..eq.math/rand.lockedSource
  464290 T type..eq.os.LinkError
  463fb0 T type..eq.os.PathError
  463b90 T type..eq.os.Process
  463cc0 T type..eq.os.ProcessState
  463da0 T type..eq.os.SyscallError
  463600 T type..eq.os.dirInfo
  4647b0 T type..eq.os.fileStat
  544c50 T type..eq.os/exec.Error
  545720 T type..eq.os/exec.closeOnce
  561bb0 T type..eq.reflect.Method
  565aa0 T type..eq.reflect.ValueError
  563340 T type..eq.reflect.arrayType
  562b40 T type..eq.reflect.chanType
  563b80 T type..eq.reflect.mapType
  5643c0 T type..eq.reflect.ptrType
  55d980 T type..eq.reflect.rtype
  564ba0 T type..eq.reflect.sliceType
  475f20 T type..eq.regexp.entry
  476040 T type..eq.regexp.inputReader
  476220 T type..eq.regexp.job
  4f5190 T type..eq.regexp/syntax.Error
  452510 T type..eq.runtime.MemStats
  44e7e0 T type..eq.runtime.TypeAssertionError
  44d6f0 T type..eq.runtime._defer
  44d4f0 T type..eq.runtime._panic
  44f2e0 T type..eq.runtime.bitvector
  44e600 T type..eq.runtime.cpuProfile
  452e10 T type..eq.runtime.dbgVar
  451dc0 T type..eq.runtime.divMagic
  4516d0 T type..eq.runtime.finblock
  450a90 T type..eq.runtime.fixalloc
  4546a0 T type..eq.runtime.forcegcstate
  4518b0 T type..eq.runtime.functype
  44e350 T type..eq.runtime.hchan
  44f730 T type..eq.runtime.heapBits
  44f170 T type..eq.runtime.hiter
  44ef70 T type..eq.runtime.hmap
  44edf0 T type..eq.runtime.maptype
  44dd90 T type..eq.runtime.mcache
  4503e0 T type..eq.runtime.mcentral
  450e40 T type..eq.runtime.mheap
  4514d0 T type..eq.runtime.modulehash
  454290 T type..eq.runtime.mstats
  452660 T type..eq.runtime.net_op
  452760 T type..eq.runtime.overlappedEntry
  452f50 T type..eq.runtime.semaRoot
  44dc10 T type..eq.runtime.special
  44f4c0 T type..eq.runtime.specialfinalizer
  44f650 T type..eq.runtime.specialprofile
  44f390 T type..eq.runtime.stackmap
  44d910 T type..eq.runtime.sudog
  453d10 T type..eq.runtime.sweepdata
  453790 T type..eq.runtime.traceStack
  453930 T type..eq.runtime.traceStackTable
  44e130 T type..eq.runtime.workbuf
  44df90 T type..eq.runtime.workbufhdr
  509d90 T type..eq.strconv.NumError
  509fd0 T type..eq.strconv.decimal
  50a0d0 T type..eq.strconv.extFloat
  50a200 T type..eq.strconv.leftCheat
  452150 T type..eq.struct { F uintptr; buf *[]uint8; gp *runtime.g; pc uintptr; sp uintptr; all bool; n *int }
  451260 T type..eq.struct { F uintptr; c *runtime.mcache; sizeclass int8 }
  4b22e0 T type..eq.struct { F uintptr; encoded string; t *testing.T }
  451fc0 T type..eq.struct { F uintptr; h *runtime.mheap; acct int32; s *runtime.mspan }
  44e4d0 T type..eq.struct { F uintptr; hz int32 }
  565950 T type..eq.struct { F uintptr; name string }
  4529a0 T type..eq.struct { F uintptr; newg *runtime.g; stacksize int32 }
  4766d0 T type..eq.struct { F uintptr; re *regexp.Regexp; repl string; src string }
  4768b0 T type..eq.struct { F uintptr; repl string }
  476a00 T type..eq.struct { F uintptr; result *[]string; s string }
  451e90 T type..eq.struct { F uintptr; s **runtime.mspan; h *runtime.mheap; npage uintptr; sizeclass int32; large bool }
  451360 T type..eq.struct { F uintptr; s **runtime.mspan; size *uintptr; flags uint32 }
  476ba0 T type..eq.struct { F uintptr; s string; result *[][]string }
  451b50 T type..eq.struct { F uintptr; size uintptr; cl uint8; preserve bool; s *runtime.mspan; sweepgen uint32; sweepgenset *bool; c *runtime.mcache; res *bool; head *runtime.gclinkptr; end *runtime.gclinkptr; nfree *int }
  544e70 T type..eq.struct { F uintptr; w io.Writer; pr *os.File }
  4522f0 T type..eq.struct { Size uint32; Mallocs uint64; Frees uint64 }
  4b2e30 T type..eq.struct { a cmd/internal/rsc.io/x86/x86asm.Op; b string }
  4b3130 T type..eq.struct { a cmd/internal/rsc.io/x86/x86asm.Prefix; b string }
  56bd60 T type..eq.struct { a debug/dwarf.Attr; b bool }
  56bf60 T type..eq.struct { a debug/dwarf.Attr; b debug/dwarf.Class }
  4ca7e0 T type..eq.struct { a string; b int64 }
  4b3600 T type..eq.struct { a string; b uint8 }
  565c10 T type..eq.struct { b bool; x interface {} }
  453a90 T type..eq.struct { lock runtime.mutex; g *runtime.g; wake bool }
  453b90 T type..eq.struct { lock runtime.mutex; g *runtime.g; working uint; started bool }
  454c70 T type..eq.struct { lock runtime.mutex; lockOwner *runtime.g; enabled bool; shutdown bool; headerWritten bool; footerWritten bool; shutdownSema uint32; ticksStart int64; ticksEnd int64; timeStart int64; timeEnd int64; reading *runtime.traceBuf; empty *runtime.traceBuf; fullHead *runtime.traceBuf; fullTail *runtime.traceBuf; reader *runtime.g; stackTab runtime.traceStackTable; bufLock runtime.mutex; buf *runtime.traceBuf }
  4545d0 T type..eq.struct { lock runtime.mutex; pad uint32; val uint64 }
  4505a0 T type..eq.struct { mcentral runtime.mcentral; pad [64]uint8 }
  454b00 T type..eq.struct { note runtime.note; mask [3]uint32; wanted [3]uint32; recv [3]uint32; state uint32; inuse bool }
  4547d0 T type..eq.struct { root runtime.semaRoot; pad [32]uint8 }
  452b60 T type..eq.struct { schedtick uint32; schedwhen int64; syscalltick uint32; syscallwhen int64 }
  454020 T type..eq.struct { size uint32; nmalloc uint64; nfree uint64 }
  531fc0 T type..eq.struct { sync.Mutex; profiling bool; done chan bool }
  4d9cc0 T type..eq.syscall.DLL
  4d97d0 T type..eq.syscall.DLLError
  4d9fe0 T type..eq.syscall.LazyDLL
  4da1b0 T type..eq.syscall.LazyProc
  4d9e70 T type..eq.syscall.Proc
  4da780 T type..eq.syscall.SecurityAttributes
  4da570 T type..eq.syscall.StartupInfo
  4da3b0 T type..eq.syscall.SysProcAttr
  4824d0 T type..eq.testing.CoverBlock
  568ae0 T type..eq.text/tabwriter.cell
  4c9b60 T type..eq.time.ParseError
  4c7120 T type..eq.time.Time
  4ca200 T type..eq.time.abbr
  4c6e90 T type..eq.time.zone
  4c6ff0 T type..eq.time.zoneTrans
  452bc0 T type..hash.[0]string
  568b70 T type..hash.[0]text/tabwriter.cell
  4b2a30 T type..hash.[104]string
  4b26d0 T type..hash.[112]cmd/internal/rsc.io/x86/x86asm.Arg
  50a620 T type..hash.[11]float32
  4f56a0 T type..hash.[11]string
  53e5e0 T type..hash.[128]float32
  4b23b0 T type..hash.[12]string
  4dafa0 T type..hash.[131]string
  4ca590 T type..hash.[13]string
  56bfa0 T type..hash.[13]struct { a debug/dwarf.Attr; b debug/dwarf.Class }
  454ff0 T type..hash.[14]runtime.dbgVar
  4b2880 T type..hash.[155]string
  4db150 T type..hash.[16]string
  4b36d0 T type..hash.[18]struct { a string; b uint8 }
  481ed0 T type..hash.[1]interface {}
  476c70 T type..hash.[1]string
  4c9e30 T type..hash.[1]time.zone
  4ca030 T type..hash.[1]time.zoneTrans
  56bda0 T type..hash.[20]struct { a debug/dwarf.Attr; b bool }
  4b31e0 T type..hash.[21]struct { a cmd/internal/rsc.io/x86/x86asm.Prefix; b string }
  50a510 T type..hash.[23]float64
  4b33a0 T type..hash.[24]struct { a cmd/internal/rsc.io/x86/x86asm.Op; b string }
  4548a0 T type..hash.[251]struct { root runtime.semaRoot; pad [32]uint8 }
  53e4d0 T type..hash.[256]float32
  4543f0 T type..hash.[256]struct { schedtick uint32; schedwhen int64; syscalltick uint32; syscallwhen int64 }
  565cc0 T type..hash.[27]string
  44d030 T type..hash.[2]float32
  44d140 T type..hash.[2]float64
  482230 T type..hash.[2]interface {}
  452fe0 T type..hash.[2]string
  4b2ed0 T type..hash.[35]struct { a cmd/internal/rsc.io/x86/x86asm.Op; b string }
  482080 T type..hash.[3]interface {}
  453190 T type..hash.[3]string
  482910 T type..hash.[4]interface {}
  453340 T type..hash.[4]string
  4b1aa0 T type..hash.[5]interface {}
  4534f0 T type..hash.[5]string
  4b2be0 T type..hash.[606]string
  50a730 T type..hash.[61]strconv.leftCheat
  452340 T type..hash.[61]struct { Size uint32; Mallocs uint64; Frees uint64 }
  4527f0 T type..hash.[64]runtime.overlappedEntry
  453df0 T type..hash.[67]runtime.divMagic
  450710 T type..hash.[67]struct { mcentral runtime.mcentral; pad [64]uint8 }
  454070 T type..hash.[67]struct { size uint32; nmalloc uint64; nfree uint64 }
  4b1c50 T type..hash.[6]interface {}
  44ea20 T type..hash.[6]string
  54ba20 T type..hash.[70]float64
  482540 T type..hash.[7]interface {}
  4644e0 T type..hash.[7]string
  50a3e0 T type..hash.[87]strconv.extFloat
  4b2560 T type..hash.[8]cmd/internal/rsc.io/x86/x86asm.Mem
  531100 T type..hash.[8]interface {}
  50a2b0 T type..hash.[8]strconv.extFloat
  454e40 T type..hash.[8]string
  4ca8b0 T type..hash.[8]struct { a string; b int64 }
  4ca330 T type..hash.[8]time.abbr
  56bb40 T type..hash.[91]string
  44ebd0 T type..hash.[9]string
  4b0e80 T type..hash.cmd/internal/rsc.io/x86/x86asm.Args
  4b20b0 T type..hash.cmd/internal/rsc.io/x86/x86asm.ExtDis
  4b1e00 T type..hash.cmd/internal/rsc.io/x86/x86asm.ExtInst
  4b1030 T type..hash.cmd/internal/rsc.io/x86/x86asm.Inst
  4b1660 T type..hash.cmd/internal/rsc.io/x86/x86asm.Mem
  513960 T type..hash.flag.Flag
  52a1f0 T type..hash.fmt.fmt
  52a3f0 T type..hash.fmt.ssave
  53e360 T type..hash.math/rand.lockedSource
  464180 T type..hash.os.LinkError
  463ee0 T type..hash.os.PathError
  463b20 T type..hash.os.Process
  463c20 T type..hash.os.ProcessState
  463d10 T type..hash.os.SyscallError
  463510 T type..hash.os.dirInfo
  464690 T type..hash.os.fileStat
  544bc0 T type..hash.os/exec.Error
  545680 T type..hash.os/exec.closeOnce
  561aa0 T type..hash.reflect.Method
  565a00 T type..hash.reflect.ValueError
  5632a0 T type..hash.reflect.arrayType
  562aa0 T type..hash.reflect.chanType
  563ae0 T type..hash.reflect.mapType
  564320 T type..hash.reflect.ptrType
  55d8e0 T type..hash.reflect.rtype
  564b00 T type..hash.reflect.sliceType
  475e80 T type..hash.regexp.entry
  475f60 T type..hash.regexp.inputReader
  476130 T type..hash.regexp.job
  4f5100 T type..hash.regexp/syntax.Error
  452470 T type..hash.runtime.MemStats
  44e6d0 T type..hash.runtime.TypeAssertionError
  44d600 T type..hash.runtime._defer
  44d410 T type..hash.runtime._panic
  44f240 T type..hash.runtime.bitvector
  44e510 T type..hash.runtime.cpuProfile
  452d70 T type..hash.runtime.dbgVar
  451c90 T type..hash.runtime.divMagic
  451630 T type..hash.runtime.finblock
  4509a0 T type..hash.runtime.fixalloc
  454630 T type..hash.runtime.forcegcstate
  4517c0 T type..hash.runtime.functype
  44e260 T type..hash.runtime.hchan
  44f6c0 T type..hash.runtime.heapBits
  44f080 T type..hash.runtime.hiter
  44ee80 T type..hash.runtime.hmap
  44ed80 T type..hash.runtime.maptype
  44dca0 T type..hash.runtime.mcache
  4502f0 T type..hash.runtime.mcentral
  450b60 T type..hash.runtime.mheap
  4513f0 T type..hash.runtime.modulehash
  4541a0 T type..hash.runtime.mstats
  4525f0 T type..hash.runtime.net_op
  4526f0 T type..hash.runtime.overlappedEntry
  452ee0 T type..hash.runtime.semaRoot
  44dba0 T type..hash.runtime.special
  44f420 T type..hash.runtime.specialfinalizer
  44f5b0 T type..hash.runtime.specialprofile
  44f320 T type..hash.runtime.stackmap
  44d870 T type..hash.runtime.sudog
  453c20 T type..hash.runtime.sweepdata
  4536a0 T type..hash.runtime.traceStack
  453840 T type..hash.runtime.traceStackTable
  44e090 T type..hash.runtime.workbuf
  44def0 T type..hash.runtime.workbufhdr
  509cc0 T type..hash.strconv.NumError
  509f60 T type..hash.strconv.decimal
  50a060 T type..hash.strconv.extFloat
  50a160 T type..hash.strconv.leftCheat
  4520b0 T type..hash.struct { F uintptr; buf *[]uint8; gp *runtime.g; pc uintptr; sp uintptr; all bool; n *int }
  4511f0 T type..hash.struct { F uintptr; c *runtime.mcache; sizeclass int8 }
  4b2200 T type..hash.struct { F uintptr; encoded string; t *testing.T }
  451f20 T type..hash.struct { F uintptr; h *runtime.mheap; acct int32; s *runtime.mspan }
  44e460 T type..hash.struct { F uintptr; hz int32 }
  5658b0 T type..hash.struct { F uintptr; name string }
  452930 T type..hash.struct { F uintptr; newg *runtime.g; stacksize int32 }
  4765f0 T type..hash.struct { F uintptr; re *regexp.Regexp; repl string; src string }
  476810 T type..hash.struct { F uintptr; repl string }
  476960 T type..hash.struct { F uintptr; result *[]string; s string }
  451e20 T type..hash.struct { F uintptr; s **runtime.mspan; h *runtime.mheap; npage uintptr; sizeclass int32; large bool }
  4512f0 T type..hash.struct { F uintptr; s **runtime.mspan; size *uintptr; flags uint32 }
  476ac0 T type..hash.struct { F uintptr; s string; result *[][]string }
  4519e0 T type..hash.struct { F uintptr; size uintptr; cl uint8; preserve bool; s *runtime.mspan; sweepgen uint32; sweepgenset *bool; c *runtime.mcache; res *bool; head *runtime.gclinkptr; end *runtime.gclinkptr; nfree *int }
  544d90 T type..hash.struct { F uintptr; w io.Writer; pr *os.File }
  452200 T type..hash.struct { Size uint32; Mallocs uint64; Frees uint64 }
  4b2d90 T type..hash.struct { a cmd/internal/rsc.io/x86/x86asm.Op; b string }
  4b3090 T type..hash.struct { a cmd/internal/rsc.io/x86/x86asm.Prefix; b string }
  56bcf0 T type..hash.struct { a debug/dwarf.Attr; b bool }
  56bec0 T type..hash.struct { a debug/dwarf.Attr; b debug/dwarf.Class }
  4ca740 T type..hash.struct { a string; b int64 }
  4b3560 T type..hash.struct { a string; b uint8 }
  565b70 T type..hash.struct { b bool; x interface {} }
  453a20 T type..hash.struct { lock runtime.mutex; g *runtime.g; wake bool }
  453b20 T type..hash.struct { lock runtime.mutex; g *runtime.g; working uint; started bool }
  454b90 T type..hash.struct { lock runtime.mutex; lockOwner *runtime.g; enabled bool; shutdown bool; headerWritten bool; footerWritten bool; shutdownSema uint32; ticksStart int64; ticksEnd int64; timeStart int64; timeEnd int64; reading *runtime.traceBuf; empty *runtime.traceBuf; fullHead *runtime.traceBuf; fullTail *runtime.traceBuf; reader *runtime.g; stackTab runtime.traceStackTable; bufLock runtime.mutex; buf *runtime.traceBuf }
  454530 T type..hash.struct { lock runtime.mutex; pad uint32; val uint64 }
  450500 T type..hash.struct { mcentral runtime.mcentral; pad [64]uint8 }
  454a90 T type..hash.struct { note runtime.note; mask [3]uint32; wanted [3]uint32; recv [3]uint32; state uint32; inuse bool }
  454730 T type..hash.struct { root runtime.semaRoot; pad [32]uint8 }
  452a30 T type..hash.struct { schedtick uint32; schedwhen int64; syscalltick uint32; syscallwhen int64 }
  453f30 T type..hash.struct { size uint32; nmalloc uint64; nfree uint64 }
  531f20 T type..hash.struct { sync.Mutex; profiling bool; done chan bool }
  4d9c20 T type..hash.syscall.DLL
  4d9700 T type..hash.syscall.DLLError
  4d9f40 T type..hash.syscall.LazyDLL
  4da0d0 T type..hash.syscall.LazyProc
  4d9d90 T type..hash.syscall.Proc
  4da690 T type..hash.syscall.SecurityAttributes
  4da480 T type..hash.syscall.StartupInfo
  4da2d0 T type..hash.syscall.SysProcAttr
  4823e0 T type..hash.testing.CoverBlock
  568a70 T type..hash.text/tabwriter.cell
  4c9a20 T type..hash.time.ParseError
  4c7080 T type..hash.time.Time
  4ca170 T type..hash.time.abbr
  4c6df0 T type..hash.time.zone
  4c6f80 T type..hash.time.zoneTrans
  71a1b8 D unicode.ASCII_Hex_Digit
  71a1c0 D unicode.Arabic
  71a1c8 D unicode.Armenian
  71a1d0 D unicode.Avestan
  71a1d8 D unicode.Balinese
  71a1e0 D unicode.Bamum
  71a1e8 D unicode.Bassa_Vah
  71a1f0 D unicode.Batak
  71a1f8 D unicode.Bengali
  71a200 D unicode.Bidi_Control
  71a208 D unicode.Bopomofo
  71a210 D unicode.Brahmi
  71a218 D unicode.Braille
  71a220 D unicode.Buginese
  71a228 D unicode.Buhid
  71a230 D unicode.C
  71a238 D unicode.Canadian_Aboriginal
  71a240 D unicode.Carian
  71b140 D unicode.CaseRanges
  725ea8 D unicode.Categories
  71a248 D unicode.Caucasian_Albanian
  71a250 D unicode.Cc
  71a258 D unicode.Cf
  71a260 D unicode.Chakma
  71a268 D unicode.Cham
  71a270 D unicode.Cherokee
  71a278 D unicode.Co
  71a280 D unicode.Common
  71a288 D unicode.Coptic
  71a290 D unicode.Cs
  71a298 D unicode.Cuneiform
  71a2a0 D unicode.Cypriot
  71a2a8 D unicode.Cyrillic
  71a2b0 D unicode.Dash
  71a2b8 D unicode.Deprecated
  71a2c0 D unicode.Deseret
  71a2c8 D unicode.Devanagari
  71a2d0 D unicode.Diacritic
  71a2d8 D unicode.Digit
  71a2e0 D unicode.Duployan
  71a2e8 D unicode.Egyptian_Hieroglyphs
  71a2f0 D unicode.Elbasan
  71a2f8 D unicode.Ethiopic
  71a300 D unicode.Extender
  725eb0 D unicode.FoldCategory
  725eb8 D unicode.FoldScript
  71a308 D unicode.Georgian
  71a310 D unicode.Glagolitic
  71a318 D unicode.Gothic
  71a320 D unicode.Grantha
  71a328 D unicode.Greek
  71a330 D unicode.Gujarati
  71a338 D unicode.Gurmukhi
  71a340 D unicode.Han
  71a348 D unicode.Hangul
  71a350 D unicode.Hanunoo
  71a358 D unicode.Hebrew
  71a360 D unicode.Hex_Digit
  71a368 D unicode.Hiragana
  71a370 D unicode.Hyphen
  71a378 D unicode.IDS_Binary_Operator
  71a380 D unicode.IDS_Trinary_Operator
  71a388 D unicode.Ideographic
  71a390 D unicode.Imperial_Aramaic
  4f9000 T unicode.In
  71a398 D unicode.Inherited
  71a3a0 D unicode.Inscriptional_Pahlavi
  71a3a8 D unicode.Inscriptional_Parthian
  4f9450 T unicode.Is
  4f8f00 T unicode.IsDigit
  4f90c0 T unicode.IsLetter
  4f8f70 T unicode.IsPrint
  4f9130 T unicode.IsSpace
  66e610 T unicode.IsSpace·f
  71a3b0 D unicode.Javanese
  71a3b8 D unicode.Join_Control
  71a3c0 D unicode.Kaithi
  71a3c8 D unicode.Kannada
  71a3d0 D unicode.Katakana
  71a3d8 D unicode.Kayah_Li
  71a3e0 D unicode.Kharoshthi
  71a3e8 D unicode.Khmer
  71a3f0 D unicode.Khojki
  71a3f8 D unicode.Khudawadi
  71a400 D unicode.L
  71a408 D unicode.Lao
  71a410 D unicode.Latin
  71a418 D unicode.Lepcha
  71a420 D unicode.Letter
  71a428 D unicode.Limbu
  71a430 D unicode.Linear_A
  71a438 D unicode.Linear_B
  71a440 D unicode.Lisu
  71a448 D unicode.Ll
  71a450 D unicode.Lm
  71a458 D unicode.Lo
  71a460 D unicode.Logical_Order_Exception
  71a468 D unicode.Lt
  71a470 D unicode.Lu
  71a478 D unicode.Lycian
  71a480 D unicode.Lydian
  71a488 D unicode.M
  71a490 D unicode.Mahajani
  71a498 D unicode.Malayalam
  71a4a0 D unicode.Mandaic
  71a4a8 D unicode.Manichaean
  71a4b0 D unicode.Mc
  71a4b8 D unicode.Me
  71a4c0 D unicode.Meetei_Mayek
  71a4c8 D unicode.Mende_Kikakui
  71a4d0 D unicode.Meroitic_Cursive
  71a4d8 D unicode.Meroitic_Hieroglyphs
  71a4e0 D unicode.Miao
  71a4e8 D unicode.Mn
  71a4f0 D unicode.Modi
  71a4f8 D unicode.Mongolian
  71a500 D unicode.Mro
  71a508 D unicode.Myanmar
  71a510 D unicode.N
  71a518 D unicode.Nabataean
  71a520 D unicode.Nd
  71a528 D unicode.New_Tai_Lue
  71a530 D unicode.Nko
  71a538 D unicode.Nl
  71a540 D unicode.No
  71a548 D unicode.Noncharacter_Code_Point
  71a550 D unicode.Ogham
  71a558 D unicode.Ol_Chiki
  71a560 D unicode.Old_Italic
  71a568 D unicode.Old_North_Arabian
  71a570 D unicode.Old_Permic
  71a578 D unicode.Old_Persian
  71a580 D unicode.Old_South_Arabian
  71a588 D unicode.Old_Turkic
  71a590 D unicode.Oriya
  71a598 D unicode.Osmanya
  71a5a0 D unicode.Other_Alphabetic
  71a5a8 D unicode.Other_Default_Ignorable_Code_Point
  71a5b0 D unicode.Other_Grapheme_Extend
  71a5b8 D unicode.Other_ID_Continue
  71a5c0 D unicode.Other_ID_Start
  71a5c8 D unicode.Other_Lowercase
  71a5d0 D unicode.Other_Math
  71a5d8 D unicode.Other_Uppercase
  71a5e0 D unicode.P
  71a5e8 D unicode.Pahawh_Hmong
  71a5f0 D unicode.Palmyrene
  71a5f8 D unicode.Pattern_Syntax
  71a600 D unicode.Pattern_White_Space
  71a608 D unicode.Pau_Cin_Hau
  71a610 D unicode.Pc
  71a618 D unicode.Pd
  71a620 D unicode.Pe
  71a628 D unicode.Pf
  71a630 D unicode.Phags_Pa
  71a638 D unicode.Phoenician
  71a640 D unicode.Pi
  71a648 D unicode.Po
  71b160 D unicode.PrintRanges
  725ec0 D unicode.Properties
  71a650 D unicode.Ps
  71a658 D unicode.Psalter_Pahlavi
  71a660 D unicode.Quotation_Mark
  71a668 D unicode.Radical
  71a670 D unicode.Rejang
  71a678 D unicode.Runic
  71a680 D unicode.S
  71a688 D unicode.STerm
  71a690 D unicode.Samaritan
  71a698 D unicode.Saurashtra
  71a6a0 D unicode.Sc
  725ec8 D unicode.Scripts
  71a6a8 D unicode.Sharada
  71a6b0 D unicode.Shavian
  71a6b8 D unicode.Siddham
  4f9960 T unicode.SimpleFold
  71a6c0 D unicode.Sinhala
  71a6c8 D unicode.Sk
  71a6d0 D unicode.Sm
  71a6d8 D unicode.So
  71a6e0 D unicode.Soft_Dotted
  71a6e8 D unicode.Sora_Sompeng
  71a6f0 D unicode.Sundanese
  71a6f8 D unicode.Syloti_Nagri
  71a700 D unicode.Syriac
  71a708 D unicode.Tagalog
  71a710 D unicode.Tagbanwa
  71a718 D unicode.Tai_Le
  71a720 D unicode.Tai_Tham
  71a728 D unicode.Tai_Viet
  71a730 D unicode.Takri
  71a738 D unicode.Tamil
  71a740 D unicode.Telugu
  71a748 D unicode.Terminal_Punctuation
  71a750 D unicode.Thaana
  71a758 D unicode.Thai
  71a760 D unicode.Tibetan
  71a768 D unicode.Tifinagh
  71a770 D unicode.Tirhuta
  4f9830 T unicode.To
  4f9900 T unicode.ToLower
  66e618 T unicode.ToLower·f
  4f98a0 T unicode.ToUpper
  71a778 D unicode.Ugaritic
  71a780 D unicode.Unified_Ideograph
  71a788 D unicode.Vai
  71a790 D unicode.Variation_Selector
  71a798 D unicode.Warang_Citi
  71a7a0 D unicode.White_Space
  71a7a8 D unicode.Yi
  71a7b0 D unicode.Z
  71a7b8 D unicode.Zl
  71a7c0 D unicode.Zp
  71a7c8 D unicode.Zs
  71b180 D unicode.caseOrbit
  71a7d0 D unicode.foldCommon
  71a7d8 D unicode.foldGreek
  71a7e0 D unicode.foldInherited
  71a7e8 D unicode.foldL
  71a7f0 D unicode.foldLl
  71a7f8 D unicode.foldLt
  71a800 D unicode.foldLu
  71a808 D unicode.foldM
  71a810 D unicode.foldMn
  4f9a80 T unicode.init
  74a212 D unicode.initdone·
  4f91e0 T unicode.is16
  4f9340 T unicode.is32
  4f9570 T unicode.isExcludingLatin
  707820 D unicode.properties
  71b320 D unicode.statictmp_0056
  710940 D unicode.statictmp_0057
  70f9c0 D unicode.statictmp_0058
  71b360 D unicode.statictmp_0059
  70e460 D unicode.statictmp_0060
  7099a0 D unicode.statictmp_0061
  71b3a0 D unicode.statictmp_0062
  708960 D unicode.statictmp_0063
  7091c0 D unicode.statictmp_0064
  71b3e0 D unicode.statictmp_0065
  70b8a0 D unicode.statictmp_0066
  708120 D unicode.statictmp_0067
  71b420 D unicode.statictmp_0068
  70c3a0 D unicode.statictmp_0069
  70be00 D unicode.statictmp_0070
  71b460 D unicode.statictmp_0071
  704db0 D unicode.statictmp_0072
  71b1a0 D unicode.statictmp_0074
  71b4a0 D unicode.statictmp_0075
  705d00 D unicode.statictmp_0076
  705e80 D unicode.statictmp_0077
  71b4e0 D unicode.statictmp_0078
  704390 D unicode.statictmp_0079
  71b520 D unicode.statictmp_0080
  705880 D unicode.statictmp_0081
  7058c0 D unicode.statictmp_0082
  71b560 D unicode.statictmp_0083
  7041c0 D unicode.statictmp_0084
  704930 D unicode.statictmp_0085
  71b5a0 D unicode.statictmp_0086
  7041c8 D unicode.statictmp_0087
  71b5e0 D unicode.statictmp_0088
  70bb40 D unicode.statictmp_0089
  7084e0 D unicode.statictmp_0090
  71b620 D unicode.statictmp_0091
  707520 D unicode.statictmp_0092
  704f40 D unicode.statictmp_0093
  71b660 D unicode.statictmp_0094
  70f340 D unicode.statictmp_0095
  70eda0 D unicode.statictmp_0096
  71b6a0 D unicode.statictmp_0097
  7053c0 D unicode.statictmp_0098
  71b6e0 D unicode.statictmp_0099
  70b120 D unicode.statictmp_0100
  7087e0 D unicode.statictmp_0101
  71b720 D unicode.statictmp_0102
  70a080 D unicode.statictmp_0103
  708b00 D unicode.statictmp_0104
  71b760 D unicode.statictmp_0105
  704dd0 D unicode.statictmp_0106
  71b7a0 D unicode.statictmp_0107
  70d460 D unicode.statictmp_0108
  70a540 D unicode.statictmp_0109
  71b7e0 D unicode.statictmp_0110
  707440 D unicode.statictmp_0111
  706aa0 D unicode.statictmp_0112
  71b820 D unicode.statictmp_0113
  705400 D unicode.statictmp_0114
  705640 D unicode.statictmp_0115
  71b860 D unicode.statictmp_0116
  706c80 D unicode.statictmp_0117
  707da0 D unicode.statictmp_0118
  71b8a0 D unicode.statictmp_0119
  704df0 D unicode.statictmp_0120
  71b8e0 D unicode.statictmp_0121
  705a00 D unicode.statictmp_0122
  71b920 D unicode.statictmp_0123
  706780 D unicode.statictmp_0124
  71b960 D unicode.statictmp_0125
  704e10 D unicode.statictmp_0126
  71b9a0 D unicode.statictmp_0127
  704f80 D unicode.statictmp_0128
  71b9e0 D unicode.statictmp_0129
  70b600 D unicode.statictmp_0130
  7083a0 D unicode.statictmp_0131
  71ba20 D unicode.statictmp_0132
  706a00 D unicode.statictmp_0133
  71ba60 D unicode.statictmp_0134
  705b80 D unicode.statictmp_0135
  71baa0 D unicode.statictmp_0136
  7068c0 D unicode.statictmp_0137
  71bae0 D unicode.statictmp_0138
  707920 D unicode.statictmp_0139
  705be0 D unicode.statictmp_0140
  71bb20 D unicode.statictmp_0141
  70a2e0 D unicode.statictmp_0142
  70b380 D unicode.statictmp_0143
  71bb60 D unicode.statictmp_0144
  704fc0 D unicode.statictmp_0145
  71bba0 D unicode.statictmp_0146
  7041d0 D unicode.statictmp_0147
  71bbe0 D unicode.statictmp_0148
  7041d8 D unicode.statictmp_0149
  71bc20 D unicode.statictmp_0150
  706400 D unicode.statictmp_0151
  708e40 D unicode.statictmp_0152
  71bc60 D unicode.statictmp_0153
  705000 D unicode.statictmp_0154
  71bca0 D unicode.statictmp_0155
  74a1e0 D unicode.statictmp_0156
  704950 D unicode.statictmp_0157
  71bce0 D unicode.statictmp_0158
  7043a0 D unicode.statictmp_0159
  71bd20 D unicode.statictmp_0160
  7041e0 D unicode.statictmp_0161
  7043b0 D unicode.statictmp_0162
  71bd60 D unicode.statictmp_0163
  74a1e0 D unicode.statictmp_0164
  704970 D unicode.statictmp_0165
  71bda0 D unicode.statictmp_0166
  7043c0 D unicode.statictmp_0167
  71bde0 D unicode.statictmp_0168
  705ee0 D unicode.statictmp_0169
  71be20 D unicode.statictmp_0170
  7046f0 D unicode.statictmp_0171
  71be60 D unicode.statictmp_0172
  74a1e0 D unicode.statictmp_0173
  705040 D unicode.statictmp_0174
  71bea0 D unicode.statictmp_0175
  7041e8 D unicode.statictmp_0176
  71bee0 D unicode.statictmp_0177
  7043d0 D unicode.statictmp_0178
  71bf20 D unicode.statictmp_0179
  7041f0 D unicode.statictmp_0180
  71bf60 D unicode.statictmp_0181
  7043e0 D unicode.statictmp_0182
  71bfa0 D unicode.statictmp_0183
  74a1e0 D unicode.statictmp_0184
  7043f0 D unicode.statictmp_0185
  71bfe0 D unicode.statictmp_0186
  74a1e0 D unicode.statictmp_0187
  704990 D unicode.statictmp_0188
  71c020 D unicode.statictmp_0189
  74a1e0 D unicode.statictmp_0190
  7049b0 D unicode.statictmp_0191
  71c060 D unicode.statictmp_0192
  7049d0 D unicode.statictmp_0193
  71c0a0 D unicode.statictmp_0194
  7041f8 D unicode.statictmp_0195
  71c0e0 D unicode.statictmp_0196
  709be0 D unicode.statictmp_0197
  70cd20 D unicode.statictmp_0198
  71c120 D unicode.statictmp_0199
  704710 D unicode.statictmp_0200
  71c160 D unicode.statictmp_0201
  74a1e0 D unicode.statictmp_0202
  705080 D unicode.statictmp_0203
  71c1a0 D unicode.statictmp_0204
  74a1e0 D unicode.statictmp_0205
  705c40 D unicode.statictmp_0206
  71c1e0 D unicode.statictmp_0207
  705440 D unicode.statictmp_0208
  71c220 D unicode.statictmp_0209
  74a1e0 D unicode.statictmp_0210
  704400 D unicode.statictmp_0211
  71c260 D unicode.statictmp_0212
  7049f0 D unicode.statictmp_0213
  71c2a0 D unicode.statictmp_0214
  74a1e0 D unicode.statictmp_0215
  705900 D unicode.statictmp_0216
  71c2e0 D unicode.statictmp_0217
  74a1e0 D unicode.statictmp_0218
  704410 D unicode.statictmp_0219
  71c320 D unicode.statictmp_0220
  74a1e0 D unicode.statictmp_0221
  704420 D unicode.statictmp_0222
  71c360 D unicode.statictmp_0223
  707040 D unicode.statictmp_0224
  71c3a0 D unicode.statictmp_0225
  705680 D unicode.statictmp_0226
  71c3e0 D unicode.statictmp_0227
  704430 D unicode.statictmp_0228
  71c420 D unicode.statictmp_0229
  74a1e0 D unicode.statictmp_0230
  704440 D unicode.statictmp_0231
  71c460 D unicode.statictmp_0232
  74a1e0 D unicode.statictmp_0233
  706d40 D unicode.statictmp_0234
  71c4a0 D unicode.statictmp_0235
  707280 D unicode.statictmp_0236
  7050c0 D unicode.statictmp_0237
  71c4e0 D unicode.statictmp_0238
  705d60 D unicode.statictmp_0239
  71c520 D unicode.statictmp_0240
  7061e0 D unicode.statictmp_0241
  71c560 D unicode.statictmp_0242
  705a60 D unicode.statictmp_0243
  7056c0 D unicode.statictmp_0244
  71c5a0 D unicode.statictmp_0245
  705f40 D unicode.statictmp_0246
  71c5e0 D unicode.statictmp_0247
  704200 D unicode.statictmp_0248
  71c620 D unicode.statictmp_0249
  7057c0 D unicode.statictmp_0250
  71c660 D unicode.statictmp_0251
  704450 D unicode.statictmp_0252
  704a10 D unicode.statictmp_0253
  71c6a0 D unicode.statictmp_0254
  74a1e0 D unicode.statictmp_0255
  704a30 D unicode.statictmp_0256
  71c6e0 D unicode.statictmp_0257
  706480 D unicode.statictmp_0258
  705fa0 D unicode.statictmp_0259
  71c720 D unicode.statictmp_0260
  74a1e0 D unicode.statictmp_0261
  704a50 D unicode.statictmp_0262
  71c760 D unicode.statictmp_0263
  74a1e0 D unicode.statictmp_0264
  704a70 D unicode.statictmp_0265
  71c7a0 D unicode.statictmp_0266
  704730 D unicode.statictmp_0267
  71c7e0 D unicode.statictmp_0268
  74a1e0 D unicode.statictmp_0269
  704460 D unicode.statictmp_0270
  71c820 D unicode.statictmp_0271
  706000 D unicode.statictmp_0272
  71c860 D unicode.statictmp_0273
  705480 D unicode.statictmp_0274
  704470 D unicode.statictmp_0275
  71c8a0 D unicode.statictmp_0276
  704480 D unicode.statictmp_0277
  71c8e0 D unicode.statictmp_0278
  74a1e0 D unicode.statictmp_0279
  706240 D unicode.statictmp_0280
  71c920 D unicode.statictmp_0281
  704a90 D unicode.statictmp_0282
  71c960 D unicode.statictmp_0283
  74a1e0 D unicode.statictmp_0284
  704ab0 D unicode.statictmp_0285
  71c9a0 D unicode.statictmp_0286
  74a1e0 D unicode.statictmp_0287
  704ad0 D unicode.statictmp_0288
  71c9e0 D unicode.statictmp_0289
  706300 D unicode.statictmp_0290
  71ca20 D unicode.statictmp_0291
  707360 D unicode.statictmp_0292
  71ca60 D unicode.statictmp_0293
  704750 D unicode.statictmp_0294
  71caa0 D unicode.statictmp_0295
  704e30 D unicode.statictmp_0296
  71cae0 D unicode.statictmp_0297
  74a1e0 D unicode.statictmp_0298
  705100 D unicode.statictmp_0299
  71cb20 D unicode.statictmp_0300
  74a1e0 D unicode.statictmp_0301
  706060 D unicode.statictmp_0302
  71cb60 D unicode.statictmp_0303
  704208 D unicode.statictmp_0304
  71cba0 D unicode.statictmp_0305
  74a1e0 D unicode.statictmp_0306
  704490 D unicode.statictmp_0307
  71cbe0 D unicode.statictmp_0308
  74a1e0 D unicode.statictmp_0309
  704af0 D unicode.statictmp_0310
  71cc20 D unicode.statictmp_0311
  74a1e0 D unicode.statictmp_0312
  7044a0 D unicode.statictmp_0313
  71cc60 D unicode.statictmp_0314
  705ac0 D unicode.statictmp_0315
  71cca0 D unicode.statictmp_0316
  7044b0 D unicode.statictmp_0317
  71cce0 D unicode.statictmp_0318
  74a1e0 D unicode.statictmp_0319
  704b10 D unicode.statictmp_0320
  71cd20 D unicode.statictmp_0321
  704770 D unicode.statictmp_0322
  71cd60 D unicode.statictmp_0323
  74a1e0 D unicode.statictmp_0324
  704b30 D unicode.statictmp_0325
  71cda0 D unicode.statictmp_0326
  74a1e0 D unicode.statictmp_0327
  704b50 D unicode.statictmp_0328
  71cde0 D unicode.statictmp_0329
  74a1e0 D unicode.statictmp_0330
  7044c0 D unicode.statictmp_0331
  71ce20 D unicode.statictmp_0332
  74a1e0 D unicode.statictmp_0333
  705140 D unicode.statictmp_0334
  71ce60 D unicode.statictmp_0335
  74a1e0 D unicode.statictmp_0336
  704b70 D unicode.statictmp_0337
  71cea0 D unicode.statictmp_0338
  705180 D unicode.statictmp_0339
  71cee0 D unicode.statictmp_0340
  74a1e0 D unicode.statictmp_0341
  7051c0 D unicode.statictmp_0342
  71cf20 D unicode.statictmp_0343
  704790 D unicode.statictmp_0344
  71cf60 D unicode.statictmp_0345
  74a1e0 D unicode.statictmp_0346
  704b90 D unicode.statictmp_0347
  71cfa0 D unicode.statictmp_0348
  704bb0 D unicode.statictmp_0349
  71cfe0 D unicode.statictmp_0350
  704210 D unicode.statictmp_0351
  71d020 D unicode.statictmp_0352
  704218 D unicode.statictmp_0353
  71d060 D unicode.statictmp_0354
  704220 D unicode.statictmp_0355
  71d0a0 D unicode.statictmp_0356
  74a1e0 D unicode.statictmp_0357
  7044d0 D unicode.statictmp_0358
  71d0e0 D unicode.statictmp_0359
  74a1e0 D unicode.statictmp_0360
  7044e0 D unicode.statictmp_0361
  71d120 D unicode.statictmp_0362
  74a1e0 D unicode.statictmp_0363
  7044f0 D unicode.statictmp_0364
  71d160 D unicode.statictmp_0365
  74a1e0 D unicode.statictmp_0366
  704bd0 D unicode.statictmp_0367
  71d1a0 D unicode.statictmp_0368
  74a1e0 D unicode.statictmp_0369
  704500 D unicode.statictmp_0370
  71d1e0 D unicode.statictmp_0371
  74a1e0 D unicode.statictmp_0372
  704510 D unicode.statictmp_0373
  71d220 D unicode.statictmp_0374
  7060c0 D unicode.statictmp_0375
  71d260 D unicode.statictmp_0376
  74a1e0 D unicode.statictmp_0377
  704bf0 D unicode.statictmp_0378
  71d2a0 D unicode.statictmp_0379
  74a1e0 D unicode.statictmp_0380
  705940 D unicode.statictmp_0381
  71d2e0 D unicode.statictmp_0382
  74a1e0 D unicode.statictmp_0383
  704520 D unicode.statictmp_0384
  71d320 D unicode.statictmp_0385
  74a1e0 D unicode.statictmp_0386
  704530 D unicode.statictmp_0387
  71d360 D unicode.statictmp_0388
  704228 D unicode.statictmp_0389
  71d3a0 D unicode.statictmp_0390
  74a1e0 D unicode.statictmp_0391
  704c10 D unicode.statictmp_0392
  71d3e0 D unicode.statictmp_0393
  74a1e0 D unicode.statictmp_0394
  705200 D unicode.statictmp_0395
  71d420 D unicode.statictmp_0396
  704540 D unicode.statictmp_0397
  71d460 D unicode.statictmp_0398
  704550 D unicode.statictmp_0399
  71d4a0 D unicode.statictmp_0400
  704560 D unicode.statictmp_0401
  71d4e0 D unicode.statictmp_0402
  704570 D unicode.statictmp_0403
  71d520 D unicode.statictmp_0404
  74a1e0 D unicode.statictmp_0405
  705240 D unicode.statictmp_0406
  71d560 D unicode.statictmp_0407
  74a1e0 D unicode.statictmp_0408
  704580 D unicode.statictmp_0409
  71d5a0 D unicode.statictmp_0410
  74a1e0 D unicode.statictmp_0411
  704c30 D unicode.statictmp_0412
  71d5e0 D unicode.statictmp_0413
  705ca0 D unicode.statictmp_0414
  704590 D unicode.statictmp_0415
  71d620 D unicode.statictmp_0416
  74a1e0 D unicode.statictmp_0417
  704c50 D unicode.statictmp_0418
  71d660 D unicode.statictmp_0419
  7045a0 D unicode.statictmp_0420
  71d6a0 D unicode.statictmp_0421
  704230 D unicode.statictmp_0422
  71d6e0 D unicode.statictmp_0423
  7047b0 D unicode.statictmp_0424
  71d720 D unicode.statictmp_0425
  7045b0 D unicode.statictmp_0426
  71d760 D unicode.statictmp_0427
  7047d0 D unicode.statictmp_0428
  71d7a0 D unicode.statictmp_0429
  7045c0 D unicode.statictmp_0430
  71d7e0 D unicode.statictmp_0431
  704e50 D unicode.statictmp_0432
  71d820 D unicode.statictmp_0433
  7045d0 D unicode.statictmp_0434
  71d860 D unicode.statictmp_0435
  74a1e0 D unicode.statictmp_0436
  704c70 D unicode.statictmp_0437
  71d8a0 D unicode.statictmp_0438
  7062a0 D unicode.statictmp_0439
  71d8e0 D unicode.statictmp_0440
  705dc0 D unicode.statictmp_0441
  71d920 D unicode.statictmp_0442
  704238 D unicode.statictmp_0443
  71d960 D unicode.statictmp_0444
  7045e0 D unicode.statictmp_0445
  71d9a0 D unicode.statictmp_0446
  7054c0 D unicode.statictmp_0447
  71d9e0 D unicode.statictmp_0448
  7047f0 D unicode.statictmp_0449
  71da20 D unicode.statictmp_0450
  74a1e0 D unicode.statictmp_0451
  704c90 D unicode.statictmp_0452
  71da60 D unicode.statictmp_0453
  74a1e0 D unicode.statictmp_0454
  704cb0 D unicode.statictmp_0455
  71daa0 D unicode.statictmp_0456
  704240 D unicode.statictmp_0457
  71dae0 D unicode.statictmp_0458
  74a1e0 D unicode.statictmp_0459
  704cd0 D unicode.statictmp_0460
  71db20 D unicode.statictmp_0461
  7045f0 D unicode.statictmp_0462
  71db60 D unicode.statictmp_0463
  704810 D unicode.statictmp_0464
  71dba0 D unicode.statictmp_0465
  704cf0 D unicode.statictmp_0466
  71dbe0 D unicode.statictmp_0467
  706680 D unicode.statictmp_0468
  71dc20 D unicode.statictmp_0469
  705500 D unicode.statictmp_0470
  704d10 D unicode.statictmp_0471
  71dc60 D unicode.statictmp_0472
  70c0c0 D unicode.statictmp_0473
  707ec0 D unicode.statictmp_0474
  71dca0 D unicode.statictmp_0475
  706960 D unicode.statictmp_0476
  705280 D unicode.statictmp_0477
  71dce0 D unicode.statictmp_0478
  7052c0 D unicode.statictmp_0479
  71dd20 D unicode.statictmp_0480
  705980 D unicode.statictmp_0481
  71dd60 D unicode.statictmp_0482
  704600 D unicode.statictmp_0483
  71dda0 D unicode.statictmp_0484
  704248 D unicode.statictmp_0485
  71dde0 D unicode.statictmp_0486
  705540 D unicode.statictmp_0487
  705700 D unicode.statictmp_0488
  71de20 D unicode.statictmp_0489
  704250 D unicode.statictmp_0490
  71de60 D unicode.statictmp_0491
  704e70 D unicode.statictmp_0492
  71dea0 D unicode.statictmp_0493
  704610 D unicode.statictmp_0494
  707100 D unicode.statictmp_0495
  71dee0 D unicode.statictmp_0496
  70c9a0 D unicode.statictmp_0497
  708ca0 D unicode.statictmp_0498
  71df20 D unicode.statictmp_0499
  705580 D unicode.statictmp_0500
  705740 D unicode.statictmp_0501
  71df60 D unicode.statictmp_0502
  706180 D unicode.statictmp_0503
  706120 D unicode.statictmp_0504
  71dfa0 D unicode.statictmp_0505
  704d30 D unicode.statictmp_0506
  71dfe0 D unicode.statictmp_0507
  704830 D unicode.statictmp_0508
  71e020 D unicode.statictmp_0509
  706500 D unicode.statictmp_0510
  71e060 D unicode.statictmp_0511
  709000 D unicode.statictmp_0512
  70c6a0 D unicode.statictmp_0513
  71e0a0 D unicode.statictmp_0514
  704620 D unicode.statictmp_0515
  705300 D unicode.statictmp_0516
  71e0e0 D unicode.statictmp_0517
  706e00 D unicode.statictmp_0518
  71e120 D unicode.statictmp_0519
  704e90 D unicode.statictmp_0520
  71e160 D unicode.statictmp_0521
  705e20 D unicode.statictmp_0522
  71e1a0 D unicode.statictmp_0523
  704850 D unicode.statictmp_0524
  71e1e0 D unicode.statictmp_0525
  707a40 D unicode.statictmp_0526
  7071c0 D unicode.statictmp_0527
  71e220 D unicode.statictmp_0528
  706380 D unicode.statictmp_0529
  706b40 D unicode.statictmp_0530
  71e260 D unicode.statictmp_0531
  708660 D unicode.statictmp_0532
  707c80 D unicode.statictmp_0533
  71e2a0 D unicode.statictmp_0534
  705800 D unicode.statictmp_0535
  705340 D unicode.statictmp_0536
  71e2e0 D unicode.statictmp_0537
  704630 D unicode.statictmp_0538
  704640 D unicode.statictmp_0539
  71e320 D unicode.statictmp_0540
  7059c0 D unicode.statictmp_0541
  712480 D unicode.statictmp_0542
  707620 D unicode.statictmp_0543
  71e360 D unicode.statictmp_0544
  704258 D unicode.statictmp_0545
  71e3a0 D unicode.statictmp_0546
  704260 D unicode.statictmp_0547
  71e3e0 D unicode.statictmp_0548
  704650 D unicode.statictmp_0549
  71e420 D unicode.statictmp_0550
  704268 D unicode.statictmp_0551
  71e460 D unicode.statictmp_0552
  70a7a0 D unicode.statictmp_0553
  704d50 D unicode.statictmp_0554
  71e4a0 D unicode.statictmp_0555
  705840 D unicode.statictmp_0556
  71e4e0 D unicode.statictmp_0557
  709e20 D unicode.statictmp_0558
  704d70 D unicode.statictmp_0559
  71e520 D unicode.statictmp_0560
  704660 D unicode.statictmp_0561
  71e560 D unicode.statictmp_0562
  704670 D unicode.statictmp_0563
  4f96e0 T unicode.to
  4dda50 T unicode/utf16.Decode
  4dd8b0 T unicode/utf16.Encode
  4de3f0 T unicode/utf8.DecodeLastRune
  4de580 T unicode/utf8.DecodeLastRuneInString
  4de340 T unicode/utf8.DecodeRune
  4de3a0 T unicode/utf8.DecodeRuneInString
  4de780 T unicode/utf8.EncodeRune
  4de2e0 T unicode/utf8.FullRune
  4de960 T unicode/utf8.RuneCount
  4dea50 T unicode/utf8.RuneCountInString
  4de700 T unicode/utf8.RuneLen
  4ddfa0 T unicode/utf8.decodeRuneInStringInternal
  4ddc60 T unicode/utf8.decodeRuneInternal

c:\go\root\src\cmd\internal\rsc.io\x86\x86asm>

@aclements
Copy link
Member

Interesting. So the stack barrier got clobbered by runtime.goexit + _PCQuantum. That makes sense, given that the address of the stack barrier is the very top slot on the stack. It looks like the failures on the dashboard fit this pattern, too. I have no idea how it could get clobbered by that, but this gives me a direction to debug in.

@alexbrainman
Copy link
Member

Let me know if I can help. I can reproduce it here easy enough.

Alex

@aclements
Copy link
Member

@alexbrainman, can you give https://go-review.googlesource.com/11461 a go and see if it fixes this issue on Windows? I included a test that was able to reproduce this crash on Linux (it's much harder, since the stacks are much smaller, but still possible), but want to make sure this is really the same issue on Windows.

@gopherbot
Copy link

CL https://golang.org/cl/11461 mentions this issue.

@golang golang locked and limited conversation to collaborators Jun 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants