HomeSort by relevance Sort by last modified time
    Searched full:function_code (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/sandbox/win/src/
service_resolver_32.cc 209 ServiceEntry function_code; local
211 if (!::ReadProcessMemory(process_, target_, &function_code,
212 sizeof(function_code), &read))
215 if (sizeof(function_code) != read)
218 if (kMovEax != function_code.mov_eax ||
219 kMovEdx != function_code.mov_edx ||
220 (kCallPtrEdx != function_code.call_ptr_edx &&
221 kCallEdx != function_code.call_ptr_edx) ||
222 kRet != function_code.ret)
226 if (kCallEdx != function_code.call_ptr_edx)
322 ServiceEntry function_code; local
357 Wow64Entry function_code; local
383 Wow64EntryW8 function_code; local
404 ServiceEntryW8 function_code; local
    [all...]
service_resolver_64.cc 144 ServiceFullThunk function_code; local
146 if (!::ReadProcessMemory(process_, target_, &function_code,
147 sizeof(function_code), &read))
150 if (sizeof(function_code) != read)
153 if (!IsService(&function_code)) {
155 ServiceEntryW8* w8_service = &function_code.original_w8;
164 memcpy(local_thunk, &function_code, sizeof(function_code));
  /external/chromium_org/sandbox/win/wow_helper/
service64_resolver.cc 259 ServiceEntry function_code; local
261 if (!::ReadProcessMemory(process_, target_, &function_code,
262 sizeof(function_code), &read))
265 if (sizeof(function_code) != read)
268 if (kMmovR10EcxMovEax != function_code.mov_r10_ecx_mov_eax ||
269 kSyscall != function_code.syscall || kRetNp != function_code.ret)
273 memcpy(local_thunk, &function_code, sizeof(function_code));
wow_helper.pdb 17 ??BINDSTATUS_FINDINGRESOURCE???88?.1+??I??C~?B?@?\?'?* CIL **?'?Microsoft (R) LINKJh:\ch1\src\sandbox\wow_helper\x64\Release\service64_resolver.obj:D?'?'?Microsoft (R) Optimizing CompilerJ ??scoped_ptr<char>::~scoped_ptr<char> ?OthisZ?uog0sandbox::Service64ResolverThunk::IsFunctionAService@PeOthisXOlocal_thunk0?Ofunction_codeP#OreadV|
    [all...]
  /external/chromium_org/v8/src/
liveedit.h 291 void SetFunctionCode(Handle<Code> function_code,
liveedit.cc 626 void FunctionInfoWrapper::SetFunctionCode(Handle<Code> function_code,
628 Handle<JSValue> code_wrapper = WrapInJSValue(function_code);
730 void FunctionCode(Handle<Code> function_code) {
735 info.SetFunctionCode(function_code,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 478 int function_code, enum built_in_class cl,
483 int function_code,
tree.h     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 520 void l2c_fcr_send_S_frame (tL2C_CCB *p_ccb, UINT16 function_code, UINT16 pf_bit)
537 p_ccb->fcrb.s_frames_sent[function_code]++;
549 ctrl_word = (function_code << L2CAP_FCR_SUP_SHIFT) | L2CAP_FCR_S_FRAME_BIT;
623 p_ccb->local_cid, function_code);
    [all...]
l2c_int.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 361 milliseconds