github.com/gidoBOSSftw5731/go/src@v0.0.0-20210226122457-d24b0edbf019/crypto/x509/internal/macos/security.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 // +build darwin,!ios 6 7 #include "textflag.h" 8 9 // The trampolines are ABIInternal as they are address-taken in 10 // Go code. 11 12 TEXT ·x509_SecTrustSettingsCopyCertificates_trampoline<ABIInternal>(SB),NOSPLIT,$0-0 13 JMP x509_SecTrustSettingsCopyCertificates(SB) 14 TEXT ·x509_SecItemExport_trampoline<ABIInternal>(SB),NOSPLIT,$0-0 15 JMP x509_SecItemExport(SB) 16 TEXT ·x509_SecTrustSettingsCopyTrustSettings_trampoline<ABIInternal>(SB),NOSPLIT,$0-0 17 JMP x509_SecTrustSettingsCopyTrustSettings(SB) 18 TEXT ·x509_SecPolicyCopyProperties_trampoline<ABIInternal>(SB),NOSPLIT,$0-0 19 JMP x509_SecPolicyCopyProperties(SB)