Lines Matching refs:resolveRelocation
1035 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
1038 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
1042 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1156 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1175 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1209 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1342 resolveRelocation( in processRelocationRef()
1360 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1601 resolveRelocation(Section, Offset, in processRelocationRef()
1645 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1691 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0); in processRelocationRef()
1755 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()
1758 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
1817 resolveRelocation(*Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef()
1841 resolveRelocation(Sections[SectionID], Offset, GOTOffset, in processRelocationRef()