DllPatchInfo      159 sandbox/win/src/interception.cc       buffer_bytes += RoundUpToMultiple(offsetof(DllPatchInfo, dll_name) +
DllPatchInfo      190 sandbox/win/src/interception.cc   DllPatchInfo* dll_info = shared_memory->dll_list;
DllPatchInfo      225 sandbox/win/src/interception.cc     dll_info = reinterpret_cast<DllPatchInfo*>(buffer);
DllPatchInfo      242 sandbox/win/src/interception.cc   DllPatchInfo* dll_info = reinterpret_cast<DllPatchInfo*>(*buffer);
DllPatchInfo      245 sandbox/win/src/interception.cc   size_t required = offsetof(DllPatchInfo, dll_name) +
DllPatchInfo      268 sandbox/win/src/interception.cc                                                 DllPatchInfo* dll_info) const {
DllPatchInfo       26 sandbox/win/src/interception.h struct DllPatchInfo;
DllPatchInfo      181 sandbox/win/src/interception.h                              DllPatchInfo* dll_info) const;
DllPatchInfo       65 sandbox/win/src/interception_agent.cc                                  const DllPatchInfo* dll_info) {
DllPatchInfo       87 sandbox/win/src/interception_agent.cc   DllPatchInfo* dll_info = interceptions_->dll_list;
DllPatchInfo       93 sandbox/win/src/interception_agent.cc     dll_info = reinterpret_cast<DllPatchInfo*>(
DllPatchInfo      148 sandbox/win/src/interception_agent.cc bool InterceptionAgent::PatchDll(const DllPatchInfo* dll_info,
DllPatchInfo       21 sandbox/win/src/interception_agent.h struct DllPatchInfo;
DllPatchInfo       63 sandbox/win/src/interception_agent.h                 const DllPatchInfo* dll_info);
DllPatchInfo       69 sandbox/win/src/interception_agent.h   bool PatchDll(const DllPatchInfo* dll_info, DllInterceptionData* thunks);
DllPatchInfo       52 sandbox/win/src/interception_internal.h   DllPatchInfo dll_list[1];       // placeholder for the list of dlls
DllPatchInfo       37 sandbox/win/src/interception_unittest.cc   DllPatchInfo *dll = &memory->dll_list[0];
DllPatchInfo       73 sandbox/win/src/interception_unittest.cc     dll = reinterpret_cast<DllPatchInfo*>(reinterpret_cast<char*>(dll) +