Lines Matching refs:resolveRelocation
995 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
998 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
1002 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1116 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1135 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1169 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1303 resolveRelocation( in processRelocationRef()
1321 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1562 resolveRelocation(Section, Offset, in processRelocationRef()
1606 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1652 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0); in processRelocationRef()
1718 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()
1721 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
1782 resolveRelocation(*Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef()
1806 resolveRelocation(Sections[SectionID], Offset, GOTOffset, in processRelocationRef()