Searched refs:dll_list (Results 1 – 5 of 5) sorted by relevance
52 DllPatchInfo dll_list[1]; // placeholder for the list of dlls member
174 buffer_bytes += offsetof(SharedMemory, dll_list); in GetBufferSize()189 DllPatchInfo* dll_info = shared_memory->dll_list; in SetupConfigBuffer()194 buffer_bytes -= offsetof(SharedMemory, dll_list); in SetupConfigBuffer()
87 DllPatchInfo* dll_info = interceptions_->dll_list; in OnDllLoad()
37 DllPatchInfo *dll = &memory->dll_list[0]; in WalkBuffer()
1358 const std::vector<base::FilePath>& dll_list, in AddRegisterComDllWorkItems() argument1364 if (dll_list.empty()) { in AddRegisterComDllWorkItems()1367 std::vector<base::FilePath>::const_iterator dll_iter(dll_list.begin()); in AddRegisterComDllWorkItems()1368 for (; dll_iter != dll_list.end(); ++dll_iter) { in AddRegisterComDllWorkItems()