VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/win/VBoxRT-win64.def

Last change on this file was 98103, checked in by vboxsync, 17 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.9 KB
RevLine 
[43129]1; $Id: VBoxRT-win64.def 98103 2023-01-17 14:15:46Z vboxsync $
2;; @file
3; IPRT - Win64 ASM exports.
4;
5
6;
[98103]7; Copyright (C) 2006-2023 Oracle and/or its affiliates.
[5490]8;
[96407]9; This file is part of VirtualBox base platform packages, as
10; available from https://www.virtualbox.org.
[5999]11;
[96407]12; This program is free software; you can redistribute it and/or
13; modify it under the terms of the GNU General Public License
14; as published by the Free Software Foundation, in version 3 of the
15; License.
16;
17; This program is distributed in the hope that it will be useful, but
18; WITHOUT ANY WARRANTY; without even the implied warranty of
19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20; General Public License for more details.
21;
22; You should have received a copy of the GNU General Public License
23; along with this program; if not, see <https://www.gnu.org/licenses>.
24;
[5999]25; The contents of this file may alternatively be used under the terms
26; of the Common Development and Distribution License Version 1.0
[96407]27; (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
28; in the VirtualBox distribution, in which case the provisions of the
[5999]29; CDDL are applicable instead of those of the GPL.
30;
31; You may elect to license modified versions of this file under the
32; terms and conditions of either the GPL or the CDDL or both.
33;
[96407]34; SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
35;
[43129]36
37EXPORTS
38 ASMAtomicBitClear
39 ASMAtomicBitToggle
40 ASMAtomicBitTestAndToggle
41 ASMBitFirstClear
42 ASMBitFirstSet
43 ASMAtomicReadU64
44 ASMAtomicXchgU8
45 ASMAtomicXchgU16
46 ASMGetFlags
47 ASMProbeReadByte
48 ASMSetFlags
49 ASMMultU64ByU32DivByU32
50 ASMNopPause
51
[54270]52 RTTimeNanoTSLegacySyncInvarNoDelta
53 RTTimeNanoTSLFenceSyncInvarNoDelta
54 RTTimeNanoTSLegacyAsyncUseApicId
55 RTTimeNanoTSLegacyAsyncUseRdtscp
56 RTTimeNanoTSLegacyAsyncUseIdtrLim
57 RTTimeNanoTSLegacySyncInvarWithDeltaUseApicId
58 RTTimeNanoTSLegacySyncInvarWithDeltaUseRdtscp
59 RTTimeNanoTSLegacySyncInvarWithDeltaUseIdtrLim
60 RTTimeNanoTSLFenceAsyncUseApicId
61 RTTimeNanoTSLFenceAsyncUseRdtscp
62 RTTimeNanoTSLFenceAsyncUseIdtrLim
63 RTTimeNanoTSLFenceSyncInvarWithDeltaUseApicId
64 RTTimeNanoTSLFenceSyncInvarWithDeltaUseRdtscp
65 RTTimeNanoTSLFenceSyncInvarWithDeltaUseIdtrLim
[43129]66
[81927]67 RTStrMemFind32
68
[95113]69 ; Export aliases for noexcept affected methods.
[95133]70 ?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@_EPEAX@Z=?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@ZPEAX@Z ; before-noexcept ; (public: void __cdecl RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse * __ptr64,void const * __ptr64,unsigned __int64,unsigned int,unsigned __int64,unsigned __int64) noexcept,void * __ptr64) __ptr64
71 ?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@ZPEAX@Z=?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@_EPEAX@Z ; after-noexcept ; (public: void __cdecl RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse * __ptr64,void const * __ptr64,unsigned __int64,unsigned int,unsigned __int64,unsigned __int64),void * __ptr64) __ptr64)
72 ?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@_E12@Z=?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@Z12@Z ; before-noexcept ; (public: void __cdecl RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter * __ptr64,void * __ptr64,unsigned __int64,unsigned __int64,unsigned __int64 * __ptr64) noexcept,void * __ptr64,unsigned __int64) __ptr64)
73 ?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@Z12@Z=?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@_E12@Z ; after-noexcept ; (public: void __cdecl RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter * __ptr64,void * __ptr64,unsigned __int64,unsigned __int64,unsigned __int64 * __ptr64),void * __ptr64,unsigned __int64) __ptr64)
[95113]74
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use