Lines Matching refs:resolveRelocation
1030 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
1033 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
1037 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1151 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1170 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1204 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1336 resolveRelocation( in processRelocationRef()
1354 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1595 resolveRelocation(Section, Offset, in processRelocationRef()
1639 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1685 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0); in processRelocationRef()
1751 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()
1754 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
1815 resolveRelocation(*Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef()
1839 resolveRelocation(Sections[SectionID], Offset, GOTOffset, in processRelocationRef()