Lines Matching refs:RelocationEntry
1034 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
1089 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation()
1162 RelocationEntry RE(SectionID, SourceOffset, RelI->getType(), Value.Addend); in resolveAArch64ShortBranch()
1194 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch()
1196 RelocationEntry REmovk_g2(SectionID, in resolveAArch64Branch()
1199 RelocationEntry REmovk_g1(SectionID, in resolveAArch64Branch()
1202 RelocationEntry REmovk_g0(SectionID, in resolveAArch64Branch()
1359 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1403 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef()
1417 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1419 RelocationEntry RELo(SectionID, in processRelocationRef()
1431 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1437 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef()
1443 RelocationEntry &Reloc = I->second; in processRelocationRef()
1456 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef()
1476 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1498 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef()
1513 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1515 RelocationEntry RELo(SectionID, in processRelocationRef()
1528 RelocationEntry REHighest(SectionID, in processRelocationRef()
1531 RelocationEntry REHigher(SectionID, in processRelocationRef()
1534 RelocationEntry REHi(SectionID, in processRelocationRef()
1537 RelocationEntry RELo(SectionID, in processRelocationRef()
1552 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1596 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1618 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1629 RelocationEntry REhst(SectionID, StubRelocOffset + 0, in processRelocationRef()
1631 RelocationEntry REhr(SectionID, StubRelocOffset + 4, in processRelocationRef()
1633 RelocationEntry REh(SectionID, StubRelocOffset + 12, in processRelocationRef()
1635 RelocationEntry REl(SectionID, StubRelocOffset + 16, in processRelocationRef()
1712 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1750 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, in processRelocationRef()
1837 RelocationEntry RE = in processRelocationRef()
1850 RelocationEntry RE = in processRelocationRef()
1986 RelocationEntry RE(SectionID, in processX86_64GOTTPOFFRelocation()
2006 RelocationEntry RE = in processX86_64GOTTPOFFRelocation()
2128 RelocationEntry RE(SectionID, Offset - TLSSequenceOffset + TpoffRelocOffset, in processX86_64TLSRelocation()
2274 RelocationEntry RE = in findOrAllocGOTEntry()
2292 RelocationEntry GOTRE(SectionID, Offset, Type, GOTOffset); in resolveGOTOffsetRelocation()
2296 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE()
2299 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE()
2504 RelocationEntry RE1(GOTSectionID, GOT1, ELF::R_X86_64_64, in createIFuncStub()
2507 RelocationEntry RE2(GOTSectionID, GOT2, ELF::R_X86_64_64, IFuncOffset, {}); in createIFuncStub()