HomeSort by relevance Sort by last modified time
    Searched refs:DllInterceptionData (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sandbox/win/src/
interception_agent.h 19 struct DllInterceptionData;
69 bool PatchDll(const DllPatchInfo* dll_info, DllInterceptionData* thunks);
80 DllInterceptionData* dlls_[1];
interception_internal.h 61 struct DllInterceptionData {
interception.h 26 struct DllInterceptionData;
203 bool PatchClientFunctions(DllInterceptionData* thunks,
205 DllInterceptionData* dll_data);
interception.cc 393 sizeof(DllInterceptionData);
406 DllInterceptionData* thunks = reinterpret_cast<DllInterceptionData*>(
409 DllInterceptionData dll_data;
412 dll_data.used_bytes = offsetof(DllInterceptionData, thunks);
424 offsetof(DllInterceptionData, thunks),
427 if (!ok || (offsetof(DllInterceptionData, thunks) != written))
440 bool InterceptionManager::PatchClientFunctions(DllInterceptionData* thunks,
442 DllInterceptionData* dll_data) {
interception_agent.cc 109 size_t buffer_bytes = offsetof(DllInterceptionData, thunks) +
111 dlls_[i] = reinterpret_cast<DllInterceptionData*>(
121 dlls_[i]->used_bytes = offsetof(DllInterceptionData, thunks);
149 DllInterceptionData* thunks) {

Completed in 49 milliseconds