Searched refs:intercept_information (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/win/
H A Diat_patch_function.cc47 InterceptFunctionInformation* intercept_information = local
50 if (NULL == intercept_information) {
57 if ((0 == lstrcmpiA(module, intercept_information->imported_from_module)) &&
59 (0 == lstrcmpiA(name, intercept_information->function_name))) {
61 if (NULL != intercept_information->old_function) {
62 *(intercept_information->old_function) = GetIATFunction(iat);
65 if (NULL != intercept_information->iat_thunk) {
66 *(intercept_information->iat_thunk) = iat;
71 sizeof(intercept_information->new_function), unknown_IAT_thunk_format);
74 intercept_information
118 InterceptFunctionInformation intercept_information = { local
[all...]

Completed in 1052 milliseconds