HomeSort by relevance Sort by last modified time
    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 392 size_t thunk_bytes = interceptions_.size() * sizeof(ThunkData) + local
394 size_t thunk_offset = GetGranularAlignedRandomOffset(thunk_bytes);
401 size_t thunk_bytes_padded = (thunk_bytes + kPageSize - 1) & kPageSize;
410 dll_data.data_bytes = thunk_bytes;
418 if (!PatchClientFunctions(thunks, thunk_bytes, &dll_data))
432 ::VirtualProtectEx(child, thunks, thunk_bytes,
441 size_t thunk_bytes,
525 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 204 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 597 milliseconds