OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interceptor_address
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/win/src/
interception_internal.h
33
const void*
interceptor_address
;
member in struct:sandbox::FunctionInfo
interception.cc
83
function.
interceptor_address
= replacement_code_address;
99
function.
interceptor_address
= NULL;
113
module_to_unload.
interceptor_address
= reinterpret_cast<void*>(1);
298
function->
interceptor_address
= data.
interceptor_address
;
506
if (NULL == it->
interceptor_address
) {
516
it->
interceptor_address
= interceptor_base + (address -
524
it->
interceptor_address
,
interception.h
142
const void*
interceptor_address
; // Interceptor's entry point.
member in struct:sandbox::InterceptionManager::InterceptionData
interception_unittest.cc
62
EXPECT_TRUE(NULL == function->
interceptor_address
);
64
EXPECT_TRUE(NULL != function->
interceptor_address
);
interception_agent.cc
179
function->
interceptor_address
,
Completed in 46 milliseconds