Home
last modified time | relevance | path

Searched refs:replacement_function (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/win/src/sidestep/
Dpreamble_patcher.h65 static SideStepError Patch(T target_function, T replacement_function, in Patch() argument
67 return RawPatchWithStub(target_function, replacement_function, in Patch()
103 void *replacement_function,
Dpreamble_patcher_with_stub.cpp53 void* replacement_function, in RawPatchWithStub() argument
58 (NULL == replacement_function) || in RawPatchWithStub()
152 reinterpret_cast<unsigned char*>(replacement_function) - in RawPatchWithStub()