HomeSort by relevance Sort by last modified time
    Searched full:intercept_information (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/
iat_patch.cc 42 InterceptFunctionInformation* intercept_information = local
45 if (NULL == intercept_information) {
52 if ((0 == lstrcmpiA(module, intercept_information->imported_from_module)) &&
54 (0 == lstrcmpiA(name, intercept_information->function_name))) {
56 if (NULL != intercept_information->old_function) {
57 *(intercept_information->old_function) = GetIATFunction(iat);
60 if (NULL != intercept_information->iat_thunk) {
61 *(intercept_information->iat_thunk) = iat;
66 sizeof(intercept_information->new_function), unknown_IAT_thunk_format);
69 intercept_information->return_code
99 InterceptFunctionInformation intercept_information = { local
    [all...]

Completed in 1288 milliseconds