Home
last modified time | relevance | path

Searched refs:getAddressWithOffset (Results 1 – 9 of 9) 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.h97 uint8_t *getAddressWithOffset(unsigned OffsetBytes) const { in getAddressWithOffset() function
DRuntimeDyldMachO.cpp67 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h38 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend()
97 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
183 Addr = Section.getAddressWithOffset(i->second); in processBranchRelocation()
188 Section.getAddressWithOffset(Section.getStubOffset())); in processBranchRelocation()
196 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
226 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h76 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
127 Addr = Section.getAddressWithOffset(i->second); in processGOTRelocation()
130 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation()
157 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation()
DRuntimeDyldMachOI386.h86 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
141 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h37 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend()
307 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
DRuntimeDyldCOFFX86_64.h65 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()
DRuntimeDyldCOFFI386.h108 uint8_t *Target = Section.getAddressWithOffset(RE.Offset); in resolveRelocation()