Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp273 *Section.getAddressWithOffset(Offset) = TruncatedAddr; in resolveX86_64Relocation()
275 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
282 support::ulittle16_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
285 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
289 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
292 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
302 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
305 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
321 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
328 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
[all …]
H A DRuntimeDyldMachO.cpp69 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA()
H A DRuntimeDyldImpl.h89 uint8_t *getAddressWithOffset(unsigned OffsetBytes) const { in getAddressWithOffset() function
/openbsd-src/gnu/llvm/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 DRuntimeDyldCOFFX86_64.h89 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
163 createStubFunction(Section.getAddressWithOffset(StubOffset)); in generateRelocationStub()
H A DRuntimeDyldMachOI386.h101 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
158 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation()
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.h119 createStubFunction(Section.getAddressWithOffset(StubOffset)); in generateRelocationStub()
258 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.h187 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()