github.com/ice-blockchain/go/src@v0.0.0-20240403114104-1564d284e521/runtime/rt0_ios_amd64.s (about) 1 // Copyright 2020 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 #include "textflag.h" 6 7 // internal linking executable entry point. 8 // ios/amd64 only supports external linking. 9 TEXT _rt0_amd64_ios(SB),NOSPLIT|NOFRAME,$0 10 UNDEF 11 12 // library entry point. 13 TEXT _rt0_amd64_ios_lib(SB),NOSPLIT|NOFRAME,$0 14 JMP _rt0_amd64_darwin_lib(SB)