Lines Matching refs:RelocationEntry
1030 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
1085 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation()
1181 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch()
1183 RelocationEntry REmovk_g2(SectionID, in resolveAArch64Branch()
1186 RelocationEntry REmovk_g1(SectionID, in resolveAArch64Branch()
1189 RelocationEntry REmovk_g0(SectionID, in resolveAArch64Branch()
1347 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1391 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef()
1405 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1407 RelocationEntry RELo(SectionID, in processRelocationRef()
1419 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1425 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef()
1431 RelocationEntry &Reloc = I->second; in processRelocationRef()
1444 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef()
1464 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1486 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef()
1501 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1503 RelocationEntry RELo(SectionID, in processRelocationRef()
1516 RelocationEntry REHighest(SectionID, in processRelocationRef()
1519 RelocationEntry REHigher(SectionID, in processRelocationRef()
1522 RelocationEntry REHi(SectionID, in processRelocationRef()
1525 RelocationEntry RELo(SectionID, in processRelocationRef()
1540 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1584 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1607 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1618 RelocationEntry REhst(SectionID, StubRelocOffset + 0, in processRelocationRef()
1620 RelocationEntry REhr(SectionID, StubRelocOffset + 4, in processRelocationRef()
1622 RelocationEntry REh(SectionID, StubRelocOffset + 12, in processRelocationRef()
1624 RelocationEntry REl(SectionID, StubRelocOffset + 16, in processRelocationRef()
1701 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1741 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, in processRelocationRef()
1830 RelocationEntry RE = in processRelocationRef()
1843 RelocationEntry RE = in processRelocationRef()
1979 RelocationEntry RE(SectionID, in processX86_64GOTTPOFFRelocation()
1999 RelocationEntry RE = in processX86_64GOTTPOFFRelocation()
2121 RelocationEntry RE(SectionID, Offset - TLSSequenceOffset + TpoffRelocOffset, in processX86_64TLSRelocation()
2267 RelocationEntry RE = in findOrAllocGOTEntry()
2285 RelocationEntry GOTRE(SectionID, Offset, Type, GOTOffset); in resolveGOTOffsetRelocation()
2289 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE()
2292 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE()