2
0
mirror of https://github.com/s1lentq/reapi.git synced 2024-10-16 23:37:07 +03:00
reapi/version_script.lds

25 lines
326 B
Plaintext
Raw Normal View History

REAPI_ABI_1.0 {
2020-12-16 14:48:33 +03:00
global:
*;
2020-12-16 14:48:33 +03:00
local:
_Zn*;
_Zd*;
extern "C++" {
regfunc::*;
*lambda*;
_callVoidForward*;
_callForward*;
*std::*;
*__cxxabi*::*;
*__gnu_cxx::*;
__cxa_*;
_txnal_*;
__dynamic_cast;
__gxx_personality_*;
__gcclibcxx_demangle_callback;
*_libm_*;
*_intel_*;
};
};