HomeSort by relevance Sort by last modified time
    Searched refs:full_local_thunk (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/wow_helper/
service64_resolver.cc 280 ServiceFullThunk* full_local_thunk = reinterpret_cast<ServiceFullThunk*>( local
308 full_local_thunk->patch_info.orig_MapViewOfSection = reinterpret_cast<
310 full_local_thunk->patch_info.patch_location = target_;
311 NTSTATUS ret = ResolveNtdll(&full_local_thunk->patch_info);
324 memcpy(&full_local_thunk->internal_thunk, &my_thunk, sizeof(my_thunk));
  /external/chromium_org/sandbox/win/src/
service_resolver_32.cc 243 ServiceFullThunk *full_local_thunk = reinterpret_cast<ServiceFullThunk*>( local
249 memcpy(&intercepted_code, &full_local_thunk->original,
252 intercepted_code.service_id = full_local_thunk->original.service_id;
265 SetInternalThunk(&full_local_thunk->internal_thunk, GetInternalThunkSize(),
service_resolver_64.cc 147 ServiceFullThunk* full_local_thunk = reinterpret_cast<ServiceFullThunk*>( local

Completed in 94 milliseconds