OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DllPatchInfo
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sandbox/win/src/
interception_agent.h
21
struct
DllPatchInfo
;
63
const
DllPatchInfo
* dll_info);
69
bool PatchDll(const
DllPatchInfo
* dll_info, DllInterceptionData* thunks);
interception_internal.h
39
struct
DllPatchInfo
{
52
DllPatchInfo
dll_list[1]; // placeholder for the list of dlls
interception.h
26
struct
DllPatchInfo
;
181
DllPatchInfo
* dll_info) const;
interception_agent.cc
65
const
DllPatchInfo
* dll_info) {
87
DllPatchInfo
* dll_info = interceptions_->dll_list;
93
dll_info = reinterpret_cast<
DllPatchInfo
*>(
148
bool InterceptionAgent::PatchDll(const
DllPatchInfo
* dll_info,
interception.cc
158
buffer_bytes += RoundUpToMultiple(offsetof(
DllPatchInfo
, dll_name) +
189
DllPatchInfo
* dll_info = shared_memory->dll_list;
224
dll_info = reinterpret_cast<
DllPatchInfo
*>(buffer);
241
DllPatchInfo
* dll_info = reinterpret_cast<
DllPatchInfo
*>(*buffer);
244
size_t required = offsetof(
DllPatchInfo
, dll_name) +
267
DllPatchInfo
* dll_info) const {
interception_unittest.cc
37
DllPatchInfo
*dll = &memory->dll_list[0];
73
dll = reinterpret_cast<
DllPatchInfo
*>(reinterpret_cast<char*>(dll) +
Completed in 56 milliseconds