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

/external/chromium_org/base/win/
H A Diat_patch_function.cc17 const char* imported_from_module; member in struct:base::win::__anon4018::InterceptFunctionInformation
96 if ((0 == lstrcmpiA(module, intercept_information->imported_from_module)) &&
131 // imported_from_module Module that exports the symbol
141 const char* imported_from_module,
145 if ((NULL == module_handle) || (NULL == imported_from_module) ||
159 imported_from_module,
223 const char* imported_from_module,
238 imported_from_module,
140 InterceptImportedFunction(HMODULE module_handle, const char* imported_from_module, const char* function_name, void* new_function, void** old_function, IMAGE_THUNK_DATA** iat_thunk) argument
222 Patch(const wchar_t* module, const char* imported_from_module, const char* function_name, void* new_function) argument

Completed in 235 milliseconds