Home
last modified time | relevance | path

Searched refs:interceptor_base (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dinterception.cc193 shared_memory->interceptor_base = names_used_ ? child_->MainModule() : NULL; in SetupConfigBuffer()
469 char* interceptor_base = NULL; in PatchClientFunctions() local
472 interceptor_base = reinterpret_cast<char*>(child_->MainModule()); in PatchClientFunctions()
516 it->interceptor_address = interceptor_base + (address - in PatchClientFunctions()
521 interceptor_base, in PatchClientFunctions()
Dinterception_internal.h51 void* interceptor_base; member
Dinterception_agent.cc176 interceptions_->interceptor_base, in PatchDll()