Home
last modified time | relevance | path

Searched refs:LocalAddress (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h37 uint8_t *LocalAddress = Section.Address + RE.Offset; in decodeAddend() local
53 assert((((uintptr_t)LocalAddress & 0x3) == 0) && in decodeAddend()
64 Addend = *reinterpret_cast<support::ulittle32_t *>(LocalAddress); in decodeAddend()
66 Addend = *reinterpret_cast<support::ulittle64_t *>(LocalAddress); in decodeAddend()
70 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress); in decodeAddend()
83 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress); in decodeAddend()
96 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress); in decodeAddend()
104 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress); in decodeAddend()
133 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend() argument
148 assert((((uintptr_t)LocalAddress & 0x3) == 0) && in encodeAddend()
[all …]
DRuntimeDyldMachOARM.h38 uint8_t *LocalAddress = Section.Address + RE.Offset; in decodeAddend() local
44 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend()
95 uint8_t *LocalAddress = Section.Address + RE.Offset; in resolveRelocation() local
112 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size); in resolveRelocation()
127 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation()
128 writeBytesUnaligned((Temp & ~0xffffff) | FinalValue, LocalAddress, 4); in resolveRelocation()
142 uint32_t Insn = readBytesUnaligned(LocalAddress, 4); in resolveRelocation()
144 writeBytesUnaligned(Insn, LocalAddress, 4); in resolveRelocation()
225 uint8_t *LocalAddress = Section.Address + Offset; in processHALFSECTDIFFRelocation() local
226 int64_t Immediate = readBytesUnaligned(LocalAddress, 4); // Copy the whole instruction out. in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOI386.h87 uint8_t *LocalAddress = Section.Address + RE.Offset; in resolveRelocation() local
98 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size); in resolveRelocation()
107 writeBytesUnaligned(Value, LocalAddress, 1 << RE.Size); in resolveRelocation()
143 uint8_t *LocalAddress = Section.Address + Offset; in processSECTDIFFRelocation() local
145 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation()
203 uint8_t *LocalAddress = Section.Address + Offset; in processI386ScatteredVANILLA() local
205 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processI386ScatteredVANILLA()
DRuntimeDyldMachOX86_64.h72 uint8_t *LocalAddress = Section.Address + RE.Offset; in resolveRelocation() local
92 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size); in resolveRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp702 uint8_t *LocalAddress = Section.Address + Offset; in resolvePPC64Relocation() local
708 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()
711 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()
714 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()
717 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()
720 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC64Relocation()
723 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC64Relocation()
726 writeInt16BE(LocalAddress, applyPPChigher(Value + Addend)); in resolvePPC64Relocation()
729 writeInt16BE(LocalAddress, applyPPChighera(Value + Addend)); in resolvePPC64Relocation()
732 writeInt16BE(LocalAddress, applyPPChighest(Value + Addend)); in resolvePPC64Relocation()
[all …]
DRuntimeDyldMachO.cpp108 uint8_t *LocalAddress = Section.Address + RE.Offset; in dumpRelocationToResolve() local
112 << " LocalAddress: " << format("%p", LocalAddress) in dumpRelocationToResolve()
DRuntimeDyld.cpp104 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
108 if (Sections[i].Address == LocalAddress) { in mapSectionAddress()
934 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
936 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
DRuntimeDyldImpl.h422 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
DRuntimeDyldChecker.cpp932 bool LocalAddress) { in getSectionAddr() argument
933 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h61 void mapSectionAddress(const void *LocalAddress, TargetAddress TargetAddr) { in mapSectionAddress() argument
64 RTDyld->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
261 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() argument
263 (*H)->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h94 bool LocalAddress);
DRuntimeDyld.h195 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
DExecutionEngine.h226 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h203 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
206 if (P.second.count(LocalAddress)) in mapSectionAddress()
207 ObjectLayer.mapSectionAddress(P.first, LocalAddress, TargetAddress); in mapSectionAddress()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h271 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
273 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
/external/openssh/
Dsshd_config.0550 criteria are User, Group, Host, LocalAddress, LocalPort, and