OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dll_data
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
interception.cc
409
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
);
524
&thunks->thunks[
dll_data
->num_thunks],
525
thunk_bytes -
dll_data
->used_bytes
[
all
...]
interception.h
201
// and
dll_data
is a local buffer to hold global dll interception info.
205
DllInterceptionData*
dll_data
);
Completed in 130 milliseconds