Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp235 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
238 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
248 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
251 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
267 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
274 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
286 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
294 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
310 reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset)); in resolveAArch64Relocation()
314 << format("%llx", Section.getAddressWithOffset(Offset)) in resolveAArch64Relocation()
[all …]
DRuntimeDyldImpl.h91 uint8_t *getAddressWithOffset(unsigned OffsetBytes) const { in getAddressWithOffset() function
DRuntimeDyldMachO.cpp68 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h39 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend()
118 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
196 Addr = Section.getAddressWithOffset(i->second); in processBranchRelocation()
201 Section.getAddressWithOffset(Section.getStubOffset())); in processBranchRelocation()
209 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
239 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processHALFSECTDIFFRelocation()
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()
DRuntimeDyldMachOAArch64.h37 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend()
315 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
431 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation()
DRuntimeDyldMachOI386.h103 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
157 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation()
DRuntimeDyldCOFFX86_64.h65 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
DRuntimeDyldCOFFI386.h134 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
DRuntimeDyldCOFFThumb.h144 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()