| // 386-specific vet whitelist. See readme.txt for details. |
| |
| runtime/asm_ARCHSUFF.s: [GOARCH] cannot check cross-package assembly function: Compare is in package bytes |
| |
| // reflect trampolines intentionally omit arg size. Same for morestack. |
| reflect/asm_386.s: [386] makeFuncStub: use of 4(SP) points beyond argument frame |
| reflect/asm_386.s: [386] methodValueCall: use of 4(SP) points beyond argument frame |
| runtime/asm_386.s: [386] morestack: use of 4(SP) points beyond argument frame |
| runtime/asm_386.s: [386] morestack: use of 8(SP) points beyond argument frame |
| runtime/asm_386.s: [386] morestack: use of 4(SP) points beyond argument frame |
| |
| // Intentionally missing declarations. These are special assembly routines. |
| runtime/asm_386.s: [386] ldt0setup: function ldt0setup missing Go declaration |
| runtime/asm_386.s: [386] emptyfunc: function emptyfunc missing Go declaration |
| runtime/asm_386.s: [386] aeshashbody: function aeshashbody missing Go declaration |
| runtime/asm_386.s: [386] memeqbody: function memeqbody missing Go declaration |
| runtime/asm_386.s: [386] cmpbody: function cmpbody missing Go declaration |
| runtime/asm_386.s: [386] addmoduledata: function addmoduledata missing Go declaration |
| runtime/duff_386.s: [386] duffzero: function duffzero missing Go declaration |
| runtime/duff_386.s: [386] duffcopy: function duffcopy missing Go declaration |
| |
| runtime/asm_386.s: [386] uint32tofloat64: function uint32tofloat64 missing Go declaration |
| runtime/asm_386.s: [386] float64touint32: function float64touint32 missing Go declaration |
| |
| runtime/asm_386.s: [386] stackcheck: function stackcheck missing Go declaration |
| |
| // Clearer using FP than SP, but that requires named offsets. |
| runtime/asm_386.s: [386] rt0_go: unknown variable argc |
| runtime/asm_386.s: [386] rt0_go: unknown variable argv |