OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thunk_bytes
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/sandbox/win/src/
eat_resolver.cc
29
size_t
thunk_bytes
= GetInternalThunkSize();
36
storage_bytes -=
thunk_bytes
;
37
thunk_storage = reinterpret_cast<char*>(thunk_storage) +
thunk_bytes
;
service_resolver_64.cc
99
size_t
thunk_bytes
= GetThunkSize();
100
scoped_ptr<char[]> thunk_buffer(new char[
thunk_bytes
]);
110
*storage_used =
thunk_bytes
;
interception.cc
393
size_t
thunk_bytes
= interceptions_.size() * sizeof(ThunkData) +
local
395
size_t thunk_offset = GetGranularAlignedRandomOffset(
thunk_bytes
);
402
size_t thunk_bytes_padded = (
thunk_bytes
+ kPageSize - 1) & kPageSize;
411
dll_data.data_bytes =
thunk_bytes
;
419
if (!PatchClientFunctions(thunks,
thunk_bytes
, &dll_data))
433
::VirtualProtectEx(child, thunks,
thunk_bytes
,
442
size_t
thunk_bytes
,
526
thunk_bytes
- dll_data->used_bytes,
service_resolver_32.cc
161
size_t
thunk_bytes
= GetThunkSize();
local
162
scoped_ptr<char[]> thunk_buffer(new char[
thunk_bytes
]);
173
*storage_used =
thunk_bytes
;
interception.h
205
size_t
thunk_bytes
,
/external/chromium_org/sandbox/win/wow_helper/
wow_helper.cc
60
int PatchNtdll(HANDLE child, void* thunk, size_t
thunk_bytes
) {
70
code, thunk,
thunk_bytes
, NULL);
77
if (size + used >
thunk_bytes
)
service64_resolver.cc
212
size_t
thunk_bytes
= GetThunkSize();
213
scoped_ptr<char[]> thunk_buffer(new char[
thunk_bytes
]);
223
*storage_used =
thunk_bytes
;
Completed in 1037 milliseconds