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
410
DllInterceptionData
dll_data
;
local
411
dll_data
.data_bytes = thunk_bytes;
412
dll_data
.num_thunks = 0;
413
dll_data
.used_bytes = offsetof(DllInterceptionData, thunks);
419
if (!PatchClientFunctions(thunks, thunk_bytes, &
dll_data
))
424
bool ok = FALSE != ::WriteProcessMemory(child, thunks, &
dll_data
,
443
DllInterceptionData*
dll_data
) {
445
DCHECK(NULL !=
dll_data
);
525
&thunks->thunks[
dll_data
->num_thunks],
526
thunk_bytes -
dll_data
->used_bytes
[
all
...]
interception.h
202
// and
dll_data
is a local buffer to hold global dll interception info.
206
DllInterceptionData*
dll_data
);
Completed in 29 milliseconds