Home
last modified time | relevance | path

Searched refs:DLL_FUNC_VAR (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dplatform-win32.cc1089 #define DLL_FUNC_VAR(name) _##name macro
1162 #define DEF_DLL_FUNCTION(name) DLL_FUNC_TYPE(name) DLL_FUNC_VAR(name) = NULL;
1184 DLL_FUNC_VAR(name) = \ in TLHELP32_FUNCTION_LIST()
1199 DLL_FUNC_VAR(name) = \ in TLHELP32_FUNCTION_LIST()
1208 #define DLL_FUNC_LOADED(name) (DLL_FUNC_VAR(name) != NULL) && in TLHELP32_FUNCTION_LIST()