Home
last modified time | relevance | path

Searched refs:interceptor_address (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dinterception.cc83 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()
Dinterception_internal.h33 const void* interceptor_address; member
Dinterception_unittest.cc62 EXPECT_TRUE(NULL == function->interceptor_address); in WalkBuffer()
64 EXPECT_TRUE(NULL != function->interceptor_address); in WalkBuffer()
Dinterception.h142 const void* interceptor_address; // Interceptor's entry point. member
Dinterception_agent.cc179 function->interceptor_address, in PatchDll()