Lines Matching refs:RelocationEntry
917 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
971 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation()
1067 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch()
1069 RelocationEntry REmovk_g2(SectionID, in resolveAArch64Branch()
1072 RelocationEntry REmovk_g1(SectionID, in resolveAArch64Branch()
1075 RelocationEntry REmovk_g0(SectionID, in resolveAArch64Branch()
1233 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1277 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef()
1291 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1293 RelocationEntry RELo(SectionID, in processRelocationRef()
1305 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1311 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef()
1317 RelocationEntry &Reloc = I->second; in processRelocationRef()
1330 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef()
1350 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1372 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef()
1387 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1389 RelocationEntry RELo(SectionID, in processRelocationRef()
1402 RelocationEntry REHighest(SectionID, in processRelocationRef()
1405 RelocationEntry REHigher(SectionID, in processRelocationRef()
1408 RelocationEntry REHi(SectionID, in processRelocationRef()
1411 RelocationEntry RELo(SectionID, in processRelocationRef()
1426 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1470 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1493 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1504 RelocationEntry REhst(SectionID, StubRelocOffset + 0, in processRelocationRef()
1506 RelocationEntry REhr(SectionID, StubRelocOffset + 4, in processRelocationRef()
1508 RelocationEntry REh(SectionID, StubRelocOffset + 12, in processRelocationRef()
1510 RelocationEntry REl(SectionID, StubRelocOffset + 16, in processRelocationRef()
1587 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1627 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, in processRelocationRef()
1701 RelocationEntry RE(SectionID, Offset, ELF::R_X86_64_PC32, Value.Addend, in processRelocationRef()
1713 RelocationEntry RE = in processRelocationRef()
1726 RelocationEntry RE = in processRelocationRef()
1814 RelocationEntry RE = in findOrAllocGOTEntry()
1832 RelocationEntry GOTRE(SectionID, Offset, Type, GOTOffset); in resolveGOTOffsetRelocation()
1836 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE()
1839 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE()