Lines Matching refs:resolveRelocation
1097 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
1100 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
1104 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1292 resolveRelocation(Section, Offset, in processRelocationRef()
1327 resolveRelocation(Section, Offset, in processRelocationRef()
1343 resolveRelocation( in processRelocationRef()
1361 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1529 resolveRelocation(Section, Offset, in processRelocationRef()
1573 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1619 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0); in processRelocationRef()
1685 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()
1688 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
1745 resolveRelocation(Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef()