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

  /device/linaro/bootloader/OpenPlatformPkg/Applications/FirmwareUpdate/
FUpdate.c 75 UINT32 LoadAddr; // 24-27
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 167 ULONGLONG LoadAddr = 0;
168 if (S_OK != Session->get_loadAddress(&LoadAddr))
170 DWORD RVA = static_cast<DWORD>(Address - LoadAddr);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 91 uint64_t LoadAddr = S.getLoadAddress();
93 unsigned StartPadding = LoadAddr & (ColsPerRow - 1);
98 LoadAddr & ~(uint64_t)(ColsPerRow - 1)) << ":";
104 if ((LoadAddr & (ColsPerRow - 1)) == 0)
105 dbgs() << "\n" << format("0x%016" PRIx64, LoadAddr) << ":";
110 ++LoadAddr;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 96 milliseconds