Searched defs:SideStepError (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/sidestep/
H A Dpreamble_patcher.h21 enum SideStepError { enum in namespace:sidestep
65 static SideStepError Patch(T target_function, T replacement_function,
102 static SideStepError RawPatchWithStub(void* target_function,
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.h75 enum SideStepError { enum in namespace:sidestep
167 static SideStepError Patch(T target_function,
202 static SideStepError Patch(LPCTSTR module_name,
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 PatchMovWithDisplacemen
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.h75 enum SideStepError { enum in namespace:sidestep
167 static SideStepError Patch(T target_function,
202 static SideStepError Patch(LPCTSTR module_name,
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 PatchMovWithDisplacemen
[all...]

Completed in 513 milliseconds