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

  /external/chromium_org/sandbox/win/src/
service_resolver_32.cc 183 ServiceEntry function_code; local
185 if (!::ReadProcessMemory(process_, target_, &function_code,
186 sizeof(function_code), &read))
189 if (sizeof(function_code) != read)
192 if (kMovEax != function_code.mov_eax ||
193 kMovEdx != function_code.mov_edx ||
194 (kCallPtrEdx != function_code.call_ptr_edx &&
195 kCallEdx != function_code.call_ptr_edx) ||
196 kRet != function_code.ret)
200 if (kCallEdx != function_code.call_ptr_edx)
296 ServiceEntry function_code; local
331 Wow64Entry function_code; local
357 Wow64EntryW8 function_code; local
378 ServiceEntry function_code; local
398 ServiceEntryW8 function_code; local
    [all...]
service_resolver_64.cc 120 ServiceFullThunk function_code; local
122 if (!::ReadProcessMemory(process_, target_, &function_code,
123 sizeof(function_code), &read))
126 if (sizeof(function_code) != read)
129 if (!IsService(&function_code)) {
131 ServiceEntryW8* w8_service = &function_code.original_w8;
140 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/v8/src/
liveedit.cc 697 void SetFunctionCode(Handle<Code> function_code,
699 Handle<JSValue> code_wrapper = WrapInJSValue(function_code);
818 void FunctionCode(Handle<Code> function_code) {
822 info.SetFunctionCode(function_code, Handle<Object>(HEAP->null_value()));
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 557 int function_code, enum built_in_class cl,
562 int function_code,
tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 557 int function_code, enum built_in_class cl,
562 int function_code,
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 557 int function_code, enum built_in_class cl,
562 int function_code,
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 557 int function_code, enum built_in_class cl,
562 int function_code,
tree.h     [all...]
  /external/chromium_org/v8/src/
liveedit.cc 726 void SetFunctionCode(Handle<Code> function_code,
728 Handle<JSValue> code_wrapper = WrapInJSValue(function_code);
857 void FunctionCode(Handle<Code> function_code) {
862 info.SetFunctionCode(function_code,
    [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...]

Completed in 6542 milliseconds