Home
last modified time | relevance | path

Searched refs:getAddressWithOffset (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp272 *Section.getAddressWithOffset(Offset) = TruncatedAddr; in resolveX86_64Relocation()
274 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
281 support::ulittle16_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
284 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
288 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
291 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
301 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
304 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
320 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
327 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
[all …]
H A DRuntimeDyldMachO.cpp68 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA()
H A DRuntimeDyldImpl.h90 uint8_t *getAddressWithOffset(unsigned OffsetBytes) const { in getAddressWithOffset() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp45 applyMIPSRelocation(Section.getAddressWithOffset(RE.Offset), Value, in applyRelocation()
58 << format("%llx", Section.getAddressWithOffset(Offset)) in evaluateMIPS32Relocation()
113 << format("%llx", Section.getAddressWithOffset(Offset)) in evaluateMIPS64Relocation()
270 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPSN32Relocation()
299 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPSN64Relocation()
307 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset); in resolveMIPSO32Relocation()
311 << Section.getAddressWithOffset(Offset) << " FinalAddress: " in resolveMIPSO32Relocation()
H A DRuntimeDyldMachOX86_64.h88 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
137 Addr = Section.getAddressWithOffset(i->second); in processGOTRelocation()
140 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation()
167 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation()
H A DRuntimeDyldMachOARM.h64 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend()
205 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
313 Addr = Section.getAddressWithOffset(i->second); in processBranchRelocation()
325 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
363 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOI386.h101 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
158 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation()
H A DRuntimeDyldCOFFX86_64.h89 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
170 createStubFunction(Section.getAddressWithOffset(StubOffset)); in generateRelocationStub()
H A DRuntimeDyldMachOAArch64.h36 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend()
359 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
490 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation()
H A DRuntimeDyldCOFFAArch64.h131 createStubFunction(Section.getAddressWithOffset(StubOffset)); in generateRelocationStub()
273 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
H A DRuntimeDyldCOFFI386.h144 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
H A DRuntimeDyldCOFFThumb.h210 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()