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

  /external/chromium_org/sandbox/win/src/sidestep/
preamble_patcher.h 21 enum SideStepError {
65 static SideStepError Patch(T target_function, T replacement_function,
102 static SideStepError RawPatchWithStub(void* target_function,
preamble_patcher_with_stub.cpp 49 SideStepError PreamblePatcher::RawPatchWithStub(
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.h 75 enum SideStepError {
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 PatchMovWithDisplacement(unsigned char* source
    [all...]
preamble_patcher.cc 156 SideStepError PreamblePatcher::RawPatchWithStubAndProtections(
173 SideStepError error_code = RawPatchWithStub(target_function,
221 SideStepError PreamblePatcher::RawPatch(void* target_function,
255 SideStepError error_code = RawPatchWithStubAndProtections(
290 SideStepError PreamblePatcher::Unpatch(void* target_function,
349 SideStepError jump_ret = SIDESTEP_JUMP_INSTRUCTION;
572 SideStepError PreamblePatcher::PatchShortConditionalJump(
603 SideStepError PreamblePatcher::PatchNearJumpOrCall(
654 SideStepError PreamblePatcher::PatchMovWithDisplacement(
preamble_patcher_with_stub.cc 55 SideStepError PreamblePatcher::RawPatchWithStub(
147 SideStepError jump_ret = SIDESTEP_JUMP_INSTRUCTION;
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.h 75 enum SideStepError {
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 PatchMovWithDisplacement(unsigned char* source
    [all...]
preamble_patcher.cc 156 SideStepError PreamblePatcher::RawPatchWithStubAndProtections(
173 SideStepError error_code = RawPatchWithStub(target_function,
221 SideStepError PreamblePatcher::RawPatch(void* target_function,
255 SideStepError error_code = RawPatchWithStubAndProtections(
290 SideStepError PreamblePatcher::Unpatch(void* target_function,
349 SideStepError jump_ret = SIDESTEP_JUMP_INSTRUCTION;
572 SideStepError PreamblePatcher::PatchShortConditionalJump(
603 SideStepError PreamblePatcher::PatchNearJumpOrCall(
654 SideStepError PreamblePatcher::PatchMovWithDisplacement(
preamble_patcher_with_stub.cc 55 SideStepError PreamblePatcher::RawPatchWithStub(
147 SideStepError jump_ret = SIDESTEP_JUMP_INSTRUCTION;
  /external/chromium_org/sandbox/win/src/
sidestep_resolver.cc 56 sidestep::SideStepError rv = sidestep::PreamblePatcher::Patch(
  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 405 sidestep::SideStepError patch_result =

Completed in 2789 milliseconds