Home
last modified time | relevance | path

Searched refs:DllPatchInfo (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dinterception_agent.h21 struct DllPatchInfo;
63 const DllPatchInfo* dll_info);
69 bool PatchDll(const DllPatchInfo* dll_info, DllInterceptionData* thunks);
Dinterception_internal.h39 struct DllPatchInfo { struct
52 DllPatchInfo dll_list[1]; // placeholder for the list of dlls argument
Dinterception_agent.cc65 const DllPatchInfo* dll_info) { in DllMatch()
87 DllPatchInfo* dll_info = interceptions_->dll_list; in OnDllLoad()
93 dll_info = reinterpret_cast<DllPatchInfo*>( in OnDllLoad()
148 bool InterceptionAgent::PatchDll(const DllPatchInfo* dll_info, in PatchDll()
Dinterception.cc158 buffer_bytes += RoundUpToMultiple(offsetof(DllPatchInfo, dll_name) + in GetBufferSize()
189 DllPatchInfo* dll_info = shared_memory->dll_list; in SetupConfigBuffer()
224 dll_info = reinterpret_cast<DllPatchInfo*>(buffer); in SetupConfigBuffer()
241 DllPatchInfo* dll_info = reinterpret_cast<DllPatchInfo*>(*buffer); in SetupDllInfo()
244 size_t required = offsetof(DllPatchInfo, dll_name) + in SetupDllInfo()
267 DllPatchInfo* dll_info) const { in SetupInterceptionInfo()
Dinterception.h26 struct DllPatchInfo;
181 DllPatchInfo* dll_info) const;
Dinterception_unittest.cc37 DllPatchInfo *dll = &memory->dll_list[0]; in WalkBuffer()
73 dll = reinterpret_cast<DllPatchInfo*>(reinterpret_cast<char*>(dll) + in WalkBuffer()