OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:interceptor_base
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
interception_internal.h
51
void*
interceptor_base
;
member in struct:sandbox::SharedMemory
interception.cc
193
shared_memory->
interceptor_base
= names_used_ ? child_->MainModule() : NULL;
469
char*
interceptor_base
= NULL;
local
472
interceptor_base
= reinterpret_cast<char*>(child_->MainModule());
516
it->interceptor_address =
interceptor_base
+ (address -
521
interceptor_base
,
Completed in 67 milliseconds