github.com/mattn/go@v0.0.0-20171011075504-07f7db3ea99f/src/cmd/vet/all/whitelist/386.txt (about) 1 // 386-specific vet whitelist. See readme.txt for details. 2 3 runtime/asm_ARCHSUFF.s: [GOARCH] cannot check cross-package assembly function: Compare is in package bytes 4 5 // reflect trampolines intentionally omit arg size. Same for morestack. 6 runtime/asm_386.s: [386] morestack: use of 4(SP) points beyond argument frame 7 runtime/asm_386.s: [386] morestack: use of 8(SP) points beyond argument frame 8 runtime/asm_386.s: [386] morestack: use of 4(SP) points beyond argument frame 9 10 // Intentionally missing declarations. These are special assembly routines. 11 runtime/asm_386.s: [386] ldt0setup: function ldt0setup missing Go declaration 12 runtime/asm_386.s: [386] emptyfunc: function emptyfunc missing Go declaration 13 runtime/asm_386.s: [386] aeshashbody: function aeshashbody missing Go declaration 14 runtime/asm_386.s: [386] memeqbody: function memeqbody missing Go declaration 15 runtime/asm_386.s: [386] cmpbody: function cmpbody missing Go declaration 16 runtime/asm_386.s: [386] addmoduledata: function addmoduledata missing Go declaration 17 runtime/duff_386.s: [386] duffzero: function duffzero missing Go declaration 18 runtime/duff_386.s: [386] duffcopy: function duffcopy missing Go declaration 19 20 runtime/asm_386.s: [386] uint32tofloat64: function uint32tofloat64 missing Go declaration 21 runtime/asm_386.s: [386] float64touint32: function float64touint32 missing Go declaration 22 23 runtime/asm_386.s: [386] stackcheck: function stackcheck missing Go declaration 24 25 // Clearer using FP than SP, but that requires named offsets. 26 runtime/asm_386.s: [386] rt0_go: unknown variable argc 27 runtime/asm_386.s: [386] rt0_go: unknown variable argv