Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dplatform-win32.cc955 #define DLL_FUNC_VAR(name) _##name macro
1028 #define DEF_DLL_FUNCTION(name) DLL_FUNC_TYPE(name) DLL_FUNC_VAR(name) = NULL;
1050 DLL_FUNC_VAR(name) = \ in TLHELP32_FUNCTION_LIST()
1065 DLL_FUNC_VAR(name) = \ in TLHELP32_FUNCTION_LIST()
1074 #define DLL_FUNC_LOADED(name) (DLL_FUNC_VAR(name) != NULL) && in TLHELP32_FUNCTION_LIST()
1090 #undef DLL_FUNC_VAR