Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching defs:resolveRelocation

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