Searched refs:preamble_stub (Results 1 – 2 of 2) sorted by relevance
54 unsigned char* preamble_stub, in RawPatchWithStub() argument59 (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()
66 void* preamble_stub, size_t stub_size) { in Patch() argument68 reinterpret_cast<unsigned char*>(preamble_stub), in Patch()104 unsigned char* preamble_stub,