Searched defs:DLL_FUNC_LOADED (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/base/platform/
H A Dplatform-win32.cc1058 #define DLL_FUNC_LOADED(name) (DLL_FUNC_VAR(name) != NULL) && macro
1060 DBGHELP_FUNCTION_LIST(DLL_FUNC_LOADED)
1061 TLHELP32_FUNCTION_LIST(DLL_FUNC_LOADED)
1063 #undef DLL_FUNC_LOADED macro

Completed in 216 milliseconds