Lines Matching refs:stdcall
17 Add support for stdcall, thiscall, and fastcall on non-Windows
20 Linux supports the stdcall calling convention, either via
21 functions explicitly declared with the stdcall attribute, or via
22 code compiled with -mrtd which effectively makes stdcall the
1267 (ffi_call): Add support for stdcall/thiscall convention.
2501 * src/x86/ffitarget.h, src/x86/ffi.c: Merge stdcall changes from
2507 stdcall changes.
2522 * testsuite/libffi.call/closure_stdcall.c: Add test for stdcall
2524 * src/x86/ffitarget.h: Increase size of trampoline for stdcall
2526 * src/x86/win32.S: Add assembly for stdcall closure.
2527 * src/x86/ffi.c: Initialize stdcall closure trampoline.
5308 stdcall versions of the "my_strlen" and "many"
5310 Added test cases to test stdcall invocation using
6568 * testsuite/libffi.call/closure_stdcall.c: Add test for stdcall
6570 * src/x86/ffitarget.h: Increase size of trampoline for stdcall
6572 * src/x86/win32.S: Add assembly for stdcall closure.
6573 * src/x86/ffi.c: Initialize stdcall closure trampoline.