Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp274 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
287 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
306 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
313 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
341 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
494 << Section.getAddressWithOffset(Offset) in resolveARMRelocation()
704 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation()
724 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation()
818 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation()
1065 Section.getAddressWithOffset(Section.getStubOffset())); in resolveAArch64Branch()
[all …]
H A DRuntimeDyldMachO.cpp70 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA()
H A DRuntimeDyldImpl.h91 uint8_t *getAddressWithOffset(unsigned OffsetBytes) const { in getAddressWithOffset() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp46 applyMIPSRelocation(Section.getAddressWithOffset(RE.Offset), Value, in applyRelocation()
59 << format("%llx", Section.getAddressWithOffset(Offset)) in evaluateMIPS32Relocation()
114 << format("%llx", Section.getAddressWithOffset(Offset)) in evaluateMIPS64Relocation()
271 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPSN32Relocation()
300 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPSN64Relocation()
308 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset); in resolveMIPSO32Relocation()
312 << Section.getAddressWithOffset(Offset) << " FinalAddress: " in resolveMIPSO32Relocation()
H A DRuntimeDyldMachOX86_64.h90 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
139 Addr = Section.getAddressWithOffset(i->second); in processGOTRelocation()
142 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation()
169 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation()
H A DRuntimeDyldMachOARM.h66 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend()
207 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
312 Addr = Section.getAddressWithOffset(i->second); in processBranchRelocation()
324 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
362 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldCOFFX86_64.h89 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
164 createStubFunction(Section.getAddressWithOffset(StubOffset)); in generateRelocationStub()
H A DRuntimeDyldMachOI386.h103 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
157 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h37 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend()
360 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
491 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation()
H A DRuntimeDyldCOFFI386.h134 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
H A DRuntimeDyldCOFFThumb.h174 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()