Searched refs:interceptor_address (Results 1 – 5 of 5) sorted by relevance
83 function.interceptor_address = replacement_code_address; in AddToPatchedFunctions()99 function.interceptor_address = NULL; in AddToPatchedFunctions()113 module_to_unload.interceptor_address = reinterpret_cast<void*>(1); in AddToUnloadModules()298 function->interceptor_address = data.interceptor_address; in SetupInterceptionInfo()506 if (NULL == it->interceptor_address) { in PatchClientFunctions()516 it->interceptor_address = interceptor_base + (address - in PatchClientFunctions()524 it->interceptor_address, in PatchClientFunctions()
33 const void* interceptor_address; member
62 EXPECT_TRUE(NULL == function->interceptor_address); in WalkBuffer()64 EXPECT_TRUE(NULL != function->interceptor_address); in WalkBuffer()
142 const void* interceptor_address; // Interceptor's entry point. member
179 function->interceptor_address, in PatchDll()