github.com/jxskiss/gopkg@v0.17.3/internal/linkname/runtime_test.go (about) 1 package linkname 2 3 func compileRuntimeFunctions() { 4 call(Runtime_memclrNoHeapPointers) 5 call(Runtime_fastrand) 6 call(Runtime_fastrandn) 7 call(Runtime_procPin) 8 call(Runtime_procUnpin) 9 call(GetPid) 10 call(Runtime_stopTheWorld) 11 call(Runtime_startTheWorld) 12 call(Runtime_memhash8) 13 call(Runtime_memhash16) 14 call(Runtime_stringHash) 15 call(Runtime_bytesHash) 16 call(Runtime_int32Hash) 17 call(Runtime_int64Hash) 18 call(Runtime_f32hash) 19 call(Runtime_f64hash) 20 call(Runtime_c64hash) 21 call(Runtime_c128hash) 22 call(Runtime_efaceHash) 23 call(Runtime_typehash) 24 call(Runtime_activeModules) 25 call(Runtime_readUnaligned32) 26 call(Runtime_readUnaligned64) 27 }