HomeSort by relevance Sort by last modified time
    Searched refs:Unpatch (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/base/win/
iat_patch_function.h 31 // during Unpatch
42 // to Unpatch(), which will call FreeLibrary() and allow the module to be
50 // Unpatch the IAT entry using internally saved original
54 DWORD Unpatch();
iat_patch_function.cc 196 // We cannot unpatch in this case, just raise a red flag.
217 DWORD error = Unpatch();
255 DWORD IATPatchFunction::Unpatch() {
261 // Hands off the intercept if we fail to unpatch.
262 // If IATPatchFunction::Unpatch fails during RestoreImportedFunction
263 // it means that we cannot safely unpatch the import address table
265 // trying to unpatch again in the destructor of IATPatchFunction is
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
patch_functions.cc 144 // .dll's), and we need to patch/unpatch them all. This defines
255 void Unpatch();
330 void Unpatch();
551 // Since we've patched Unpatch() not to delete origstub_fn_ (it
569 void LibcInfoWithPatchFunctions<T>::Unpatch() {
570 // We have to cast our GenericFnPtrs to void* for unpatch. This is
575 PreamblePatcher::Unpatch((void*)windows_fn_[i],
593 // Since we've patched Unpatch() not to delete origstub_fn_ (it
608 void WindowsInfo::Unpatch() {
609 // We have to cast our GenericFnPtrs to void* for unpatch. This i
    [all...]
auto_testing_hook.h 74 // This class helps patch a function, then unpatch it when the object exits
103 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Unpatch(
preamble_patcher.h 105 // can unpatch a function using Unpatch().
260 // However, it is quite difficult to unpatch a method (because other
288 // Unpatch(VirtualAlloc, MyVirtualAlloc, origptr);
292 static SideStepError Unpatch(void* target_function,
preamble_patcher_test.cc 58 // error C2782: 'sidestep::SideStepError `anonymous-namespace'::Unpatch(T,T,T *)' : template parameter 'T' is ambiguous
62 #define UNPATCH(target_function, replacement_function, original_function_stub) \
63 sidestep::PreamblePatcher::Unpatch((void*)(target_function), \
145 UNPATCH(IncrementNumber,
160 UNPATCH(JumpShortCondFunction,
175 UNPATCH(JumpNearCondFunction,
190 UNPATCH(JumpAbsoluteFunction,
206 UNPATCH(CallNearRelativeFunction,
253 UNPATCH(IncrementNumber,
270 UNPATCH(IncrementNumber
    [all...]
preamble_patcher.cc 191 // cause our client code not to unpatch it. So we just keep
215 // code not to unpatch it. So we just keep going.
279 // code not to unpatch it. So we just keep going.
290 SideStepError PreamblePatcher::Unpatch(void* target_function,
410 SIDESTEP_LOG("PreamblePatcher::Unpatch successfully unpatched.");
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
patch_functions.cc 144 // .dll's), and we need to patch/unpatch them all. This defines
255 void Unpatch();
330 void Unpatch();
551 // Since we've patched Unpatch() not to delete origstub_fn_ (it
569 void LibcInfoWithPatchFunctions<T>::Unpatch() {
570 // We have to cast our GenericFnPtrs to void* for unpatch. This is
575 PreamblePatcher::Unpatch((void*)windows_fn_[i],
593 // Since we've patched Unpatch() not to delete origstub_fn_ (it
608 void WindowsInfo::Unpatch() {
609 // We have to cast our GenericFnPtrs to void* for unpatch. This i
    [all...]
auto_testing_hook.h 74 // This class helps patch a function, then unpatch it when the object exits
103 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Unpatch(
preamble_patcher.h 105 // can unpatch a function using Unpatch().
260 // However, it is quite difficult to unpatch a method (because other
288 // Unpatch(VirtualAlloc, MyVirtualAlloc, origptr);
292 static SideStepError Unpatch(void* target_function,
preamble_patcher_test.cc 58 // error C2782: 'sidestep::SideStepError `anonymous-namespace'::Unpatch(T,T,T *)' : template parameter 'T' is ambiguous
62 #define UNPATCH(target_function, replacement_function, original_function_stub) \
63 sidestep::PreamblePatcher::Unpatch((void*)(target_function), \
145 UNPATCH(IncrementNumber,
160 UNPATCH(JumpShortCondFunction,
175 UNPATCH(JumpNearCondFunction,
190 UNPATCH(JumpAbsoluteFunction,
206 UNPATCH(CallNearRelativeFunction,
253 UNPATCH(IncrementNumber,
270 UNPATCH(IncrementNumber
    [all...]
preamble_patcher.cc 191 // cause our client code not to unpatch it. So we just keep
215 // code not to unpatch it. So we just keep going.
279 // code not to unpatch it. So we just keep going.
290 SideStepError PreamblePatcher::Unpatch(void* target_function,
410 SIDESTEP_LOG("PreamblePatcher::Unpatch successfully unpatched.");
  /external/chromium_org/tools/memory_watcher/
preamble_patcher.h 56 // can unpatch a function using Unpatch().
209 // However, it is quite difficult to unpatch a method (because other
237 // Unpatch(VirtualAlloc, MyVirtualAlloc, origptr);
241 static SideStepError Unpatch(void* target_function,
preamble_patcher.cc 57 // code not to unpatch it. So we just keep going.
74 // code not to unpatch it. So we just keep going.
135 SideStepError PreamblePatcher::Unpatch(void* target_function,
223 VLOG(1) << "PreamblePatcher::Unpatch successfully unpatched 0x"
memory_hook.cc 129 sidestep::PreamblePatcher::Unpatch(original_function_,
155 // To unpatch, we also need to keep around a "stub" that points to the
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 423 // Unpatch if this is the last plugin instance.
428 g_iat_patch_set_cursor.Pointer()->Unpatch();
431 g_iat_patch_track_popup_menu.Pointer()->Unpatch();
434 g_iat_patch_reg_enum_key_ex_w.Pointer()->Unpatch();
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 387 begin_paint_.Unpatch();
388 end_paint_.Unpatch();
504 // We balance our reference count and unpatch when the last instance has
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_win.cc 447 begin_paint_.Unpatch();
448 end_paint_.Unpatch();
577 // We balance our reference count and unpatch when the last instance has
    [all...]

Completed in 7785 milliseconds