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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h 37 uint8_t *LocalAddress = Section.Address + RE.Offset;
53 assert((((uintptr_t)LocalAddress & 0x3) == 0) &&
64 Addend = *reinterpret_cast<support::ulittle32_t *>(LocalAddress);
66 Addend = *reinterpret_cast<support::ulittle64_t *>(LocalAddress);
70 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress);
83 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress);
96 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress);
104 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress);
133 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes,
148 assert((((uintptr_t)LocalAddress & 0x3) == 0) &
    [all...]
RuntimeDyldMachOARM.h 38 uint8_t *LocalAddress = Section.Address + RE.Offset;
44 uint32_t Temp = readBytesUnaligned(LocalAddress, 4);
95 uint8_t *LocalAddress = Section.Address + RE.Offset;
112 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size);
127 uint32_t Temp = readBytesUnaligned(LocalAddress, 4);
128 writeBytesUnaligned((Temp & ~0xffffff) | FinalValue, LocalAddress, 4);
142 uint32_t Insn = readBytesUnaligned(LocalAddress, 4);
144 writeBytesUnaligned(Insn, LocalAddress, 4);
225 uint8_t *LocalAddress = Section.Address + Offset;
226 int64_t Immediate = readBytesUnaligned(LocalAddress, 4); // Copy the whole instruction out
    [all...]
RuntimeDyldMachOI386.h 87 uint8_t *LocalAddress = Section.Address + RE.Offset;
98 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size);
107 writeBytesUnaligned(Value, LocalAddress, 1 << RE.Size);
143 uint8_t *LocalAddress = Section.Address + Offset;
145 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes);
203 uint8_t *LocalAddress = Section.Address + Offset;
205 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes);
RuntimeDyldMachOX86_64.h 72 uint8_t *LocalAddress = Section.Address + RE.Offset;
92 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size);
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 89 /// if 'LocalAddress' is true, this returns the address of the section
90 /// within the linker's memory. If 'LocalAddress' is false it returns the
94 bool LocalAddress);
RuntimeDyld.h 195 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
ExecutionEngine.h 226 virtual void mapSectionAddress(const void *LocalAddress,
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 61 void mapSectionAddress(const void *LocalAddress, TargetAddress TargetAddr) {
64 RTDyld->mapSectionAddress(LocalAddress, TargetAddr);
261 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress,
263 (*H)->mapSectionAddress(LocalAddress, TargetAddr);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 316 DEBUG(dbgs() << "resolveAArch64Relocation, LocalAddress: 0x"
461 DEBUG(dbgs() << "resolveARMRelocation, LocalAddress: "
531 DEBUG(dbgs() << "resolveMipselocation, LocalAddress: "
702 uint8_t *LocalAddress = Section.Address + Offset;
708 writeInt16BE(LocalAddress, applyPPClo(Value + Addend));
711 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3);
714 writeInt16BE(LocalAddress, applyPPClo(Value + Addend));
717 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3);
720 writeInt16BE(LocalAddress, applyPPChi(Value + Addend));
723 writeInt16BE(LocalAddress, applyPPCha(Value + Addend))
    [all...]
RuntimeDyldMachO.cpp 108 uint8_t *LocalAddress = Section.Address + RE.Offset;
112 << " LocalAddress: " << format("%p", LocalAddress)
RuntimeDyld.cpp 104 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
108 if (Sections[i].Address == LocalAddress) {
    [all...]
RuntimeDyldImpl.h 422 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
RuntimeDyldChecker.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 271 void mapSectionAddress(const void *LocalAddress,
273 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 203 void mapSectionAddress(const void *LocalAddress,
206 if (P.second.count(LocalAddress))
207 ObjectLayer.mapSectionAddress(P.first, 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 558 milliseconds