github.com/stingnevermore/go@v0.0.0-20180120041312-3810f5bfed72/src/cmd/vet/all/whitelist/linux_arm.txt (about) 1 // linux/arm-specific vet whitelist. See readme.txt for details. 2 3 4 // These SP references occur after a stack-altering call. They're fine. 5 runtime/sys_linux_arm.s: [arm] clone: 12(R13) should be stk+4(FP) 6 runtime/sys_linux_arm.s: [arm] clone: 8(R13) should be flags+0(FP) 7 8 // Special functions. 9 runtime/sys_linux_arm.s: [arm] read_tls_fallback: function read_tls_fallback missing Go declaration 10 runtime/sys_linux_arm.s: [arm] access: function access missing Go declaration 11 runtime/sys_linux_arm.s: [arm] connect: function connect missing Go declaration 12 runtime/sys_linux_arm.s: [arm] socket: function socket missing Go declaration