Home
last modified time | relevance | path

Searched refs:SideStepError (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
Dpreamble_patcher.h75 enum SideStepError { enum
167 static SideStepError Patch(T target_function, in Patch()
202 static SideStepError Patch(LPCTSTR module_name, in Patch()
264 static SideStepError RawPatch(void* target_function,
292 static SideStepError Unpatch(void* target_function,
389 static SideStepError RawPatchWithStubAndProtections(
420 static SideStepError RawPatchWithStub(void* target_function,
544 static SideStepError PatchShortConditionalJump(unsigned char* source,
579 static SideStepError PatchNearJumpOrCall(unsigned char* source,
602 static SideStepError PatchMovWithDisplacement(unsigned char* source,
Dpreamble_patcher.cc156 SideStepError PreamblePatcher::RawPatchWithStubAndProtections( in RawPatchWithStubAndProtections()
173 SideStepError error_code = RawPatchWithStub(target_function, in RawPatchWithStubAndProtections()
221 SideStepError PreamblePatcher::RawPatch(void* target_function, in RawPatch()
255 SideStepError error_code = RawPatchWithStubAndProtections( in RawPatch()
290 SideStepError PreamblePatcher::Unpatch(void* target_function, in Unpatch()
349 SideStepError jump_ret = SIDESTEP_JUMP_INSTRUCTION; in Unpatch()
572 SideStepError PreamblePatcher::PatchShortConditionalJump( in PatchShortConditionalJump()
603 SideStepError PreamblePatcher::PatchNearJumpOrCall( in PatchNearJumpOrCall()
654 SideStepError PreamblePatcher::PatchMovWithDisplacement( in PatchMovWithDisplacement()
Dpreamble_patcher_with_stub.cc55 SideStepError PreamblePatcher::RawPatchWithStub( in RawPatchWithStub()
147 SideStepError jump_ret = SIDESTEP_JUMP_INSTRUCTION; in RawPatchWithStub()
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
Dpreamble_patcher.h75 enum SideStepError { enum
167 static SideStepError Patch(T target_function, in Patch()
202 static SideStepError Patch(LPCTSTR module_name, in Patch()
264 static SideStepError RawPatch(void* target_function,
292 static SideStepError Unpatch(void* target_function,
389 static SideStepError RawPatchWithStubAndProtections(
420 static SideStepError RawPatchWithStub(void* target_function,
544 static SideStepError PatchShortConditionalJump(unsigned char* source,
579 static SideStepError PatchNearJumpOrCall(unsigned char* source,
602 static SideStepError PatchMovWithDisplacement(unsigned char* source,
Dpreamble_patcher.cc156 SideStepError PreamblePatcher::RawPatchWithStubAndProtections( in RawPatchWithStubAndProtections()
173 SideStepError error_code = RawPatchWithStub(target_function, in RawPatchWithStubAndProtections()
221 SideStepError PreamblePatcher::RawPatch(void* target_function, in RawPatch()
255 SideStepError error_code = RawPatchWithStubAndProtections( in RawPatch()
290 SideStepError PreamblePatcher::Unpatch(void* target_function, in Unpatch()
349 SideStepError jump_ret = SIDESTEP_JUMP_INSTRUCTION; in Unpatch()
572 SideStepError PreamblePatcher::PatchShortConditionalJump( in PatchShortConditionalJump()
603 SideStepError PreamblePatcher::PatchNearJumpOrCall( in PatchNearJumpOrCall()
654 SideStepError PreamblePatcher::PatchMovWithDisplacement( in PatchMovWithDisplacement()
Dpreamble_patcher_with_stub.cc55 SideStepError PreamblePatcher::RawPatchWithStub( in RawPatchWithStub()
147 SideStepError jump_ret = SIDESTEP_JUMP_INSTRUCTION; in RawPatchWithStub()
/external/chromium_org/tools/memory_watcher/
Dpreamble_patcher.h28 enum SideStepError { enum
118 static SideStepError Patch(T target_function, in Patch()
153 static SideStepError Patch(LPCTSTR module_name, in Patch()
213 static SideStepError RawPatch(void* target_function,
241 static SideStepError Unpatch(void* target_function,
275 static SideStepError RawPatchWithStubAndProtections(void* target_function,
284 static SideStepError RawPatchWithStub(void* target_function,
Dpreamble_patcher.cc18 SideStepError PreamblePatcher::RawPatchWithStubAndProtections( in RawPatchWithStubAndProtections()
37 SideStepError error_code = RawPatchWithStub(target_function, in RawPatchWithStubAndProtections()
80 SideStepError PreamblePatcher::RawPatch(void* target_function, in RawPatch()
112 SideStepError error_code = RawPatchWithStubAndProtections(target_function, in RawPatch()
135 SideStepError PreamblePatcher::Unpatch(void* target_function, in Unpatch()
Dpreamble_patcher_with_stub.cc19 SideStepError PreamblePatcher::RawPatchWithStub( in RawPatchWithStub()
/external/chromium_org/sandbox/win/src/sidestep/
Dpreamble_patcher.h21 enum SideStepError { enum
65 static SideStepError Patch(T target_function, T replacement_function, in Patch()
102 static SideStepError RawPatchWithStub(void* target_function,
Dpreamble_patcher_with_stub.cpp49 SideStepError PreamblePatcher::RawPatchWithStub( in RawPatchWithStub()
/external/chromium_org/sandbox/win/src/
Dsidestep_resolver.cc56 sidestep::SideStepError rv = sidestep::PreamblePatcher::Patch( in Setup()
/external/chromium_org/components/breakpad/app/
Dbreakpad_win.cc577 sidestep::SideStepError patch_result = in InitTerminateProcessHooks()