Searched refs:DllPatchInfo (Results 1 – 6 of 6) sorted by relevance
21 struct DllPatchInfo;63 const DllPatchInfo* dll_info);69 bool PatchDll(const DllPatchInfo* dll_info, DllInterceptionData* thunks);
39 struct DllPatchInfo { struct52 DllPatchInfo dll_list[1]; // placeholder for the list of dlls argument
65 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()
158 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()
26 struct DllPatchInfo;181 DllPatchInfo* dll_info) const;
37 DllPatchInfo *dll = &memory->dll_list[0]; in WalkBuffer()73 dll = reinterpret_cast<DllPatchInfo*>(reinterpret_cast<char*>(dll) + in WalkBuffer()