Home
last modified time | relevance | path

Searched defs:opcodes (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp253 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 Dproxy.cpp695 …t unicode_char_t *dllName, const char *funcName, FUNCPTR newFunc, const char ** opcodes, FUNCPTR* … in ReplaceFunctionWithStore()