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.cc192 shared_memory->interceptor_base = names_used_ ? child_->MainModule() : NULL; in SetupConfigBuffer()
468 char* interceptor_base = NULL; in PatchClientFunctions() local
471 interceptor_base = reinterpret_cast<char*>(child_->MainModule()); in PatchClientFunctions()
513 it->interceptor_address = interceptor_base + (address - in PatchClientFunctions()
518 interceptor_base, in PatchClientFunctions()
Dinterception_internal.h51 void* interceptor_base; member
Dinterception_agent.cc176 interceptions_->interceptor_base, in PatchDll()