Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching defs:resolveRelocation

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