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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
UefiShellBcfgCommandLib.c 318 UINTN TargetLocation;
347 TargetLocation = 0xFFFF;
492 for (TargetLocation=0; TargetLocation < 0xFFFF; TargetLocation++) {
495 if (CurrentOrder[Index] == TargetLocation) {
506 if (TargetLocation == 0xFFFF) {
509 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_BCFG_TARGET), gShellBcfgHiiHandle, TargetLocation);
534 UnicodeSPrint (OptionStr, sizeof(OptionStr), L"%s%04x", Target == BcfgTargetBootOrder?L"Boot":L"Driver", TargetLocation);
562 NewOrder[Position] = (UINT16) TargetLocation;
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 286 int64_t TargetLocation = Value.getConstant();
291 TargetLocation += Val;
293 int64_t Size = TargetLocation - FragmentOffset;
295 report_fatal_error("invalid .org offset '" + Twine(TargetLocation) +
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 339 int64_t TargetLocation;
340 if (!OF.getOffset().EvaluateAsAbsolute(TargetLocation, Layout))
345 int64_t Size = TargetLocation - FragmentOffset;
347 report_fatal_error("invalid .org offset '" + Twine(TargetLocation) +
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAssembler.cpp 346 int64_t TargetLocation = Value.getConstant();
353 TargetLocation += Val;
355 int64_t Size = TargetLocation - FragmentOffset;
358 OF.getLoc(), "invalid .org offset '" + Twine(TargetLocation) +
    [all...]

Completed in 114 milliseconds