Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:resolveRelocation

893 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE,
896 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
900 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section,
1031 resolveRelocation(Section, Offset, (uint64_t)Section.Address + i->second,
1062 resolveRelocation(Section, Offset,
1077 resolveRelocation(Section, Offset, (uint64_t)Section.Address + i->second,
1093 resolveRelocation(Section, Offset,
1174 resolveRelocation(Section, Offset,
1215 resolveRelocation(Section, Offset,
1255 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0);
1318 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL,
1321 resolveRelocation(Section, Offset, StubAddress, RelType, Addend);
1373 resolveRelocation(Section, Offset, StubAddress, ELF::R_X86_64_PC32,