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

  /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"
  /external/chromium_org/base/win/
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.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.");
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...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
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.");
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...]

Completed in 92 milliseconds