HomeSort by relevance Sort by last modified time
    Searched defs:CodeStart (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
Thunk.c 122 @param CodeStart Start address of code.
130 OUT UINTN *CodeStart,
140 *CodeStart = SalStatus.r9;
163 UINTN CodeStart;
252 RealModeTemplate (&CodeStart, &CodeEnd, &ReverseThunkStart, IntThunk);
255 IntThunk->LowReverseThunkStart = ((UINT32) TempData + (UINT32) (ReverseThunkStart - CodeStart));
258 CopyMem (IntThunk->Code, (VOID *) CodeStart, CodeEnd - CodeStart);
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.cpp 388 const char *CodeStart = CurPtr;
398 CurStrVal.assign(CodeStart, CurPtr-2);
403 return ReturnError(CodeStart-2, "Unterminated Code Block");
  /external/llvm/lib/TableGen/
TGLexer.cpp 438 const char *CodeStart = CurPtr;
448 CurStrVal.assign(CodeStart, CurPtr-2);
453 return ReturnError(CodeStart-2, "Unterminated Code Block");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGLexer.cpp 439 const char *CodeStart = CurPtr;
449 CurStrVal.assign(CodeStart, CurPtr-2);
454 return ReturnError(CodeStart-2, "Unterminated Code Block");
  /external/v8/src/
gdb-jit.cc 983 uintptr_t CodeStart() const {
992 return CodeEnd() - CodeStart();
1128 w->Write<intptr_t>(desc_->CodeStart());
1129 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize());
1141 w->Write<intptr_t>(desc_->CodeStart());
1142 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize());
    [all...]

Completed in 2687 milliseconds