Lines Matching refs:RE
1034 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() argument
1036 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
1037 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
1038 RE.SymOffset, RE.SectionID); in resolveRelocation()
1089 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation() local
1091 addRelocationForSymbol(RE, Value.SymbolName); in processSimpleRelocation()
1093 addRelocationForSection(RE, Value.SectionID); in processSimpleRelocation()
1162 RelocationEntry RE(SectionID, SourceOffset, RelI->getType(), Value.Addend); in resolveAArch64ShortBranch() local
1164 addRelocationForSymbol(RE, Value.SymbolName); in resolveAArch64ShortBranch()
1166 addRelocationForSection(RE, Value.SectionID); in resolveAArch64ShortBranch()
1359 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() local
1362 addRelocationForSymbol(RE, Value.SymbolName); in processRelocationRef()
1364 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
1403 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local
1404 addRelocationForSection(RE, SectionID); in processRelocationRef()
1431 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() local
1432 addRelocationForSection(RE, SectionID); in processRelocationRef()
1437 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local
1438 PendingRelocs.push_back(std::make_pair(Value, RE)); in processRelocationRef()
1456 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef() local
1458 addRelocationForSymbol(RE, Value.SymbolName); in processRelocationRef()
1460 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
1476 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local
1481 RE.SymOffset = i->second; in processRelocationRef()
1483 RE.SymOffset = allocateGOTEntries(1); in processRelocationRef()
1484 GOTSymbolOffsets[TargetName] = RE.SymOffset; in processRelocationRef()
1487 addRelocationForSymbol(RE, Value.SymbolName); in processRelocationRef()
1489 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
1498 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local
1499 addRelocationForSection(RE, SectionID); in processRelocationRef()
1552 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() local
1553 addRelocationForSection(RE, SectionID); in processRelocationRef()
1596 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local
1597 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
1618 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() local
1712 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local
1715 addRelocationForSymbol(RE, Value.SymbolName); in processRelocationRef()
1717 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
1750 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, in processRelocationRef() local
1753 addRelocationForSymbol(RE, Value.SymbolName); in processRelocationRef()
1755 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
1837 RelocationEntry RE = in processRelocationRef() local
1840 addRelocationForSymbol(RE, Value.SymbolName); in processRelocationRef()
1842 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
1850 RelocationEntry RE = in processRelocationRef() local
1853 addRelocationForSymbol(RE, Value.SymbolName); in processRelocationRef()
1855 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
1986 RelocationEntry RE(SectionID, in processX86_64GOTTPOFFRelocation() local
1991 addRelocationForSymbol(RE, Value.SymbolName); in processX86_64GOTTPOFFRelocation()
1993 addRelocationForSection(RE, Value.SectionID); in processX86_64GOTTPOFFRelocation()
2006 RelocationEntry RE = in processX86_64GOTTPOFFRelocation() local
2009 addRelocationForSymbol(RE, Value.SymbolName); in processX86_64GOTTPOFFRelocation()
2011 addRelocationForSection(RE, Value.SectionID); in processX86_64GOTTPOFFRelocation()
2128 RelocationEntry RE(SectionID, Offset - TLSSequenceOffset + TpoffRelocOffset, in processX86_64TLSRelocation() local
2131 addRelocationForSymbol(RE, Value.SymbolName); in processX86_64TLSRelocation()
2133 addRelocationForSection(RE, Value.SectionID); in processX86_64TLSRelocation()
2274 RelocationEntry RE = in findOrAllocGOTEntry() local
2277 addRelocationForSymbol(RE, Value.SymbolName); in findOrAllocGOTEntry()
2279 addRelocationForSection(RE, Value.SectionID); in findOrAllocGOTEntry()