DllInterceptionData  394 sandbox/win/src/interception.cc                        sizeof(DllInterceptionData);
DllInterceptionData  407 sandbox/win/src/interception.cc   DllInterceptionData* thunks = reinterpret_cast<DllInterceptionData*>(
DllInterceptionData  410 sandbox/win/src/interception.cc   DllInterceptionData dll_data;
DllInterceptionData  413 sandbox/win/src/interception.cc   dll_data.used_bytes = offsetof(DllInterceptionData, thunks);
DllInterceptionData  425 sandbox/win/src/interception.cc                                           offsetof(DllInterceptionData, thunks),
DllInterceptionData  428 sandbox/win/src/interception.cc   if (!ok || (offsetof(DllInterceptionData, thunks) != written))
DllInterceptionData  441 sandbox/win/src/interception.cc bool InterceptionManager::PatchClientFunctions(DllInterceptionData* thunks,
DllInterceptionData  443 sandbox/win/src/interception.cc                                                DllInterceptionData* dll_data) {
DllInterceptionData   27 sandbox/win/src/interception.h struct DllInterceptionData;
DllInterceptionData  204 sandbox/win/src/interception.h   bool PatchClientFunctions(DllInterceptionData* thunks,
DllInterceptionData  206 sandbox/win/src/interception.h                             DllInterceptionData* dll_data);
DllInterceptionData  109 sandbox/win/src/interception_agent.cc   size_t buffer_bytes = offsetof(DllInterceptionData, thunks) +
DllInterceptionData  111 sandbox/win/src/interception_agent.cc   dlls_[i] = reinterpret_cast<DllInterceptionData*>(
DllInterceptionData  121 sandbox/win/src/interception_agent.cc   dlls_[i]->used_bytes = offsetof(DllInterceptionData, thunks);
DllInterceptionData  149 sandbox/win/src/interception_agent.cc                                  DllInterceptionData* thunks) {
DllInterceptionData   19 sandbox/win/src/interception_agent.h struct DllInterceptionData;
DllInterceptionData   69 sandbox/win/src/interception_agent.h   bool PatchDll(const DllPatchInfo* dll_info, DllInterceptionData* thunks);
DllInterceptionData   80 sandbox/win/src/interception_agent.h   DllInterceptionData* dlls_[1];