/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/ |
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...] |
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.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.");
|
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,
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
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...] |
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.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.");
|
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,
|
/external/chromium_org/tools/memory_watcher/ |
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"
|
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,
|
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/chrome_frame/ |
vtable_patch_manager_unittest.cc | 63 // Unpatch to make sure we've restored state for subsequent test. 176 // Now unpatch. 262 // Instruct the background thread to unpatch.
|
vtable_patch_manager.cc | 20 // The number of times we retry a patch/unpatch operation in case of 169 DLOG(WARNING) << "attempt to unpatch a function that wasn't patched";
|
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl_win.cc | 440 // Unpatch if this is the last plugin instance. 445 g_iat_patch_set_cursor.Pointer()->Unpatch(); 448 g_iat_patch_track_popup_menu.Pointer()->Unpatch(); 451 g_iat_patch_reg_enum_key_ex_w.Pointer()->Unpatch(); 455 g_iat_patch_window_from_point.Pointer()->Unpatch(); [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-unapply | 31 # "unpatch" script for WebKit Open Source Project, used to remove patches.
|
/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/third_party/pymock/ |
mock.py | [all...] |