Author: tkreuzer
Date: Thu May 14 21:53:15 2015
New Revision: 67730
URL:
http://svn.reactos.org/svn/reactos?rev=67730&view=rev
Log:
[MSVCRT]
- Separate C++ exports per architecture, add ARM exports (that again have different
mangling)
- Add symbol aliases for ARM C++ exports
- Compile in/out functions only on x86
- Add some missing exports for non-x86
Modified:
trunk/reactos/dll/win32/msvcrt/msvcrt.spec
trunk/reactos/dll/win32/msvcrt/stubs.c
trunk/reactos/dll/win32/msvcrt20/msvcrt20.spec
trunk/reactos/dll/win32/msvcrt40/msvcrt40.spec
trunk/reactos/dll/win32/msvcrt40/stubs.c
trunk/reactos/lib/sdk/crt/except/arm/cpp.s
Modified: trunk/reactos/dll/win32/msvcrt/msvcrt.spec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt/msvcrt.sp…
==============================================================================
--- trunk/reactos/dll/win32/msvcrt/msvcrt.spec [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvcrt/msvcrt.spec [iso-8859-1] Thu May 14 21:53:15 2015
@@ -1,99 +1,179 @@
# msvcrt.dll - MS VC++ Run Time Library
-@ cdecl -i386 -norelay ??0__non_rtti_object@@QAE@ABV0@@Z(ptr)
__thiscall_MSVCRT___non_rtti_object_copy_ctor
-@ cdecl -arch=win64 -norelay ??0__non_rtti_object@@QEAA@AEBV0@@Z(ptr)
MSVCRT___non_rtti_object_copy_ctor
-@ cdecl -i386 -norelay ??0__non_rtti_object@@QAE@PBD@Z(ptr)
__thiscall_MSVCRT___non_rtti_object_ctor
-@ cdecl -arch=win64 -norelay ??0__non_rtti_object@@QEAA@PEBD@Z(ptr)
MSVCRT___non_rtti_object_ctor
-@ cdecl -i386 -norelay ??0bad_cast@@AAE@PBQBD@Z(ptr) __thiscall_MSVCRT_bad_cast_ctor
-@ cdecl -arch=win64 -norelay ??0bad_cast@@AEAA@PEBQEBD@Z(ptr) MSVCRT_bad_cast_ctor
-@ cdecl -i386 -norelay ??0bad_cast@@QAE@ABQBD@Z(ptr) __thiscall_MSVCRT_bad_cast_ctor
-@ cdecl -arch=win64 -norelay ??0bad_cast@@QEAA@AEBQEBD@Z(ptr) MSVCRT_bad_cast_ctor
-@ cdecl -i386 -norelay ??0bad_cast@@QAE@ABV0@@Z(ptr)
__thiscall_MSVCRT_bad_cast_copy_ctor
-@ cdecl -arch=win64 -norelay ??0bad_cast@@QEAA@AEBV0@@Z(ptr) MSVCRT_bad_cast_copy_ctor
-@ cdecl -i386 -norelay ??0bad_cast@@QAE@PBD@Z(ptr)
__thiscall_MSVCRT_bad_cast_ctor_charptr
-@ cdecl -arch=win64 -norelay ??0bad_cast@@QEAA@PEBD@Z(ptr) MSVCRT_bad_cast_ctor_charptr
-@ cdecl -i386 -norelay ??0bad_typeid@@QAE@ABV0@@Z(ptr)
__thiscall_MSVCRT_bad_typeid_copy_ctor
-@ cdecl -arch=win64 -norelay ??0bad_typeid@@QEAA@AEBV0@@Z(ptr)
MSVCRT_bad_typeid_copy_ctor
-@ cdecl -i386 -norelay ??0bad_typeid@@QAE@PBD@Z(ptr) __thiscall_MSVCRT_bad_typeid_ctor
-@ cdecl -arch=win64 -norelay ??0bad_typeid@@QEAA@PEBD@Z(ptr) MSVCRT_bad_typeid_ctor
-@ cdecl -i386 -norelay ??0exception@@QAE@ABQBD@Z(ptr) __thiscall_MSVCRT_exception_ctor
-@ cdecl -arch=win64 -norelay ??0exception@@QEAA@AEBQEBD@Z(ptr) MSVCRT_exception_ctor
-@ cdecl -i386 -norelay ??0exception@@QAE@ABQBDH@Z(ptr long)
__thiscall_MSVCRT_exception_ctor_noalloc
-@ cdecl -arch=win64 -norelay ??0exception@@QEAA@AEBQEBDH@Z(ptr long)
MSVCRT_exception_ctor_noalloc
-@ cdecl -i386 -norelay ??0exception@@QAE@ABV0@@Z(ptr)
__thiscall_MSVCRT_exception_copy_ctor
-@ cdecl -arch=win64 -norelay ??0exception@@QEAA@AEBV0@@Z(ptr) MSVCRT_exception_copy_ctor
-@ cdecl -i386 -norelay ??0exception@@QAE@XZ() __thiscall_MSVCRT_exception_default_ctor
-@ cdecl -arch=win64 -norelay ??0exception@@QEAA@XZ() MSVCRT_exception_default_ctor
-@ cdecl -i386 -norelay ??1__non_rtti_object@@UAE@XZ()
__thiscall_MSVCRT___non_rtti_object_dtor
-@ cdecl -arch=win64 -norelay ??1__non_rtti_object@@UEAA@XZ()
MSVCRT___non_rtti_object_dtor
-@ cdecl -i386 -norelay ??1bad_cast@@UAE@XZ() __thiscall_MSVCRT_bad_cast_dtor
-@ cdecl -arch=win64 -norelay ??1bad_cast@@UEAA@XZ() MSVCRT_bad_cast_dtor
-@ cdecl -i386 -norelay ??1bad_typeid@@UAE@XZ() __thiscall_MSVCRT_bad_typeid_dtor
-@ cdecl -arch=win64 -norelay ??1bad_typeid@@UEAA@XZ() MSVCRT_bad_typeid_dtor
-@ cdecl -i386 -norelay ??1exception@@UAE@XZ() __thiscall_MSVCRT_exception_dtor
-@ cdecl -arch=win64 -norelay ??1exception@@UEAA@XZ() MSVCRT_exception_dtor
-@ cdecl -i386 -norelay ??1type_info@@UAE@XZ() __thiscall_MSVCRT_type_info_dtor
-@ cdecl -arch=win64 -norelay ??1type_info@@UEAA@XZ() MSVCRT_type_info_dtor
-@ cdecl -arch=win32 ??2@YAPAXI@Z(long) MSVCRT_operator_new
-@ cdecl -arch=win64 ??2@YAPEAX_K@Z(double) MSVCRT_operator_new
-# @ cdecl ??2@YAPAXIHPBDH@Z(long long str long) MSVCRT_operator_new_dbg
-@ cdecl -arch=win32 ??3@YAXPAX@Z(ptr) MSVCRT_operator_delete
-@ cdecl -arch=win64 ??3@YAXPEAX@Z(ptr) MSVCRT_operator_delete
-@ cdecl -i386 -norelay ??4__non_rtti_object@@QAEAAV0@ABV0@@Z(ptr)
__thiscall_MSVCRT___non_rtti_object_opequals
-@ cdecl -arch=win64 -norelay ??4__non_rtti_object@@QEAAAEAV0@AEBV0@@Z(ptr)
MSVCRT___non_rtti_object_opequals
-@ cdecl -i386 -norelay ??4bad_cast@@QAEAAV0@ABV0@@Z(ptr)
__thiscall_MSVCRT_bad_cast_opequals
-@ cdecl -arch=win64 -norelay ??4bad_cast@@QEAAAEAV0@AEBV0@@Z(ptr)
MSVCRT_bad_cast_opequals
-@ cdecl -i386 -norelay ??4bad_typeid@@QAEAAV0@ABV0@@Z(ptr)
__thiscall_MSVCRT_bad_typeid_opequals
-@ cdecl -arch=win64 -norelay ??4bad_typeid@@QEAAAEAV0@AEBV0@@Z(ptr)
MSVCRT_bad_typeid_opequals
-@ cdecl -i386 -norelay ??4exception@@QAEAAV0@ABV0@@Z(ptr)
__thiscall_MSVCRT_exception_opequals
-@ cdecl -arch=win64 -norelay ??4exception@@QEAAAEAV0@AEBV0@@Z(ptr)
MSVCRT_exception_opequals
-@ cdecl -i386 -norelay ??8type_info@@QBEHABV0@@Z(ptr)
__thiscall_MSVCRT_type_info_opequals_equals
-@ cdecl -arch=win64 -norelay ??8type_info@@QEBAHAEBV0@@Z(ptr)
MSVCRT_type_info_opequals_equals
-@ cdecl -i386 -norelay ??9type_info@@QBEHABV0@@Z(ptr)
__thiscall_MSVCRT_type_info_opnot_equals
-@ cdecl -arch=win64 -norelay ??9type_info@@QEBAHAEBV0@@Z(ptr)
MSVCRT_type_info_opnot_equals
-@ extern ??_7__non_rtti_object@@6B@ MSVCRT___non_rtti_object_vtable
-@ extern ??_7bad_cast@@6B@ MSVCRT_bad_cast_vtable
-@ extern ??_7bad_typeid@@6B@ MSVCRT_bad_typeid_vtable
-@ extern ??_7exception@@6B@ MSVCRT_exception_vtable
-@ cdecl -i386 -norelay ??_E__non_rtti_object@@UAEPAXI@Z(long)
__thiscall_MSVCRT___non_rtti_object_vector_dtor
-@ cdecl -i386 -norelay ??_Ebad_cast@@UAEPAXI@Z(long)
__thiscall_MSVCRT_bad_cast_vector_dtor
-@ cdecl -i386 -norelay ??_Ebad_typeid@@UAEPAXI@Z(long)
__thiscall_MSVCRT_bad_typeid_vector_dtor
-@ cdecl -i386 -norelay ??_Eexception@@UAEPAXI@Z(long)
__thiscall_MSVCRT_exception_vector_dtor
-@ cdecl -i386 -norelay ??_Fbad_cast@@QAEXXZ() __thiscall_MSVCRT_bad_cast_default_ctor
-@ cdecl -arch=win64 -norelay ??_Fbad_cast@@QEAAXXZ() MSVCRT_bad_cast_default_ctor
-@ cdecl -i386 -norelay ??_Fbad_typeid@@QAEXXZ()
__thiscall_MSVCRT_bad_typeid_default_ctor
-@ cdecl -arch=win64 -norelay ??_Fbad_typeid@@QEAAXXZ()
-@ cdecl -i386 -norelay ??_G__non_rtti_object@@UAEPAXI@Z(long)
__thiscall_MSVCRT___non_rtti_object_scalar_dtor
-@ cdecl -i386 -norelay ??_Gbad_cast@@UAEPAXI@Z(long)
__thiscall_MSVCRT_bad_cast_scalar_dtor
-@ cdecl -i386 -norelay ??_Gbad_typeid@@UAEPAXI@Z(long)
__thiscall_MSVCRT_bad_typeid_scalar_dtor
-@ cdecl -i386 -norelay ??_Gexception@@UAEPAXI@Z(long)
__thiscall_MSVCRT_exception_scalar_dtor
-@ cdecl -arch=win32 ??_U@YAPAXI@Z(long) MSVCRT_operator_new
-@ cdecl -arch=win64 ??_U@YAPEAX_K@Z(long) MSVCRT_operator_new
-# @ cdecl ??_U@YAPAXIHPBDH@Z(long long str long) MSVCRT_operator_new_dbg
-@ cdecl -arch=win32 ??_V@YAXPAX@Z(ptr) MSVCRT_operator_delete
-@ cdecl -arch=win64 ??_V@YAXPEAX@Z(ptr) MSVCRT_operator_delete
-@ cdecl -norelay __uncaught_exception(ptr)
-@ cdecl -arch=win32 -norelay ?_query_new_handler@@YAP6AHI@ZXZ()
MSVCRT__query_new_handler
-@ cdecl -arch=win64 -norelay ?_query_new_handler@@YAP6AH_K@ZXZ()
MSVCRT__query_new_handler
-@ cdecl ?_query_new_mode@@YAHXZ() MSVCRT__query_new_mode
-@ cdecl -arch=win32 -norelay ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z(ptr)
MSVCRT__set_new_handler
-@ cdecl -arch=win64 -norelay ?_set_new_handler@@YAP6AH_K@ZP6AH0@Z@Z(ptr)
MSVCRT__set_new_handler
-@ cdecl ?_set_new_mode@@YAHH@Z(long) MSVCRT__set_new_mode
-@ cdecl -arch=win32 -norelay
?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z(ptr)
MSVCRT__set_se_translator
-@ cdecl -arch=win64 -norelay
?_set_se_translator@@YAP6AXIPEAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z(ptr)
MSVCRT__set_se_translator
-@ cdecl -i386 -norelay ?before@type_info@@QBEHABV1@@Z(ptr)
__thiscall_MSVCRT_type_info_before
-@ cdecl -arch=win64 -norelay ?before@type_info@@QEBAHAEBV1@@Z(ptr)
MSVCRT_type_info_before
-@ cdecl -i386 -norelay ?name@type_info@@QBEPBDXZ() __thiscall_MSVCRT_type_info_name
-@ cdecl -arch=win64 -norelay ?name@type_info@@QEBAPEBDXZ() MSVCRT_type_info_name
-@ cdecl -i386 -norelay ?raw_name@type_info@@QBEPBDXZ()
__thiscall_MSVCRT_type_info_raw_name
-@ cdecl -arch=win64 -norelay ?raw_name@type_info@@QEBAPEBDXZ() MSVCRT_type_info_raw_name
-@ cdecl ?set_new_handler@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_new_handler
-@ cdecl ?set_terminate@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_terminate
-@ cdecl ?set_unexpected@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_unexpected
-@ cdecl ?terminate@@YAXXZ() MSVCRT_terminate
-@ cdecl ?unexpected@@YAXXZ() MSVCRT_unexpected
-@ cdecl -i386 -norelay ?what@exception@@UBEPBDXZ() __thiscall_MSVCRT_what_exception
-@ cdecl -arch=x86_64 -stub -norelay ?what@exception@@UEBAPEBDXZ()
__thiscall_MSVCRT_what_exception
+# **************** x86 C++ functions ****************
+@ cdecl -i386 -norelay ??0__non_rtti_object@@QAE@ABV0@@Z(ptr)
__thiscall_MSVCRT___non_rtti_object_copy_ctor # public: __thiscall
__non_rtti_object::__non_rtti_object(class __non_rtti_object const &)
+@ cdecl -i386 -norelay ??0__non_rtti_object@@QAE@PBD@Z(ptr)
__thiscall_MSVCRT___non_rtti_object_ctor # public: __thiscall
__non_rtti_object::__non_rtti_object(char const *)
+@ cdecl -i386 -norelay ??0bad_cast@@AAE@PBQBD@Z(ptr) __thiscall_MSVCRT_bad_cast_ctor #
private: __thiscall bad_cast::bad_cast(char const * const *)
+@ cdecl -i386 -norelay ??0bad_cast@@QAE@ABQBD@Z(ptr) __thiscall_MSVCRT_bad_cast_ctor #
public: __thiscall bad_cast::bad_cast(char const * const &)
+@ cdecl -i386 -norelay ??0bad_cast@@QAE@ABV0@@Z(ptr) __thiscall_MSVCRT_bad_cast_copy_ctor
# public: __thiscall bad_cast::bad_cast(class bad_cast const &)
+@ cdecl -i386 -norelay ??0bad_cast@@QAE@PBD@Z(ptr)
__thiscall_MSVCRT_bad_cast_ctor_charptr # public: __thiscall bad_cast::bad_cast(char const
*)
+@ cdecl -i386 -norelay ??0bad_typeid@@QAE@ABV0@@Z(ptr)
__thiscall_MSVCRT_bad_typeid_copy_ctor # public: __thiscall bad_typeid::bad_typeid(class
bad_typeid const &)
+@ cdecl -i386 -norelay ??0bad_typeid@@QAE@PBD@Z(ptr) __thiscall_MSVCRT_bad_typeid_ctor #
public: __thiscall bad_typeid::bad_typeid(char const *)
+@ cdecl -i386 -norelay ??0exception@@QAE@ABQBD@Z(ptr) __thiscall_MSVCRT_exception_ctor #
public: __thiscall exception::exception(char const * const &)
+@ cdecl -i386 -norelay ??0exception@@QAE@ABQBDH@Z(ptr long)
__thiscall_MSVCRT_exception_ctor_noalloc # public: __thiscall exception::exception(char
const * const &,int)
+@ cdecl -i386 -norelay ??0exception@@QAE@ABV0@@Z(ptr)
__thiscall_MSVCRT_exception_copy_ctor # public: __thiscall exception::exception(class
exception const &)
+@ cdecl -i386 -norelay ??0exception@@QAE@XZ() __thiscall_MSVCRT_exception_default_ctor #
public: __thiscall exception::exception(void)
+@ cdecl -i386 -norelay ??1__non_rtti_object@@UAE@XZ()
__thiscall_MSVCRT___non_rtti_object_dtor # public: virtual __thiscall
__non_rtti_object::~__non_rtti_object(void)
+@ cdecl -i386 -norelay ??1bad_cast@@UAE@XZ() __thiscall_MSVCRT_bad_cast_dtor # public:
virtual __thiscall bad_cast::~bad_cast(void)
+@ cdecl -i386 -norelay ??1bad_typeid@@UAE@XZ() __thiscall_MSVCRT_bad_typeid_dtor #
public: virtual __thiscall bad_typeid::~bad_typeid(void)
+@ cdecl -i386 -norelay ??1exception@@UAE@XZ() __thiscall_MSVCRT_exception_dtor # public:
virtual __thiscall exception::~exception(void)
+@ cdecl -i386 -norelay ??1type_info@@UAE@XZ() __thiscall_MSVCRT_type_info_dtor # public:
virtual __thiscall type_info::~type_info(void)
+@ cdecl -i386 ??2@YAPAXI@Z(long) MSVCRT_operator_new # void * __cdecl operator
new(unsigned int)
+;@ cdecl -i386 ??2@YAPAXIHPBDH@Z(long long str long) MSVCRT_operator_new_dbg # void *
__cdecl operator new(unsigned int,int,char const *,int)
+@ cdecl -i386 ??3@YAXPAX@Z(ptr) MSVCRT_operator_delete # void __cdecl operator
delete(void *)
+@ cdecl -i386 -norelay ??4__non_rtti_object@@QAEAAV0@ABV0@@Z(ptr)
__thiscall_MSVCRT___non_rtti_object_opequals # public: class __non_rtti_object &
__thiscall __non_rtti_object::operator=(class __non_rtti_object const &)
+@ cdecl -i386 -norelay ??4bad_cast@@QAEAAV0@ABV0@@Z(ptr)
__thiscall_MSVCRT_bad_cast_opequals # public: class bad_cast & __thiscall
bad_cast::operator=(class bad_cast const &)
+@ cdecl -i386 -norelay ??4bad_typeid@@QAEAAV0@ABV0@@Z(ptr)
__thiscall_MSVCRT_bad_typeid_opequals # public: class bad_typeid & __thiscall
bad_typeid::operator=(class bad_typeid const &)
+@ cdecl -i386 -norelay ??4exception@@QAEAAV0@ABV0@@Z(ptr)
__thiscall_MSVCRT_exception_opequals # public: class exception & __thiscall
exception::operator=(class exception const &)
+@ cdecl -i386 -norelay ??8type_info@@QBEHABV0@@Z(ptr)
__thiscall_MSVCRT_type_info_opequals_equals # public: int __thiscall
type_info::operator==(class type_info const &)const
+@ cdecl -i386 -norelay ??9type_info@@QBEHABV0@@Z(ptr)
__thiscall_MSVCRT_type_info_opnot_equals # public: int __thiscall
type_info::operator!=(class type_info const &)const
+@ extern -i386 ??_7__non_rtti_object@@6B@ MSVCRT___non_rtti_object_vtable # const
__non_rtti_object::`vftable'
+@ extern -i386 ??_7bad_cast@@6B@ MSVCRT_bad_cast_vtable # const bad_cast::`vftable'
+@ extern -i386 ??_7bad_typeid@@6B@ MSVCRT_bad_typeid_vtable # const
bad_typeid::`vftable'
+@ extern -i386 ??_7exception@@6B@ MSVCRT_exception_vtable # const
exception::`vftable'
+@ cdecl -i386 -norelay ??_E__non_rtti_object@@UAEPAXI@Z(long)
__thiscall_MSVCRT___non_rtti_object_vector_dtor # public: virtual void * __thiscall
__non_rtti_object::`vector deleting destructor'(unsigned int)
+@ cdecl -i386 -norelay ??_Ebad_cast@@UAEPAXI@Z(long)
__thiscall_MSVCRT_bad_cast_vector_dtor # public: virtual void * __thiscall
bad_cast::`vector deleting destructor'(unsigned int)
+@ cdecl -i386 -norelay ??_Ebad_typeid@@UAEPAXI@Z(long)
__thiscall_MSVCRT_bad_typeid_vector_dtor # public: virtual void * __thiscall
bad_typeid::`vector deleting destructor'(unsigned int)
+@ cdecl -i386 -norelay ??_Eexception@@UAEPAXI@Z(long)
__thiscall_MSVCRT_exception_vector_dtor # public: virtual void * __thiscall
exception::`vector deleting destructor'(unsigned int)
+@ cdecl -i386 -norelay ??_Fbad_cast@@QAEXXZ() __thiscall_MSVCRT_bad_cast_default_ctor #
public: void __thiscall bad_cast::`default constructor closure'(void)
+@ cdecl -i386 -norelay ??_Fbad_typeid@@QAEXXZ() __thiscall_MSVCRT_bad_typeid_default_ctor
# public: void __thiscall bad_typeid::`default constructor closure'(void)
+@ cdecl -i386 -norelay ??_G__non_rtti_object@@UAEPAXI@Z(long)
__thiscall_MSVCRT___non_rtti_object_scalar_dtor # public: virtual void * __thiscall
__non_rtti_object::`scalar deleting destructor'(unsigned int)
+@ cdecl -i386 -norelay ??_Gbad_cast@@UAEPAXI@Z(long)
__thiscall_MSVCRT_bad_cast_scalar_dtor # public: virtual void * __thiscall
bad_cast::`scalar deleting destructor'(unsigned int)
+@ cdecl -i386 -norelay ??_Gbad_typeid@@UAEPAXI@Z(long)
__thiscall_MSVCRT_bad_typeid_scalar_dtor # public: virtual void * __thiscall
bad_typeid::`scalar deleting destructor'(unsigned int)
+@ cdecl -i386 -norelay ??_Gexception@@UAEPAXI@Z(long)
__thiscall_MSVCRT_exception_scalar_dtor # public: virtual void * __thiscall
exception::`scalar deleting destructor'(unsigned int)
+@ cdecl -i386 ??_U@YAPAXI@Z(long) MSVCRT_operator_new # void * __cdecl operator
new[](unsigned int)
+;@ cdecl -i386 ??_U@YAPAXIHPBDH@Z(long long str long) MSVCRT_operator_new_dbg # void *
__cdecl operator new[](unsigned int,int,char const *,int)
+@ cdecl -i386 ??_V@YAXPAX@Z(ptr) MSVCRT_operator_delete # void __cdecl operator
delete[](void *)
+@ cdecl -i386 -norelay __uncaught_exception(ptr)
+@ cdecl -i386 -norelay ?_query_new_handler@@YAP6AHI@ZXZ() MSVCRT__query_new_handler # int
(__cdecl*__cdecl _query_new_handler(void))(unsigned int)
+@ cdecl -i386 ?_query_new_mode@@YAHXZ() MSVCRT__query_new_mode # int __cdecl
_query_new_mode(void)
+@ cdecl -i386 -norelay ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z(ptr) MSVCRT__set_new_handler
# int (__cdecl*__cdecl _set_new_handler(int (__cdecl*)(unsigned int)))(unsigned int)
+@ cdecl -i386 ?_set_new_mode@@YAHH@Z(long) MSVCRT__set_new_mode # int __cdecl
_set_new_mode(int)
+@ cdecl -i386 -norelay
?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z(ptr)
MSVCRT__set_se_translator # void (__cdecl*__cdecl _set_se_translator(void
(__cdecl*)(unsigned int,struct _EXCEPTION_POINTERS *)))(unsigned int,struct
_EXCEPTION_POINTERS *)
+@ cdecl -i386 -norelay ?before@type_info@@QBEHABV1@@Z(ptr)
__thiscall_MSVCRT_type_info_before # public: int __thiscall type_info::before(class
type_info const &)const
+@ cdecl -i386 -norelay ?name@type_info@@QBEPBDXZ() __thiscall_MSVCRT_type_info_name #
public: char const * __thiscall type_info::name(void)const
+@ cdecl -i386 -norelay ?raw_name@type_info@@QBEPBDXZ()
__thiscall_MSVCRT_type_info_raw_name # public: char const * __thiscall
type_info::raw_name(void)const
+@ cdecl -i386 ?set_new_handler@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_new_handler # void
(__cdecl*__cdecl set_new_handler(void (__cdecl*)(void)))(void)
+@ cdecl -i386 ?set_terminate@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_terminate # void
(__cdecl*__cdecl set_terminate(void (__cdecl*)(void)))(void)
+@ cdecl -i386 ?set_unexpected@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_unexpected # void
(__cdecl*__cdecl set_unexpected(void (__cdecl*)(void)))(void)
+@ cdecl -i386 ?terminate@@YAXXZ() MSVCRT_terminate # void __cdecl terminate(void)
+@ cdecl -i386 ?unexpected@@YAXXZ() MSVCRT_unexpected # void __cdecl unexpected(void)
+@ cdecl -i386 -norelay ?what@exception@@UBEPBDXZ() __thiscall_MSVCRT_what_exception #
public: virtual char const * __thiscall exception::what(void)const
+
+# **************** win64 C++ functions ****************
+@ cdecl -arch=win64 ??0__non_rtti_object@@QEAA@AEBV0@@Z(ptr)
MSVCRT___non_rtti_object_copy_ctor # public: __cdecl
__non_rtti_object::__non_rtti_object(class __non_rtti_object const & __ptr64) __ptr64
+@ cdecl -arch=win64 ??0__non_rtti_object@@QEAA@PEBD@Z(ptr) MSVCRT___non_rtti_object_ctor
# public: __cdecl __non_rtti_object::__non_rtti_object(char const * __ptr64) __ptr64
+@ cdecl -arch=win64 ??0bad_cast@@AEAA@PEBQEBD@Z(ptr) MSVCRT_bad_cast_ctor # private:
__cdecl bad_cast::bad_cast(char const * __ptr64 const * __ptr64) __ptr64
+@ cdecl -arch=win64 ??0bad_cast@@QEAA@AEBQEBD@Z(ptr) MSVCRT_bad_cast_ctor # public:
__cdecl bad_cast::bad_cast(char const * __ptr64 const & __ptr64) __ptr64
+@ cdecl -arch=win64 ??0bad_cast@@QEAA@AEBV0@@Z(ptr) MSVCRT_bad_cast_copy_ctor # public:
__cdecl bad_cast::bad_cast(class bad_cast const & __ptr64) __ptr64
+@ cdecl -arch=win64 ??0bad_cast@@QEAA@PEBD@Z(ptr) MSVCRT_bad_cast_ctor_charptr # public:
__cdecl bad_cast::bad_cast(char const * __ptr64) __ptr64
+@ cdecl -arch=win64 ??0bad_typeid@@QEAA@AEBV0@@Z(ptr) MSVCRT_bad_typeid_copy_ctor #
public: __cdecl bad_typeid::bad_typeid(class bad_typeid const & __ptr64) __ptr64
+@ cdecl -arch=win64 ??0bad_typeid@@QEAA@PEBD@Z(ptr) MSVCRT_bad_typeid_ctor # public:
__cdecl bad_typeid::bad_typeid(char const * __ptr64) __ptr64
+@ cdecl -arch=win64 ??0exception@@QEAA@AEBQEBD@Z(ptr) MSVCRT_exception_ctor # public:
__cdecl exception::exception(char const * __ptr64 const & __ptr64) __ptr64
+@ cdecl -arch=win64 ??0exception@@QEAA@AEBQEBDH@Z(ptr long) MSVCRT_exception_ctor_noalloc
# public: __cdecl exception::exception(char const * __ptr64 const & __ptr64,int)
__ptr64
+@ cdecl -arch=win64 ??0exception@@QEAA@AEBV0@@Z(ptr) MSVCRT_exception_copy_ctor # public:
__cdecl exception::exception(class exception const & __ptr64) __ptr64
+@ cdecl -arch=win64 ??0exception@@QEAA@XZ() MSVCRT_exception_default_ctor # public:
__cdecl exception::exception(void) __ptr64
+@ cdecl -arch=win64 ??1__non_rtti_object@@UEAA@XZ() MSVCRT___non_rtti_object_dtor #
public: virtual __cdecl __non_rtti_object::~__non_rtti_object(void) __ptr64
+@ cdecl -arch=win64 ??1bad_cast@@UEAA@XZ() MSVCRT_bad_cast_dtor # public: virtual __cdecl
bad_cast::~bad_cast(void) __ptr64
+@ cdecl -arch=win64 ??1bad_typeid@@UEAA@XZ() MSVCRT_bad_typeid_dtor # public: virtual
__cdecl bad_typeid::~bad_typeid(void) __ptr64
+@ cdecl -arch=win64 ??1exception@@UEAA@XZ() MSVCRT_exception_dtor # public: virtual
__cdecl exception::~exception(void) __ptr64
+@ cdecl -arch=win64 ??1type_info@@UEAA@XZ() MSVCRT_type_info_dtor # public: virtual
__cdecl type_info::~type_info(void) __ptr64
+@ cdecl -arch=win64 ??2@YAPEAX_K@Z(double) MSVCRT_operator_new # void * __ptr64 __cdecl
operator new(unsigned __int64)
+@ cdecl -arch=win64 ??3@YAXPEAX@Z(ptr) MSVCRT_operator_delete # void __cdecl operator
delete(void * __ptr64)
+@ cdecl -arch=win64 ??4__non_rtti_object@@QEAAAEAV0@AEBV0@@Z(ptr)
MSVCRT___non_rtti_object_opequals # public: class __non_rtti_object & __ptr64 __cdecl
__non_rtti_object::operator=(class __non_rtti_object const & __ptr64) __ptr64
+@ cdecl -arch=win64 ??4bad_cast@@QEAAAEAV0@AEBV0@@Z(ptr) MSVCRT_bad_cast_opequals #
public: class bad_cast & __ptr64 __cdecl bad_cast::operator=(class bad_cast const
& __ptr64) __ptr64
+@ cdecl -arch=win64 ??4bad_typeid@@QEAAAEAV0@AEBV0@@Z(ptr) MSVCRT_bad_typeid_opequals #
public: class bad_typeid & __ptr64 __cdecl bad_typeid::operator=(class bad_typeid
const & __ptr64) __ptr64
+@ cdecl -arch=win64 ??4exception@@QEAAAEAV0@AEBV0@@Z(ptr) MSVCRT_exception_opequals #
public: class exception & __ptr64 __cdecl exception::operator=(class exception const
& __ptr64) __ptr64
+@ cdecl -arch=win64 ??8type_info@@QEBAHAEBV0@@Z(ptr) MSVCRT_type_info_opequals_equals #
public: int __cdecl type_info::operator==(class type_info const & __ptr64)const
__ptr64
+@ cdecl -arch=win64 ??9type_info@@QEBAHAEBV0@@Z(ptr) MSVCRT_type_info_opnot_equals #
public: int __cdecl type_info::operator!=(class type_info const & __ptr64)const
__ptr64
+@ extern -arch=win64 ??_7__non_rtti_object@@6B@ MSVCRT___non_rtti_object_vtable # const
__non_rtti_object::`vftable'
+@ extern -arch=win64 ??_7bad_cast@@6B@ MSVCRT_bad_cast_vtable # const
bad_cast::`vftable'
+@ extern -arch=win64 ??_7bad_typeid@@6B@ MSVCRT_bad_typeid_vtable # const
bad_typeid::`vftable'
+@ extern -arch=win64 ??_7exception@@6B@ MSVCRT_exception_vtable # const
exception::`vftable'
+@ cdecl -arch=win64 ??_Fbad_cast@@QEAAXXZ() MSVCRT_bad_cast_default_ctor # public: void
__cdecl bad_cast::`default constructor closure'(void) __ptr64
+@ cdecl -arch=win64 ??_Fbad_typeid@@QEAAXXZ() MSVCRT_bad_typeid_default_ctor # public:
void __cdecl bad_typeid::`default constructor closure'(void) __ptr64
+@ cdecl -arch=win64 ??_U@YAPEAX_K@Z(long) MSVCRT_operator_new # void * __ptr64 __cdecl
operator new[](unsigned __int64)
+@ cdecl -arch=win64 ??_V@YAXPEAX@Z(ptr) MSVCRT_operator_delete # void __cdecl operator
delete[](void * __ptr64)
+@ cdecl -arch=win64 __uncaught_exception(ptr)
+@ cdecl -arch=win64 ?_query_new_handler@@YAP6AH_K@ZXZ() MSVCRT__query_new_handler # int
(__cdecl*__cdecl _query_new_handler(void))(unsigned __int64)
+@ cdecl -arch=win64 ?_query_new_mode@@YAHXZ() MSVCRT__query_new_mode # int __cdecl
_query_new_mode(void)
+@ cdecl -arch=win64 ?_set_new_handler@@YAP6AH_K@ZP6AH0@Z@Z(ptr) MSVCRT__set_new_handler #
int (__cdecl*__cdecl _set_new_handler(int (__cdecl*)(unsigned __int64)))(unsigned
__int64)
+@ cdecl -arch=win64 ?_set_new_mode@@YAHH@Z(long) MSVCRT__set_new_mode # int __cdecl
_set_new_mode(int)
+@ cdecl -arch=win64
?_set_se_translator@@YAP6AXIPEAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z(ptr)
MSVCRT__set_se_translator # void (__cdecl*__cdecl _set_se_translator(void
(__cdecl*)(unsigned int,struct _EXCEPTION_POINTERS * __ptr64)))(unsigned int,struct
_EXCEPTION_POINTERS * __ptr64)
+@ cdecl -arch=win64 ?before@type_info@@QEBAHAEBV1@@Z(ptr) MSVCRT_type_info_before #
public: int __cdecl type_info::before(class type_info const & __ptr64)const __ptr64
+@ cdecl -arch=win64 ?name@type_info@@QEBAPEBDXZ() MSVCRT_type_info_name # public: char
const * __ptr64 __cdecl type_info::name(void)const __ptr64
+@ cdecl -arch=win64 ?raw_name@type_info@@QEBAPEBDXZ() MSVCRT_type_info_raw_name # public:
char const * __ptr64 __cdecl type_info::raw_name(void)const __ptr64
+@ cdecl -arch=win64 ?set_new_handler@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_new_handler # void
(__cdecl*__cdecl set_new_handler(void (__cdecl*)(void)))(void)
+@ cdecl -arch=win64 ?set_terminate@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_terminate # void
(__cdecl*__cdecl set_terminate(void (__cdecl*)(void)))(void)
+@ cdecl -arch=win64 ?set_unexpected@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_unexpected # void
(__cdecl*__cdecl set_unexpected(void (__cdecl*)(void)))(void)
+@ cdecl -arch=win64 ?terminate@@YAXXZ() MSVCRT_terminate # void __cdecl terminate(void)
+@ cdecl -arch=win64 ?unexpected@@YAXXZ() MSVCRT_unexpected # void __cdecl
unexpected(void)
+@ cdecl -arch=win64 -stub ?what@exception@@UEBAPEBDXZ() MSVCRT_what_exception # public:
virtual char const * __ptr64 __cdecl exception::what(void)const __ptr64
+
+# **************** ARM C++ functions ****************
+@ cdecl -arch=arm ??0__non_rtti_object@@QAA@ABV0@@Z() MSVCRT___non_rtti_object_copy_ctor
# public: __cdecl __non_rtti_object::__non_rtti_object(class __non_rtti_object const
&)
+@ cdecl -arch=arm ??0__non_rtti_object@@QAA@PBD@Z() MSVCRT___non_rtti_object_ctor
#public: __cdecl __non_rtti_object::__non_rtti_object(char const *)
+@ cdecl -arch=arm ??0bad_cast@@AAA@PBQBD@Z() MSVCRT_bad_cast_ctor # private: __cdecl
bad_cast::bad_cast(char const * const *)
+@ cdecl -arch=arm ??0bad_cast@@QAA@ABV0@@Z() MSVCRT_bad_cast_copy_ctor # public: __cdecl
bad_cast::bad_cast(class bad_cast const &)
+@ cdecl -arch=arm ??0bad_cast@@QAA@PBD@Z() MSVCRT_bad_cast_ctor # public: __cdecl
bad_cast::bad_cast(char const *)
+@ cdecl -arch=arm ??0bad_typeid@@QAA@ABV0@@Z() MSVCRT_bad_typeid_copy_ctor # public:
__cdecl bad_typeid::bad_typeid(class bad_typeid const &)
+@ cdecl -arch=arm ??0bad_typeid@@QAA@PBD@Z() MSVCRT_bad_typeid_ctor # public: __cdecl
bad_typeid::bad_typeid(char const *)
+@ cdecl -arch=arm ??0exception@@QAA@ABQBD@Z() MSVCRT_exception_ctor # public: __cdecl
exception::exception(char const * const &)
+@ cdecl -arch=arm ??0exception@@QAA@ABQBDH@Z() MSVCRT_exception_ctor_noalloc # public:
__cdecl exception::exception(char const * const &,int)
+@ cdecl -arch=arm ??0exception@@QAA@ABV0@@Z() MSVCRT_exception_copy_ctor # public:
__cdecl exception::exception(class exception const &)
+@ cdecl -arch=arm ??0exception@@QAA@XZ() MSVCRT_exception_default_ctor # public: __cdecl
exception::exception(void)
+@ cdecl -arch=arm ??1__non_rtti_object@@UAA@XZ() MSVCRT___non_rtti_object_dtor # public:
virtual __cdecl __non_rtti_object::~__non_rtti_object(void)
+@ cdecl -arch=arm ??1bad_cast@@UAA@XZ() MSVCRT_bad_cast_dtor # public: virtual __cdecl
bad_cast::~bad_cast(void)
+@ cdecl -arch=arm ??1bad_typeid@@UAA@XZ() MSVCRT_bad_typeid_dtor # public: virtual
__cdecl bad_typeid::~bad_typeid(void)
+@ cdecl -arch=arm ??1exception@@UAA@XZ() MSVCRT_exception_dtor # public: virtual __cdecl
exception::~exception(void)
+@ cdecl -arch=arm ??1type_info@@UAA@XZ() MSVCRT_type_info_dtor # public: virtual __cdecl
type_info::~type_info(void)
+@ cdecl -arch=arm ??2@YAPAXI@Z() MSVCRT_operator_new # void * __cdecl operator
new(unsigned int)
+@ cdecl -arch=arm ??2@YAPAXIHPBDH@Z() MSVCRT_operator_new_dbg # void * __cdecl operator
new(unsigned int,int,char const *,int)
+@ cdecl -arch=arm ??3@YAXPAX@Z() MSVCRT_operator_delete # void __cdecl operator
delete(void *)
+@ cdecl -arch=arm ??4__non_rtti_object@@QAAAAV0@ABV0@@Z()
MSVCRT___non_rtti_object_opequals # public: class __non_rtti_object & __cdecl
__non_rtti_object::operator=(class __non_rtti_object const &)
+@ cdecl -arch=arm ??4bad_cast@@QAAAAV0@ABV0@@Z() MSVCRT_bad_cast_opequals # public: class
bad_cast & __cdecl bad_cast::operator=(class bad_cast const &)
+@ cdecl -arch=arm ??4bad_typeid@@QAAAAV0@ABV0@@Z() MSVCRT_bad_typeid_opequals # public:
class bad_typeid & __cdecl bad_typeid::operator=(class bad_typeid const &)
+@ cdecl -arch=arm ??4exception@@QAAAAV0@ABV0@@Z() MSVCRT_exception_opequals # public:
class exception & __cdecl exception::operator=(class exception const &)
+@ cdecl -arch=arm ??8type_info@@QBAHABV0@@Z() MSVCRT_type_info_opequals_equals # public:
int __cdecl type_info::operator==(class type_info const &)const
+@ cdecl -arch=arm ??9type_info@@QBAHABV0@@Z() MSVCRT_type_info_opnot_equals # public: int
__cdecl type_info::operator!=(class type_info const &)const
+@ extern -arch=arm ??_7__non_rtti_object@@6B@ MSVCRT___non_rtti_object_vtable # const
__non_rtti_object::`vftable'
+@ extern -arch=arm ??_7bad_cast@@6B@ MSVCRT_bad_cast_vtable # const
bad_cast::`vftable'
+@ extern -arch=arm ??_7bad_typeid@@6B@ MSVCRT_bad_typeid_vtable # const
bad_typeid::`vftable'
+@ extern -arch=arm ??_7exception@@6B@ MSVCRT_exception_vtable # const
exception::`vftable'
+@ cdecl -arch=arm ??_Fbad_cast@@QAAXXZ() MSVCRT_bad_cast_default_ctor # public: void
__cdecl bad_cast::`default constructor closure'(void)
+@ cdecl -arch=arm ??_Fbad_typeid@@QAAXXZ() MSVCRT_bad_typeid_default_ctor # public: void
__cdecl bad_typeid::`default constructor closure'(void)
+@ cdecl -arch=arm ??_U@YAPAXI@Z() MSVCRT_operator_new # void * __cdecl operator
new[](unsigned int)
+@ cdecl -arch=arm ??_U@YAPAXIHPBDH@Z() MSVCRT_operator_new_dbg # void * __cdecl operator
new[](unsigned int,int,char const *,int)
+@ cdecl -arch=arm ??_V@YAXPAX@Z() MSVCRT_operator_delete # void __cdecl operator
delete[](void *)
+;@ cdecl -arch=arm _CallMemberFunction0()
+;@ cdecl -arch=arm _CallMemberFunction1()
+;@ cdecl -arch=arm _CallMemberFunction2()
+;@ cdecl -arch=arm __ExceptionPtrAssign()
+;@ cdecl -arch=arm __ExceptionPtrCompare()
+;@ cdecl -arch=arm __ExceptionPtrCopy()
+;@ cdecl -arch=arm __ExceptionPtrCopyException()
+;@ cdecl -arch=arm __ExceptionPtrCreate()
+;@ cdecl -arch=arm __ExceptionPtrCurrentException()
+;@ cdecl -arch=arm __ExceptionPtrDestroy()
+;@ cdecl -arch=arm __ExceptionPtrRethrow()
+;@ cdecl -arch=arm __ExceptionPtrSwap()
+;@ cdecl -arch=arm __ExceptionPtrToBool()
+@ cdecl -arch=arm __uncaught_exception()
+@ cdecl -arch=arm ?_query_new_handler@@YAP6AHI@ZXZ() MSVCRT__query_new_handler # int
(__cdecl*__cdecl _query_new_handler(void))(unsigned int)
+@ cdecl -arch=arm ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z() MSVCRT__set_new_handler # int
(__cdecl*__cdecl _set_new_handler(int (__cdecl*)(unsigned int)))(unsigned int)
+@ cdecl -arch=arm ?_set_new_mode@@YAHH@Z() MSVCRT__set_new_mode # int __cdecl
_set_new_mode(int)
+@ cdecl -arch=arm ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z()
MSVCRT__set_se_translator # void (__cdecl*__cdecl _set_se_translator(void
(__cdecl*)(unsigned int,struct _EXCEPTION_POINTERS *)))(unsigned int,struct
_EXCEPTION_POINTERS *)
+@ cdecl -arch=arm ?before@type_info@@QBAHABV1@@Z() MSVCRT_type_info_before# public: int
__cdecl type_info::before(class type_info const &)const
+@ cdecl -arch=arm ?name@type_info@@QBAPBDXZ() MSVCRT_type_info_name # public: char const
* __cdecl type_info::name(void)const
+@ cdecl -arch=arm ?raw_name@type_info@@QBAPBDXZ() MSVCRT_type_info_raw_name # public:
char const * __cdecl type_info::raw_name(void)const
+@ cdecl -arch=arm ?set_terminate@@YAP6AXXZP6AXXZ@Z() MSVCRT_set_terminate # void
(__cdecl*__cdecl set_terminate(void (__cdecl*)(void)))(void)
+@ cdecl -arch=arm ?set_unexpected@@YAP6AXXZP6AXXZ@Z() MSVCRT_set_unexpected # void
(__cdecl*__cdecl set_unexpected(void (__cdecl*)(void)))(void)
+@ cdecl -arch=arm ?terminate@@YAXXZ() MSVCRT_terminate # void __cdecl terminate(void)
+@ cdecl -arch=arm ?unexpected@@YAXXZ() MSVCRT_unexpected # void __cdecl unexpected(void)
+@ cdecl -arch=arm ?what@exception@@UBAPBDXZ() MSVCRT_what_exception # public: virtual
char const * __cdecl exception::what(void)const
+
+
+# **************** Common functions ****************
@ cdecl $I10_OUTPUT() MSVCRT_I10_OUTPUT
@ cdecl -arch=i386 _CIacos()
@ cdecl -arch=i386 _CIasin()
@@ -119,7 +199,7 @@
@ extern _HUGE
@ cdecl _Strftime(str long str ptr ptr)
@ cdecl _XcptFilter(long ptr)
-@ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr)
+@ stdcall -arch=x86_64,arm __C_specific_handler(ptr long ptr ptr)
@ cdecl __CppXcptFilter(long ptr)
# stub __CxxCallUnwindDtor
# stub __CxxCallUnwindVecDtor
@@ -127,6 +207,7 @@
# stub __CxxExceptionFilter
@ cdecl -arch=i386,x86_64 -norelay __CxxFrameHandler(ptr ptr ptr ptr)
@ cdecl -arch=i386 -norelay __CxxFrameHandler2(ptr ptr ptr ptr) __CxxFrameHandler
+@ cdecl -arch=arm -norelay __CxxFrameHandler3(ptr ptr ptr ptr)
@ stdcall -i386 __CxxLongjmpUnwind(ptr)
@ cdecl -i386 __CxxQueryExceptionSize()
# stub -i386 __CxxRegisterExceptionObject
@@ -252,16 +333,18 @@
@ cdecl _chdir(str)
@ cdecl _chdrive(long)
@ cdecl _chgsign(double)
+@ cdecl -arch=x86_64,arm _chgsignf(long)
@ cdecl -i386 -norelay _chkesp()
@ cdecl _chmod(str long)
@ cdecl _chsize(long long)
-@ cdecl _clearfp()
+@ cdecl -arch=i386,x86_64 _clearfp()
@ cdecl _close(long)
@ cdecl _commit(long)
@ extern _commode
-@ cdecl _control87(long long)
+@ cdecl -arch=i386,x86_64 _control87(long long)
@ cdecl _controlfp(long long)
@ cdecl _copysign( double double )
+@ cdecl -arch=x86_64,arm _copysignf(long long)
@ varargs _cprintf(str)
@ cdecl _cputs(str)
# stub _cputws
@@ -359,6 +442,7 @@
@ cdecl _heapused(ptr ptr)
@ cdecl _heapwalk(ptr)
@ cdecl _hypot(double double)
+@ cdecl -arch=x86_64,arm _hypotf(long long)
@ cdecl _i64toa(long long ptr long)
@ cdecl _i64tow(long long ptr long)
@ cdecl _initterm(ptr ptr)
@@ -489,9 +573,9 @@
@ cdecl _open_osfhandle(long long)
@ extern _osplatform
@ extern _osver
-@ cdecl _outp(long long) MSVCRT__outp
-@ cdecl _outpd(long long) MSVCRT__outpd
-@ cdecl _outpw(long long) MSVCRT__outpw
+@ cdecl -arch=i386 _outp(long long) MSVCRT__outp
+@ cdecl -arch=i386 _outpd(long long) MSVCRT__outpd
+@ cdecl -arch=i386 _outpw(long long) MSVCRT__outpw
@ cdecl _pclose(ptr)
@ extern _pctype
@ extern _pgmptr
@@ -525,7 +609,7 @@
@ cdecl _set_error_mode(long)
@ cdecl _set_sbh_threshold(long)
@ cdecl _seterrormode(long)
-@ cdecl -arch=i386,x86_64 -norelay _setjmp(ptr)
+@ cdecl -norelay _setjmp(ptr)
@ cdecl -arch=i386 -norelay _setjmp3(ptr long)
@ cdecl -arch=x86_64 -norelay _setjmpex(ptr ptr)
@ cdecl _setmaxstdio(long)
@@ -690,10 +774,14 @@
@ cdecl abort()
@ cdecl abs(long)
@ cdecl acos(double)
+@ cdecl -arch=x86_64,arm acosf(long)
@ cdecl asctime(ptr)
@ cdecl asin(double)
+@ cdecl -arch=x86_64,arm asinf(long)
@ cdecl atan(double)
@ cdecl atan2(double double)
+@ cdecl -arch=x86_64,arm atan2f(long)
+@ cdecl -arch=x86_64,arm atanf(long)
@ extern atexit # <-- keep this as an extern, thank you
@ cdecl atof(str)
@ cdecl atoi(str)
@@ -701,18 +789,21 @@
@ cdecl bsearch(ptr ptr long long ptr)
@ cdecl calloc(long long)
@ cdecl ceil(double)
-@ cdecl -arch=x86_64 ceilf(double)
+@ cdecl -arch=x86_64,arm ceilf(long)
@ cdecl clearerr(ptr)
@ cdecl clock()
@ cdecl cos(double)
-@ cdecl -arch=x86_64 cosf(double)
+@ cdecl -arch=x86_64,arm cosf(long)
@ cdecl cosh(double)
+@ cdecl -arch=x86_64,arm coshf(long)
@ cdecl ctime(ptr)
@ cdecl difftime(long long)
@ cdecl div(long long)
@ cdecl exit(long)
@ cdecl exp(double)
+@ cdecl -arch=x86_64,arm expf(long)
@ cdecl fabs(double)
+@ cdecl -arch=arm fabsf(double)
@ cdecl fclose(ptr)
@ cdecl feof(ptr)
@ cdecl ferror(ptr)
@@ -723,9 +814,9 @@
@ cdecl fgetwc(ptr)
@ cdecl fgetws(ptr long ptr)
@ cdecl floor(double)
-@ cdecl -arch=x86_64 floorf(long)
+@ cdecl -arch=x86_64,arm floorf(long)
@ cdecl fmod(double double)
-@ cdecl -arch=x86_64 fmodf(long)
+@ cdecl -arch=x86_64,arm fmodf(long)
@ cdecl fopen(str str)
@ varargs fprintf(ptr str)
@ cdecl fputc(long ptr)
@@ -783,8 +874,9 @@
@ cdecl localtime(ptr)
@ cdecl log(double)
@ cdecl log10(double)
-@ cdecl -arch=x86_64 logf(double)
-@ cdecl -i386 longjmp(ptr long)
+@ cdecl -arch=x86_64,arm log10f(long)
+@ cdecl -arch=x86_64,arm logf(long)
+@ cdecl longjmp(ptr long)
@ cdecl malloc(long)
@ cdecl mblen(ptr long)
@ cdecl mbstowcs(ptr str long)
@@ -796,9 +888,10 @@
@ cdecl memset(ptr long long)
@ cdecl mktime(ptr)
@ cdecl modf(double ptr)
+@ cdecl -arch=x86_64,arm modff(long ptr)
@ cdecl perror(str)
@ cdecl pow(double double)
-@ cdecl -arch=x86_64 powf(long)
+@ cdecl -arch=x86_64,arm powf(long)
@ varargs printf(str)
@ cdecl putc(long ptr)
@ cdecl putchar(long)
@@ -814,16 +907,17 @@
@ cdecl rewind(ptr)
@ varargs scanf(str)
@ cdecl setbuf(ptr ptr)
-@ cdecl -arch=x86_64 -norelay -private setjmp(ptr ptr) _setjmp
+@ cdecl -arch=x86_64,arm -norelay setjmp(ptr ptr) _setjmp
@ cdecl setlocale(long str)
@ cdecl setvbuf(ptr str long long)
@ cdecl signal(long long)
@ cdecl sin(double)
-@ cdecl -arch=x86_64 sinf(long)
+@ cdecl -arch=x86_64,arm sinf(long)
@ cdecl sinh(double)
+@ cdecl -arch=x86_64,arm sinhf(long)
@ varargs sprintf(ptr str)
@ cdecl sqrt(double)
-@ cdecl -arch=x86_64 sqrtf(long)
+@ cdecl -arch=x86_64,arm sqrtf(long)
@ cdecl srand(long)
@ varargs sscanf(str str)
@ cdecl strcat(str str)
@@ -851,7 +945,9 @@
@ varargs swscanf(wstr wstr)
@ cdecl system(str)
@ cdecl tan(double)
+@ cdecl -arch=x86_64,arm tanf(long)
@ cdecl tanh(double)
+@ cdecl -arch=x86_64,arm tanhf(long)
@ cdecl time(ptr)
@ cdecl tmpfile()
@ cdecl tmpnam(ptr)
Modified: trunk/reactos/dll/win32/msvcrt/stubs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt/stubs.c?r…
==============================================================================
--- trunk/reactos/dll/win32/msvcrt/stubs.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvcrt/stubs.c [iso-8859-1] Thu May 14 21:53:15 2015
@@ -47,6 +47,7 @@
return( 0 );
}
+#ifdef _M_IX86
int MSVCRT__inp(
unsigned short port)
{
@@ -86,3 +87,4 @@
{
return _outpd(port, dataword);
}
+#endif
Modified: trunk/reactos/dll/win32/msvcrt20/msvcrt20.spec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt20/msvcrt2…
==============================================================================
--- trunk/reactos/dll/win32/msvcrt20/msvcrt20.spec [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvcrt20/msvcrt20.spec [iso-8859-1] Thu May 14 21:53:15 2015
@@ -227,7 +227,7 @@
@ stub ??_Gstrstream@@UAEPAXI@Z #
@ stub ??_Gstrstreambuf@@UAEPAXI@Z #
@ cdecl ?_query_new_handler@@YAP6AHI@ZXZ() MSVCRT__query_new_handler
-@ cdecl ?_query_new_mode@@YAHXZ() MSVCRT__query_new_mode
+@ cdecl -i386 ?_query_new_mode@@YAHXZ() MSVCRT__query_new_mode
@ cdecl ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z(ptr) MSVCRT__set_new_handler
@ cdecl ?_set_new_mode@@YAHH@Z(long) MSVCRT__set_new_mode
@ cdecl ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z(ptr)
MSVCRT__set_se_translator
@@ -544,7 +544,7 @@
@ cdecl _close(long)
@ cdecl _commit(long)
@ extern _commode
-@ cdecl _control87(long long)
+@ cdecl -arch=i386,x86_64 _control87(long long)
@ cdecl _controlfp(long long)
@ cdecl _copysign( double double )
@ varargs _cprintf(str)
@@ -768,7 +768,7 @@
@ cdecl _searchenv(str str ptr)
@ stdcall -i386 __seh_longjmp_unwind@4(ptr) _seh_longjmp_unwind
@ cdecl _seterrormode(long)
-@ cdecl -i386 _setjmp(ptr)
+@ cdecl _setjmp(ptr)
@ cdecl -i386 _setjmp3(ptr long)
@ cdecl _setmbcp(long)
@ cdecl _setmode(long long)
@@ -1024,7 +1024,7 @@
@ cdecl localtime(ptr)
@ cdecl log(double)
@ cdecl log10(double)
-@ cdecl -i386 longjmp(ptr long)
+@ cdecl longjmp(ptr long)
@ cdecl malloc(long)
@ cdecl mblen(ptr long)
@ cdecl mbstowcs(ptr str long)
Modified: trunk/reactos/dll/win32/msvcrt40/msvcrt40.spec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt40/msvcrt4…
==============================================================================
--- trunk/reactos/dll/win32/msvcrt40/msvcrt40.spec [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvcrt40/msvcrt40.spec [iso-8859-1] Thu May 14 21:53:15 2015
@@ -265,7 +265,7 @@
@ stub ??_Gstrstream@@UAEPAXI@Z
@ stub ??_Gstrstreambuf@@UAEPAXI@Z
@ cdecl ?_query_new_handler@@YAP6AHI@ZXZ() MSVCRT__query_new_handler
-@ cdecl ?_query_new_mode@@YAHXZ() MSVCRT__query_new_mode
+@ cdecl -i386 ?_query_new_mode@@YAHXZ() MSVCRT__query_new_mode
@ cdecl ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z(ptr) MSVCRT__set_new_handler
@ cdecl ?_set_new_mode@@YAHH@Z(long) MSVCRT__set_new_mode
@ cdecl ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z(ptr)
MSVCRT__set_se_translator
@@ -407,7 +407,7 @@
@ stub ?seekp@ostream@@QAEAAV1@J@Z
@ stub ?seekp@ostream@@QAEAAV1@JW4seek_dir@ios@@@Z
@ stub ?seekpos@streambuf@@UAEJJH@Z
-@ cdecl ?set_new_handler@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_new_handler
+@ cdecl -i386 ?set_new_handler@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_new_handler
@ cdecl ?set_terminate@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_terminate
@ cdecl ?set_unexpected@@YAP6AXXZP6AXXZ@Z(ptr) MSVCRT_set_unexpected
@ stub ?setb@streambuf@@IAEXPAD0H@Z
@@ -596,7 +596,7 @@
@ cdecl _close(long)
@ cdecl _commit(long)
@ extern _commode
-@ cdecl _control87(long long)
+@ cdecl -arch=i386,x86_64 _control87(long long)
@ cdecl _controlfp(long long)
@ cdecl _copysign( double double )
@ varargs _cprintf(str)
@@ -833,7 +833,7 @@
@ stdcall -i386 _seh_longjmp_unwind(ptr)
@ cdecl _set_error_mode(long)
@ cdecl _seterrormode(long)
-@ cdecl -i386 _setjmp(ptr)
+@ cdecl _setjmp(ptr)
@ cdecl -i386 _setjmp3(ptr long)
@ cdecl _setmaxstdio(long)
@ cdecl _setmbcp(long)
@@ -1062,7 +1062,7 @@
@ cdecl localtime(ptr)
@ cdecl log(double)
@ cdecl log10(double)
-@ cdecl -i386 longjmp(ptr long)
+@ cdecl longjmp(ptr long)
@ cdecl malloc(long)
@ cdecl mblen(ptr long)
@ cdecl mbstowcs(ptr str long)
Modified: trunk/reactos/dll/win32/msvcrt40/stubs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt40/stubs.c…
==============================================================================
--- trunk/reactos/dll/win32/msvcrt40/stubs.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvcrt40/stubs.c [iso-8859-1] Thu May 14 21:53:15 2015
@@ -2,6 +2,8 @@
#undef UNIMPLEMENTED
#define UNIMPLEMENTED __wine_spec_unimplemented_stub("msvcrt.dll",
__FUNCTION__)
+
+#ifdef _M_IX86
int MSVCRT__inp(
unsigned short port)
@@ -42,6 +44,7 @@
{
return _outpd(port, dataword);
}
+#endif // _M_IX86
size_t _heapused( size_t *pUsed, size_t *pCommit )
{
Modified: trunk/reactos/lib/sdk/crt/except/arm/cpp.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/except/arm/cpp…
==============================================================================
--- trunk/reactos/lib/sdk/crt/except/arm/cpp.s [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/crt/except/arm/cpp.s [iso-8859-1] Thu May 14 21:53:15 2015
@@ -15,62 +15,55 @@
MACRO
DEFINE_ALIAS $FuncName, $Target
- IMPORT $Target
- NESTED_ENTRY $FuncName
- b $Target
- NESTED_END $FuncName
+ LCLS _FuncName
+ LCLS _Target
+_FuncName SETS "|$FuncName|"
+_Target SETS "|$Target|"
+ IMPORT $_FuncName, WEAK $_Target
MEND
- DEFINE_ALIAS ??0exception@@QAE@ABQBD@Z, MSVCRT_exception_ctor
- DEFINE_ALIAS ??0exception@@QAE@ABQBDH@Z, MSVCRT_exception_ctor_noalloc
- DEFINE_ALIAS ??0exception@@QAE@ABV0@@Z, MSVCRT_exception_copy_ctor
- DEFINE_ALIAS ??0exception@@QAE@XZ, MSVCRT_exception_default_ctor
- DEFINE_ALIAS ??1exception@@UAE@XZ, MSVCRT_exception_dtor
- DEFINE_ALIAS ??4exception@@QAEAAV0@ABV0@@Z, MSVCRT_exception_opequals
- DEFINE_ALIAS ??_Eexception@@UAEPAXI@Z, MSVCRT_exception_vector_dtor
- DEFINE_ALIAS ??_Gexception@@UAEPAXI@Z, MSVCRT_exception_scalar_dtor
- DEFINE_ALIAS ?what@exception@@UBEPBDXZ, MSVCRT_what_exception
- DEFINE_ALIAS ??0bad_typeid@@QAE@ABV0@@Z, MSVCRT_bad_typeid_copy_ctor
- DEFINE_ALIAS ??0bad_typeid@@QAE@PBD@Z, MSVCRT_bad_typeid_ctor
- DEFINE_ALIAS ??_Fbad_typeid@@QAEXXZ, MSVCRT_bad_typeid_default_ctor
- DEFINE_ALIAS ??1bad_typeid@@UAE@XZ, MSVCRT_bad_typeid_dtor
- DEFINE_ALIAS ??4bad_typeid@@QAEAAV0@ABV0@@Z, MSVCRT_bad_typeid_opequals
- DEFINE_ALIAS ??_Ebad_typeid@@UAEPAXI@Z, MSVCRT_bad_typeid_vector_dtor
- DEFINE_ALIAS ??_Gbad_typeid@@UAEPAXI@Z, MSVCRT_bad_typeid_scalar_dtor
- DEFINE_ALIAS ??0__non_rtti_object@@QAE@ABV0@@Z, MSVCRT___non_rtti_object_copy_ctor
- DEFINE_ALIAS ??0__non_rtti_object@@QAE@PBD@Z, MSVCRT___non_rtti_object_ctor
- DEFINE_ALIAS ??1__non_rtti_object@@UAE@XZ, MSVCRT___non_rtti_object_dtor
- DEFINE_ALIAS ??4__non_rtti_object@@QAEAAV0@ABV0@@Z,
MSVCRT___non_rtti_object_opequals
- DEFINE_ALIAS ??_E__non_rtti_object@@UAEPAXI@Z, MSVCRT___non_rtti_object_vector_dtor
- DEFINE_ALIAS ??_G__non_rtti_object@@UAEPAXI@Z, MSVCRT___non_rtti_object_scalar_dtor
- DEFINE_ALIAS ??0bad_cast@@AAE@PBQBD@Z, MSVCRT_bad_cast_ctor
- DEFINE_ALIAS ??0bad_cast@@QAE@ABQBD@Z, MSVCRT_bad_cast_ctor
- DEFINE_ALIAS ??0bad_cast@@QAE@ABV0@@Z, MSVCRT_bad_cast_copy_ctor
- DEFINE_ALIAS ??0bad_cast@@QAE@PBD@Z, MSVCRT_bad_cast_ctor_charptr
- DEFINE_ALIAS ??_Fbad_cast@@QAEXXZ, MSVCRT_bad_cast_default_ctor
- DEFINE_ALIAS ??1bad_cast@@UAE@XZ, MSVCRT_bad_cast_dtor
- DEFINE_ALIAS ??4bad_cast@@QAEAAV0@ABV0@@Z, MSVCRT_bad_cast_opequals
- DEFINE_ALIAS ??_Ebad_cast@@UAEPAXI@Z, MSVCRT_bad_cast_vector_dtor
- DEFINE_ALIAS ??_Gbad_cast@@UAEPAXI@Z, MSVCRT_bad_cast_scalar_dtor
- DEFINE_ALIAS ??8type_info@@QBEHABV0@@Z, MSVCRT_type_info_opequals_equals
- DEFINE_ALIAS ??9type_info@@QBEHABV0@@Z, MSVCRT_type_info_opnot_equals
- DEFINE_ALIAS ?before@type_info@@QBEHABV1@@Z, MSVCRT_type_info_before
- DEFINE_ALIAS ??1type_info@@UAE@XZ, MSVCRT_type_info_dtor
- DEFINE_ALIAS ?name@type_info@@QBEPBDXZ, MSVCRT_type_info_name
- DEFINE_ALIAS ?raw_name@type_info@@QBEPBDXZ, MSVCRT_type_info_raw_name
-
- DEFINE_ALIAS ??_V@YAXPAX@Z, MSVCRT_operator_delete
- DEFINE_ALIAS ??2@YAPAXI@Z, MSVCRT_operator_new
- DEFINE_ALIAS ?_query_new_handler@@YAP6AHI@ZXZ, MSVCRT__query_new_handler
- DEFINE_ALIAS ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z, MSVCRT__set_new_handler
- DEFINE_ALIAS ?set_new_handler@@YAP6AXXZP6AXXZ@Z, MSVCRT_set_new_handler
- DEFINE_ALIAS ?_query_new_mode@@YAHXZ, MSVCRT__query_new_mode
- DEFINE_ALIAS ?_set_new_mode@@YAHH@Z, MSVCRT__set_new_mode
- DEFINE_ALIAS ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z,
MSVCRT__set_se_translator
- DEFINE_ALIAS ?set_terminate@@YAP6AXXZP6AXXZ@Z, MSVCRT_set_terminate
- DEFINE_ALIAS ?set_unexpected@@YAP6AXXZP6AXXZ@Z, MSVCRT_set_unexpected
- DEFINE_ALIAS ?terminate@@YAXXZ, MSVCRT_terminate
- DEFINE_ALIAS ?unexpected@@YAXXZ, MSVCRT_unexpected
+ DEFINE_ALIAS ??0__non_rtti_object@@QAA@ABV0@@Z, MSVCRT___non_rtti_object_copy_ctor
+ DEFINE_ALIAS ??0__non_rtti_object@@QAA@PBD@Z, MSVCRT___non_rtti_object_ctor
+ DEFINE_ALIAS ??0bad_cast@@AAA@PBQBD@Z, MSVCRT_bad_cast_ctor // private: __cdecl
bad_cast::bad_cast(char const * const *)
+ DEFINE_ALIAS ??0bad_cast@@QAA@ABV0@@Z, MSVCRT_bad_cast_copy_ctor // public: __cdecl
bad_cast::bad_cast(class bad_cast const &)
+ DEFINE_ALIAS ??0bad_cast@@QAA@PBD@Z, MSVCRT_bad_cast_ctor // public: __cdecl
bad_cast::bad_cast(char const *)
+ DEFINE_ALIAS ??0bad_typeid@@QAA@ABV0@@Z, MSVCRT_bad_typeid_copy_ctor // public:
__cdecl bad_typeid::bad_typeid(class bad_typeid const &)
+ DEFINE_ALIAS ??0bad_typeid@@QAA@PBD@Z, MSVCRT_bad_typeid_ctor // public: __cdecl
bad_typeid::bad_typeid(char const *)
+ DEFINE_ALIAS ??0exception@@QAA@ABQBD@Z, MSVCRT_exception_ctor // public: __cdecl
exception::exception(char const * const &)
+ DEFINE_ALIAS ??0exception@@QAA@ABQBDH@Z, MSVCRT_exception_ctor_noalloc // public:
__cdecl exception::exception(char const * const &,int)
+ DEFINE_ALIAS ??0exception@@QAA@ABV0@@Z, MSVCRT_exception_copy_ctor // public: __cdecl
exception::exception(class exception const &)
+ DEFINE_ALIAS ??0exception@@QAA@XZ, MSVCRT_exception_default_ctor // public: __cdecl
exception::exception(void)
+ DEFINE_ALIAS ??1__non_rtti_object@@UAA@XZ, MSVCRT___non_rtti_object_dtor // public:
virtual __cdecl __non_rtti_object::~__non_rtti_object(void)
+ DEFINE_ALIAS ??1bad_cast@@UAA@XZ, MSVCRT_bad_cast_dtor // public: virtual __cdecl
bad_cast::~bad_cast(void)
+ DEFINE_ALIAS ??1bad_typeid@@UAA@XZ, MSVCRT_bad_typeid_dtor // public: virtual __cdecl
bad_typeid::~bad_typeid(void)
+ DEFINE_ALIAS ??1exception@@UAA@XZ, MSVCRT_exception_dtor // public: virtual __cdecl
exception::~exception(void)
+ DEFINE_ALIAS ??1type_info@@UAA@XZ, MSVCRT_type_info_dtor // public: virtual __cdecl
type_info::~type_info(void)
+ DEFINE_ALIAS ??2@YAPAXI@Z, MSVCRT_operator_new // void * __cdecl operator
new(unsigned int)
+ DEFINE_ALIAS ??2@YAPAXIHPBDH@Z, MSVCRT_operator_new_dbg // void * __cdecl operator
new(unsigned int,int,char const *,int)
+ DEFINE_ALIAS ??3@YAXPAX@Z, MSVCRT_operator_delete // void __cdecl operator
delete(void *)
+ DEFINE_ALIAS ??4__non_rtti_object@@QAAAAV0@ABV0@@Z, MSVCRT___non_rtti_object_opequals
// public: class __non_rtti_object & __cdecl __non_rtti_object::operator=(class
__non_rtti_object const &)
+ DEFINE_ALIAS ??4bad_cast@@QAAAAV0@ABV0@@Z, MSVCRT_bad_cast_opequals // public: class
bad_cast & __cdecl bad_cast::operator=(class bad_cast const &)
+ DEFINE_ALIAS ??4bad_typeid@@QAAAAV0@ABV0@@Z, MSVCRT_bad_typeid_opequals // public:
class bad_typeid & __cdecl bad_typeid::operator=(class bad_typeid const &)
+ DEFINE_ALIAS ??4exception@@QAAAAV0@ABV0@@Z, MSVCRT_exception_opequals // public:
class exception & __cdecl exception::operator=(class exception const &)
+ DEFINE_ALIAS ??8type_info@@QBAHABV0@@Z, MSVCRT_type_info_opequals_equals // public:
int __cdecl type_info::operator==(class type_info const &)const
+ DEFINE_ALIAS ??9type_info@@QBAHABV0@@Z, MSVCRT_type_info_opnot_equals // public: int
__cdecl type_info::operator!=(class type_info const &)const
+ DEFINE_ALIAS ??_Fbad_cast@@QAAXXZ, MSVCRT_bad_cast_default_ctor // public: void
__cdecl bad_cast::`default constructor closure'(void)
+ DEFINE_ALIAS ??_Fbad_typeid@@QAAXXZ, MSVCRT_bad_typeid_default_ctor // public: void
__cdecl bad_typeid::`default constructor closure'(void)
+ DEFINE_ALIAS ??_U@YAPAXI@Z, MSVCRT_operator_new // void * __cdecl operator
new[](unsigned int)
+ DEFINE_ALIAS ??_U@YAPAXIHPBDH@Z, MSVCRT_operator_new_dbg // void * __cdecl operator
new[](unsigned int,int,char const *,int)
+ DEFINE_ALIAS ??_V@YAXPAX@Z, MSVCRT_operator_delete // void __cdecl operator
delete[](void *)
+ DEFINE_ALIAS ?_query_new_handler@@YAP6AHI@ZXZ, MSVCRT__query_new_handler // int
(__cdecl*__cdecl _query_new_handler(void))(unsigned int)
+ DEFINE_ALIAS ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z, MSVCRT__set_new_handler // int
(__cdecl*__cdecl _set_new_handler(int (__cdecl*)(unsigned int)))(unsigned int)
+ DEFINE_ALIAS ?_set_new_mode@@YAHH@Z, MSVCRT__set_new_mode // int __cdecl
_set_new_mode(int)
+ DEFINE_ALIAS ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z,
MSVCRT__set_se_translator // void (__cdecl*__cdecl _set_se_translator(void
(__cdecl*)(unsigned int,struct _EXCEPTION_POINTERS *)))(unsigned int,struct
_EXCEPTION_POINTERS *)
+ DEFINE_ALIAS ?before@type_info@@QBAHABV1@@Z, MSVCRT_type_info_before // public: int
__cdecl type_info::before(class type_info const &)const
+ DEFINE_ALIAS ?name@type_info@@QBAPBDXZ, MSVCRT_type_info_name // public: char const *
__cdecl type_info::name(void)const
+ DEFINE_ALIAS ?raw_name@type_info@@QBAPBDXZ, MSVCRT_type_info_raw_name // public: char
const * __cdecl type_info::raw_name(void)const
+ DEFINE_ALIAS ?set_terminate@@YAP6AXXZP6AXXZ@Z, MSVCRT_set_terminate // void
(__cdecl*__cdecl set_terminate(void (__cdecl*)(void)))(void)
+ DEFINE_ALIAS ?set_unexpected@@YAP6AXXZP6AXXZ@Z, MSVCRT_set_unexpected // void
(__cdecl*__cdecl set_unexpected(void (__cdecl*)(void)))(void)
+ DEFINE_ALIAS ?terminate@@YAXXZ, MSVCRT_terminate // void __cdecl terminate(void)
+ DEFINE_ALIAS ?unexpected@@YAXXZ, MSVCRT_unexpected // void __cdecl unexpected(void)
+ DEFINE_ALIAS ?what@exception@@UBAPBDXZ, MSVCRT_what_exception // public: virtual char
const * __cdecl exception::what(void)const
#undef _MSVCRT_
MACRO
@@ -108,13 +101,13 @@
GBLS FuncName
- EXTERN MSVCRT_operator_delete
- __ExportName ??3@YAXPAX@Z
- b MSVCRT_operator_delete
+ //EXTERN MSVCRT_operator_delete
+ //__ExportName ??3@YAXPAX@Z
+ //b MSVCRT_operator_delete
- EXTERN MSVCRT_operator_new
- __ExportName ??_U@YAPAXI@Z
- b MSVCRT_operator_new
+ //EXTERN MSVCRT_operator_new
+ //__ExportName ??_U@YAPAXI@Z
+ //b MSVCRT_operator_new
END
/* EOF */