Source file src/runtime/badlinkname_linux.go
1 // Copyright 2024 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 //go:build amd64 || arm64 6 7 package runtime 8 9 import _ "unsafe" 10 11 // As of Go 1.22, the symbols below are found to be pulled via 12 // linkname in the wild. We provide a push linkname here, to 13 // keep them accessible with pull linknames. 14 // This may change in the future. Please do not depend on them 15 // in new code. 16 17 //go:linkname vdsoClockgettimeSym 18