Searched defs:dll_info (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dinterception_agent.cc65 const DllPatchInfo* dll_info) {
67 current_name.Length = static_cast<USHORT>(g_nt.wcslen(dll_info->dll_name) *
70 current_name.Buffer = const_cast<wchar_t*>(dll_info->dll_name);
87 DllPatchInfo* dll_info = interceptions_->dll_list; local
90 if (DllMatch(full_path, name, dll_info))
93 dll_info = reinterpret_cast<DllPatchInfo*>(
94 reinterpret_cast<char*>(dll_info) + dll_info->record_bytes);
102 if (dll_info->unload_module)
110 dll_info
63 DllMatch(const UNICODE_STRING* full_path, const UNICODE_STRING* name, const DllPatchInfo* dll_info) argument
148 PatchDll(const DllPatchInfo* dll_info, DllInterceptionData* thunks) argument
[all...]
H A Dinterception.cc189 DllPatchInfo* dll_info = shared_memory->dll_list; local
195 buffer = dll_info;
215 if (!SetupInterceptionInfo(*rest, &buffer, &buffer_bytes, dll_info))
224 dll_info = reinterpret_cast<DllPatchInfo*>(buffer);
241 DllPatchInfo* dll_info = reinterpret_cast<DllPatchInfo*>(*buffer); local
254 dll_info->unload_module = (data.type == INTERCEPTION_UNLOAD_MODULE);
255 dll_info->record_bytes = required;
256 dll_info->offset_to_functions = required;
257 dll_info->num_functions = 0;
258 data.dll._Copy_s(dll_info
[all...]

Completed in 754 milliseconds