OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_to_functions
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
interception_internal.h
41
size_t
offset_to_functions
;
member in struct:sandbox::DllPatchInfo
interception_unittest.cc
42
ASSERT_EQ(0u, dll->
offset_to_functions
% sizeof(size_t));
46
reinterpret_cast<char*>(dll) + dll->
offset_to_functions
);
interception_agent.cc
154
reinterpret_cast<const char*>(dll_info) + dll_info->
offset_to_functions
);
interception.cc
256
dll_info->
offset_to_functions
= required;
Completed in 73 milliseconds