Home
last modified time | relevance | path

Searched refs:stdcall (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/validation/
Dcalling-convention-attributes.c9 extern void __attribute__((stdcall)) s1(void);
10 typedef void (__attribute__((stdcall)) *s2)(void);
/third_party/boost/libs/bind/doc/bind/
Dfaq.qbk52 Yes, if you [link bind.implementation.stdcall `#define
61 Yes, if you [link bind.implementation.stdcall `#define
68 Yes, if you [link bind.implementation.stdcall `#define
90 lock-in. Had the [link bind.implementation.stdcall appropriate macros] been
Dtroubleshooting.qbk118 bind.implementation.stdcall Functions that use a different calling convention],
126 See also [link bind.implementation.stdcall `__stdcall` and `pascal` Support].
Dimplementation.qbk49 [section:stdcall `__stdcall`, `__cdecl`, `__fastcall`, and `pascal` Support]
/third_party/libffi/testsuite/libffi.call/
Dffitest.h24 #define __STDCALL__ __attribute__((stdcall))
/third_party/libffi/testsuite/libffi.closures/
Dffitest.h24 #define __STDCALL__ __attribute__((stdcall))
/third_party/mesa3d/src/gallium/targets/d3d10sw/
Dmeson.build25 _link_args_d3d10sw += '-Wl,--enable-stdcall-fixup'
/third_party/mesa3d/src/gallium/targets/wgl/
Dmeson.build24 gallium_wgl_link_args += ['-Wl,--enable-stdcall-fixup']
/third_party/boost/libs/bind/doc/mem_fn/
Dfaq.qbk38 Yes, if you [link mem_fn.implementation.stdcall `#define BOOST_MEM_FN_ENABLE_STDCALL].
Dimplementation.qbk39 [section:stdcall `__stdcall`, `__cdecl`, and `__fastcall` Support]
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.rst22 …, '__noinline__', 'used', '__syscall_linkage__', 'format_arg', 'cdecl', 'stdcall', 'fastcall', 'dl…
124 * Add test case for stdcall and cdecl attributes.
237 * Ignore the cdecl and stdcall attributes for now.
238 * Add test for typedef on pointer to function with stdcall attribute.
/third_party/flutter/skia/third_party/externals/libpng/projects/visualc71/
DREADME.txt42 * Win32_DLL_VB\libpng16vb.dll DLL build for Visual Basic, using stdcall
/third_party/skia/third_party/externals/libpng/projects/visualc71/
DREADME.txt42 * Win32_DLL_VB\libpng16vb.dll DLL build for Visual Basic, using stdcall
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
Dmeson.build24 opengl32_link_args += ['-Wl,--enable-stdcall-fixup']
/third_party/libpng/projects/visualc71/
DREADME.txt42 * Win32_DLL_VB\libpng16vb.dll DLL build for Visual Basic, using stdcall
/third_party/glib/glib/
Dgspawn-win32-helper.c58 # define _stdcall __attribute__((stdcall))
/third_party/ltp/tools/sparse/sparse-src/
Dgcc-attr-list.h171 GCC_ATTR(stdcall)
/third_party/mesa3d/src/glx/
Dmeson.build107 extra_ld_args_libgl = '-Wl,--disable-stdcall-fixup'
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrtypes.h88 #define ADDR_STDCALL __attribute__((stdcall))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h93 # define STDCALL __attribute__ ((stdcall))
/third_party/boost/boost/dll/detail/demangling/
Dmsvc.hpp166 auto const stdcall = "__stdcall" >> x3::space; variable
/third_party/python/Doc/library/
Dctypes.rst40 convention, while *windll* libraries call functions using the ``stdcall``
41 calling convention. *oledll* also uses the ``stdcall`` calling convention, and
164 :exc:`ValueError` is raised when you call an ``stdcall`` function with the
950 factory function creates types for callback functions using the ``stdcall``
1348 functions in these libraries use the ``stdcall`` calling convention, and are
1361 functions in these libraries use the ``stdcall`` calling convention, and are
1580 function accepts. Functions using the ``stdcall`` calling convention can
1668 ``stdcall`` calling convention, except on Windows CE where
/third_party/libusb/
Dconfigure.ac191 LT_LDFLAGS="${LT_LDFLAGS} -avoid-version -Wl,--add-stdcall-alias"
/third_party/libffi/
DChangeLog.old17 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.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT224 D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.

12