Lines Matching refs:resolveRelocation
1034 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
1037 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
1041 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1184 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1217 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1349 resolveRelocation(Section, Offset, in processRelocationRef()
1366 resolveRelocation( in processRelocationRef()
1607 resolveRelocation(Section, Offset, in processRelocationRef()
1650 resolveRelocation( in processRelocationRef()
1696 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0); in processRelocationRef()
1760 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()
1763 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
1822 resolveRelocation(*Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef()
1846 resolveRelocation(Sections[SectionID], Offset, GOTOffset, in processRelocationRef()