/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 37 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 …]
|
D | RuntimeDyldMachOARM.h | 38 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()
|
D | RuntimeDyldMachOI386.h | 87 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()
|
D | RuntimeDyldMachOX86_64.h | 72 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/ |
D | RuntimeDyldELF.cpp | 702 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 …]
|
D | RuntimeDyldMachO.cpp | 108 uint8_t *LocalAddress = Section.Address + RE.Offset; in dumpRelocationToResolve() local 112 << " LocalAddress: " << format("%p", LocalAddress) in dumpRelocationToResolve()
|
D | RuntimeDyld.cpp | 104 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()
|
D | RuntimeDyldImpl.h | 422 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
D | RuntimeDyldChecker.cpp | 932 bool LocalAddress) { in getSectionAddr() argument 933 return Impl->getSectionAddr(FileName, SectionName, LocalAddress); in getSectionAddr()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.h | 61 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/ |
D | RuntimeDyldChecker.h | 94 bool LocalAddress);
|
D | RuntimeDyld.h | 195 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
D | ExecutionEngine.h | 226 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 203 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/ |
D | MCJIT.h | 271 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument 273 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
/external/openssh/ |
D | sshd_config.0 | 550 criteria are User, Group, Host, LocalAddress, LocalPort, and
|