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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 78 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
ExecutionEngine.h 277 virtual void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 266 uint8_t* LocalAddress = Section.Address + RE.Offset;
270 << " LocalAddress: " << format("%p", LocalAddress)
303 uint8_t* LocalAddress = Section.Address + RE.Offset;
314 return applyRelocationValue(LocalAddress, Value + RE.Addend,
323 return applyRelocationValue(LocalAddress, Value, 1 << RE.Size);
333 uint8_t* LocalAddress = Section.Address + RE.Offset;
353 return applyRelocationValue(LocalAddress, Value + RE.Addend, 1 << RE.Size);
365 uint8_t* LocalAddress = Section.Address + RE.Offset;
382 return applyRelocationValue(LocalAddress, Value, 1 << RE.Size)
    [all...]
RuntimeDyldELF.cpp 364 DEBUG(dbgs() << "resolveAArch64Relocation, LocalAddress: 0x"
509 DEBUG(dbgs() << "resolveARMRelocation, LocalAddress: "
579 DEBUG(dbgs() << "resolveMipselocation, LocalAddress: "
751 uint8_t *LocalAddress = Section.Address + Offset;
757 writeInt16BE(LocalAddress, applyPPClo(Value + Addend));
760 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3);
763 writeInt16BE(LocalAddress, applyPPClo(Value + Addend));
766 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3);
769 writeInt16BE(LocalAddress, applyPPChi(Value + Addend));
772 writeInt16BE(LocalAddress, applyPPCha(Value + Addend))
    [all...]
RuntimeDyld.cpp 64 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
68 if (Sections[i].Address == LocalAddress) {
792 void RuntimeDyld::mapSectionAddress(const void *LocalAddress,
794 Dyld->mapSectionAddress(LocalAddress, TargetAddress);
RuntimeDyldImpl.h 387 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 305 void mapSectionAddress(const void *LocalAddress,
307 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winhttp.h 540 SOCKADDR_STORAGE LocalAddress;
winsock2.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 80 milliseconds