Searched defs:opcodes (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | function_replacement.cpp | 253 static UINT CheckOpcodes( const char ** opcodes, void *inpAddr, bool abortOnError, const FunctionIn… in CheckOpcodes() 435 static bool InsertTrampoline(void *inpAddr, void *targetAddr, const char ** opcodes, void** origFun… in InsertTrampoline() 478 …tionA(const char *dllName, const char *funcName, FUNCPTR newFunc, const char ** opcodes, FUNCPTR* … in ReplaceFunctionA() 518 …nW(const wchar_t *dllName, const char *funcName, FUNCPTR newFunc, const char ** opcodes, FUNCPTR* … in ReplaceFunctionW() 558 bool IsPrologueKnown(const char* dllName, const char *funcName, const char **opcodes, HMODULE modul… in IsPrologueKnown()
|
| H A D | proxy.cpp | 695 …t unicode_char_t *dllName, const char *funcName, FUNCPTR newFunc, const char ** opcodes, FUNCPTR* … in ReplaceFunctionWithStore()
|