Home
last modified time | relevance | path

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

/external/libchrome/sandbox/win/src/sidestep/
Dpreamble_patcher_with_stub.cpp54 unsigned char* preamble_stub, in RawPatchWithStub() argument
59 (NULL == preamble_stub)) { in RawPatchWithStub()
120 RawMemcpy(reinterpret_cast<void*>(preamble_stub), in RawPatchWithStub()
131 (preamble_stub + preamble_bytes + 5)); in RawPatchWithStub()
134 preamble_stub[preamble_bytes] = ASM_JMP32REL; in RawPatchWithStub()
136 RawMemcpy(reinterpret_cast<void*>(preamble_stub + preamble_bytes + 1), in RawPatchWithStub()
Dpreamble_patcher.h66 void* preamble_stub, size_t stub_size) { in Patch() argument
68 reinterpret_cast<unsigned char*>(preamble_stub), in Patch()
104 unsigned char* preamble_stub,