在 2024-06-04 05:39, Pali Rohár 写道:
Symbols @_calloc_crt@8, @_malloc_crt@4 and @_realloc_crt@8 are exported from msvcr80 DLL libraries with their @suffix decoration. This is not usual.Those decorated symbols refers to fastcall function calling convention.
And those seem to be mere thunks to 'real' functions. Not only are fastcall ones not exported from other MSVCR* DLLs, they are unlikely to be useful, as functions can't be both cdecl and stdcall.
I think we may just omit them for simplification. -- Best regards, LIU Hao
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public