Searched refs:getAddressWithOffset (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 273 *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 D | RuntimeDyldMachO.cpp | 69 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA()
|
| H A D | RuntimeDyldImpl.h | 89 uint8_t *getAddressWithOffset(unsigned OffsetBytes) const { in getAddressWithOffset() function
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.cpp | 45 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 D | RuntimeDyldMachOX86_64.h | 88 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 D | RuntimeDyldMachOARM.h | 64 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 D | RuntimeDyldCOFFX86_64.h | 89 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() 163 createStubFunction(Section.getAddressWithOffset(StubOffset)); in generateRelocationStub()
|
| H A D | RuntimeDyldMachOI386.h | 101 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() 158 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOAArch64.h | 36 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 D | RuntimeDyldCOFFAArch64.h | 119 createStubFunction(Section.getAddressWithOffset(StubOffset)); in generateRelocationStub() 258 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
|
| H A D | RuntimeDyldCOFFI386.h | 144 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
|
| H A D | RuntimeDyldCOFFThumb.h | 187 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
|