Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h36 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local
71 assert((((uintptr_t)LocalAddress & 0x3) == 0) && in decodeAddend()
83 Addend = *reinterpret_cast<support::ulittle32_t *>(LocalAddress); in decodeAddend()
85 Addend = *reinterpret_cast<support::ulittle64_t *>(LocalAddress); in decodeAddend()
89 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress); in decodeAddend()
104 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress); in decodeAddend()
117 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress); in decodeAddend()
126 auto *p = reinterpret_cast<support::aligned_ulittle32_t *>(LocalAddress); in decodeAddend()
155 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend() argument
171 assert((((uintptr_t)LocalAddress & 0x3) == 0) && in encodeAddend()
[all …]
H A DRuntimeDyldMachOARM.h64 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local
70 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend()
81 uint16_t HighInsn = readBytesUnaligned(LocalAddress, 2); in decodeAddend()
87 uint16_t LowInsn = readBytesUnaligned(LocalAddress + 2, 2); in decodeAddend()
205 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
220 uint16_t HighInsn = readBytesUnaligned(LocalAddress, 2); in resolveRelocation()
225 uint16_t LowInsn = readBytesUnaligned(LocalAddress + 2, 2); in resolveRelocation()
230 writeBytesUnaligned(HighInsn, LocalAddress, 2); in resolveRelocation()
231 writeBytesUnaligned(LowInsn, LocalAddress + 2, 2); in resolveRelocation()
238 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size); in resolveRelocation()
[all …]
H A DRuntimeDyldMachOI386.h101 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
110 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size); in resolveRelocation()
119 writeBytesUnaligned(Value, LocalAddress, 1 << RE.Size); in resolveRelocation()
158 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation() local
160 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOX86_64.h88 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
108 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size); in resolveRelocation()
116 writeBytesUnaligned(Value, LocalAddress, 1 << RE.Size); in resolveRelocation()
167 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
170 SignExtend64(readBytesUnaligned(LocalAddress, NumBytes), NumBytes * 8); in processSubtractRelocation()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp414 LLVM_DEBUG(dbgs() << "resolveAArch64Relocation, LocalAddress: 0x" in resolveAArch64Relocation()
600 LLVM_DEBUG(dbgs() << "resolveARMRelocation, LocalAddress: " in resolveARMRelocation()
818 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation()
824 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC32Relocation()
827 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC32Relocation()
830 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC32Relocation()
838 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation()
844 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()
847 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()
850 writeInt16BE(LocalAddress, applyPPCl in resolvePPC64Relocation()
819 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); resolvePPC32Relocation() local
839 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); resolvePPC64Relocation() local
933 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); resolveSystemZRelocation() local
[all...]
H A DRuntimeDyldMachO.cpp69 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA() local
71 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processScatteredVANILLA()
151 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; in dumpRelocationToResolve() local
155 << " LocalAddress: " << format("%p", LocalAddress) in dumpRelocationToResolve()
H A DRuntimeDyld.cpp160 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
164 if (Sections[i].getAddress() == LocalAddress) { in mapSectionAddress()
1402 void RuntimeDyld::mapSectionAddress(const void *LocalAddress,
1404 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
1403 mapSectionAddress(const void * LocalAddress,uint64_t TargetAddress) mapSectionAddress() argument
H A DRuntimeDyldImpl.h565 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
H A DRuntimeDyldChecker.cpp1059 bool LocalAddress) {
1060 return Impl->getSectionAddr(FileName, SectionName, LocalAddress);
1053 getSectionAddr(StringRef FileName,StringRef SectionName,bool LocalAddress) getSectionAddr() argument
/freebsd-src/stand/efi/include/Protocol/
H A DHttp.h124 EFI_IPv4_ADDRESS LocalAddress; member
144 EFI_IPv6_ADDRESS LocalAddress; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h187 bool LocalAddress);
191 std::optional<uint64_t> getSectionLoadAddress(void *LocalAddress) const;
H A DRuntimeDyld.h227 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
H A DExecutionEngine.h244 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h272 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() argument
274 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
/freebsd-src/crypto/openssh/regress/
H A Daddrmatch.sh29 Match LocalAddress 127.0.0.1,::1
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h275 RawAddress LocalAddress;
274 Address LocalAddress; global() variable
H A DCGBlocks.cpp39 LocalAddress(RawAddress::invalid()), StructureType(nullptr), in CGBlockInfo()
780 blockInfo.LocalAddress = CreateTempAlloca(blockInfo.StructureType, in EmitBlockLiteral()
806 RawAddress blockAddr = blockInfo.LocalAddress; in EmitBlockLiteral()