Lines Matching refs:resolveRelocation
917 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
920 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
924 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1037 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1056 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1090 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1222 resolveRelocation( in processRelocationRef()
1240 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1481 resolveRelocation(Section, Offset, in processRelocationRef()
1525 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1571 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0); in processRelocationRef()
1637 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()
1640 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
1698 resolveRelocation(Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef()
1722 resolveRelocation(Sections[SectionID], Offset, GOTOffset, in processRelocationRef()