Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dinterception.cc409 DllInterceptionData dll_data; in PatchNtdll() local
410 dll_data.data_bytes = thunk_bytes; in PatchNtdll()
411 dll_data.num_thunks = 0; in PatchNtdll()
412 dll_data.used_bytes = offsetof(DllInterceptionData, thunks); in PatchNtdll()
418 if (!PatchClientFunctions(thunks, thunk_bytes, &dll_data)) in PatchNtdll()
423 bool ok = FALSE != ::WriteProcessMemory(child, thunks, &dll_data, in PatchNtdll()
442 DllInterceptionData* dll_data) { in PatchClientFunctions() argument
444 DCHECK(NULL != dll_data); in PatchClientFunctions()
522 &thunks->thunks[dll_data->num_thunks], in PatchClientFunctions()
523 thunk_bytes - dll_data->used_bytes, in PatchClientFunctions()
[all …]
Dinterception.h206 DllInterceptionData* dll_data);