Searched defs:full_local_thunk (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_64.cc171 ServiceFullThunk* full_local_thunk = local
H A Dservice_resolver_32.cc269 ServiceFullThunk *full_local_thunk = reinterpret_cast<ServiceFullThunk*>( local
275 memcpy(&intercepted_code, &full_local_thunk->original,
278 intercepted_code.service_id = full_local_thunk->original.service_id;
291 SetInternalThunk(&full_local_thunk->internal_thunk, GetInternalThunkSize(),
/external/chromium_org/sandbox/win/wow_helper/
H A Dservice64_resolver.cc280 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));

Completed in 105 milliseconds