Home | History | Annotate | Download | only in whitelist
      1 // arm64-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 // False positives.
      6 
      7 // reflect trampolines intentionally omit arg size. Same for morestack.
      8 reflect/asm_arm64.s: [arm64] makeFuncStub: use of 16(RSP) points beyond argument frame
      9 reflect/asm_arm64.s: [arm64] methodValueCall: use of 16(RSP) points beyond argument frame
     10 
     11 // Intentionally missing declarations.
     12 runtime/asm_arm64.s: [arm64] abort: function abort missing Go declaration
     13 runtime/asm_arm64.s: [arm64] addmoduledata: function addmoduledata missing Go declaration
     14 runtime/duff_arm64.s: [arm64] duffzero: function duffzero missing Go declaration
     15 runtime/duff_arm64.s: [arm64] duffcopy: function duffcopy missing Go declaration
     16 runtime/tls_arm64.s: [arm64] load_g: function load_g missing Go declaration
     17 runtime/tls_arm64.s: [arm64] save_g: function save_g missing Go declaration
     18