Lines Matching refs:RelocationEntry
995 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
1050 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation()
1146 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch()
1148 RelocationEntry REmovk_g2(SectionID, in resolveAArch64Branch()
1151 RelocationEntry REmovk_g1(SectionID, in resolveAArch64Branch()
1154 RelocationEntry REmovk_g0(SectionID, in resolveAArch64Branch()
1314 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1358 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef()
1372 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1374 RelocationEntry RELo(SectionID, in processRelocationRef()
1386 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1392 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef()
1398 RelocationEntry &Reloc = I->second; in processRelocationRef()
1411 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef()
1431 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1453 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef()
1468 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1470 RelocationEntry RELo(SectionID, in processRelocationRef()
1483 RelocationEntry REHighest(SectionID, in processRelocationRef()
1486 RelocationEntry REHigher(SectionID, in processRelocationRef()
1489 RelocationEntry REHi(SectionID, in processRelocationRef()
1492 RelocationEntry RELo(SectionID, in processRelocationRef()
1507 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1551 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1574 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1585 RelocationEntry REhst(SectionID, StubRelocOffset + 0, in processRelocationRef()
1587 RelocationEntry REhr(SectionID, StubRelocOffset + 4, in processRelocationRef()
1589 RelocationEntry REh(SectionID, StubRelocOffset + 12, in processRelocationRef()
1591 RelocationEntry REl(SectionID, StubRelocOffset + 16, in processRelocationRef()
1668 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1708 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, in processRelocationRef()
1797 RelocationEntry RE = in processRelocationRef()
1810 RelocationEntry RE = in processRelocationRef()
1898 RelocationEntry RE = in findOrAllocGOTEntry()
1916 RelocationEntry GOTRE(SectionID, Offset, Type, GOTOffset); in resolveGOTOffsetRelocation()
1920 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE()
1923 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE()