Searched refs:dll_data (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dinterception.cc409 DllInterceptionData dll_data; local
410 dll_data.data_bytes = thunk_bytes;
411 dll_data.num_thunks = 0;
412 dll_data.used_bytes = offsetof(DllInterceptionData, thunks);
418 if (!PatchClientFunctions(thunks, thunk_bytes, &dll_data))
423 bool ok = FALSE != ::WriteProcessMemory(child, thunks, &dll_data,
442 DllInterceptionData* dll_data) {
444 DCHECK(NULL != dll_data);
522 &thunks->thunks[dll_data->num_thunks],
523 thunk_bytes - dll_data
440 PatchClientFunctions(DllInterceptionData* thunks, size_t thunk_bytes, DllInterceptionData* dll_data) argument
[all...]
H A Dinterception.h202 // and dll_data is a local buffer to hold global dll interception info.
206 DllInterceptionData* dll_data);

Completed in 98 milliseconds