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

/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_64.cc64 struct ServiceFullThunk { struct in namespace:__anon10629
101 ServiceFullThunk* thunk = reinterpret_cast<ServiceFullThunk*>(
116 return sizeof(ServiceFullThunk);
132 ServiceFullThunk* thunk = reinterpret_cast<ServiceFullThunk*>(thunk_storage);
144 ServiceFullThunk function_code;
171 ServiceFullThunk* full_local_thunk =
172 reinterpret_cast<ServiceFullThunk*>(local_thunk);
173 ServiceFullThunk* full_remote_thun
[all...]
H A Dservice_resolver_32.cc130 struct ServiceFullThunk { struct in namespace:__anon10627
163 ServiceFullThunk* thunk = reinterpret_cast<ServiceFullThunk*>(
179 return offsetof(ServiceFullThunk, internal_thunk) + GetInternalThunkSize();
195 ServiceFullThunk* thunk = reinterpret_cast<ServiceFullThunk*>(thunk_storage);
269 ServiceFullThunk *full_local_thunk = reinterpret_cast<ServiceFullThunk*>(
271 ServiceFullThunk *full_remote_thunk = reinterpret_cast<ServiceFullThunk*>(
[all...]
/external/chromium_org/sandbox/win/wow_helper/
H A Dservice64_resolver.cc96 struct ServiceFullThunk { struct in namespace:__anon10647
214 ServiceFullThunk* thunk = reinterpret_cast<ServiceFullThunk*>(
255 return sizeof(ServiceFullThunk);
280 ServiceFullThunk* full_local_thunk = reinterpret_cast<ServiceFullThunk*>(
282 ServiceFullThunk* full_remote_thunk = reinterpret_cast<ServiceFullThunk*>(
328 sizeof(ServiceFullThunk), &actual))
331 if (sizeof(ServiceFullThunk) !
[all...]

Completed in 119 milliseconds