HomeSort by relevance Sort by last modified time
    Searched defs:thunks (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/allocator/
allocator_extension_thunks.h 12 namespace thunks { namespace in namespace:base::allocator
32 } // namespace thunks
allocator_extension_thunks.cc 11 namespace thunks { namespace in namespace:base::allocator
50 } // namespace thunks
  /external/chromium_org/sandbox/win/src/
interception_internal.h 69 ThunkData thunks[1]; member in struct:sandbox::DllInterceptionData
interception.cc 406 DllInterceptionData* thunks = reinterpret_cast<DllInterceptionData*>( local
412 dll_data.used_bytes = offsetof(DllInterceptionData, thunks);
417 // this should write all the individual thunks to the child's memory
418 if (!PatchClientFunctions(thunks, thunk_bytes, &dll_data))
423 bool ok = FALSE != ::WriteProcessMemory(child, thunks, &dll_data,
424 offsetof(DllInterceptionData, thunks),
427 if (!ok || (offsetof(DllInterceptionData, thunks) != written))
430 // Attempt to protect all the thunks, but ignore failure
432 ::VirtualProtectEx(child, thunks, thunk_bytes,
440 bool InterceptionManager::PatchClientFunctions(DllInterceptionData* thunks,
    [all...]

Completed in 85 milliseconds