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

  /external/chromium_org/sandbox/win/src/
service_resolver_64.cc 64 struct ServiceFullThunk {
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_thunk
    [all...]
service_resolver_32.cc 130 struct ServiceFullThunk {
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/
service64_resolver.cc 96 struct ServiceFullThunk {
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) != actual
    [all...]

Completed in 241 milliseconds