Lines Matching defs:RE

782 // The target location for the relocation is described by RE.SectionID and
783 // RE.Offset. RE.SectionID can be used to find the SectionEntry. Each
799 // the symbol resides (RE.Addend provides additional information about the
802 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE,
804 const SectionEntry &Section = Sections[RE.SectionID];
805 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
806 RE.SymOffset);
1006 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address,
1009 addRelocationForSymbol(RE, Value.SymbolName);
1011 addRelocationForSection(RE, Value.SectionID);
1034 RelocationEntry RE(SectionID, Offset, RelType, i->second);
1035 addRelocationForSection(RE, SectionID);
1060 RelocationEntry RE(SectionID, Offset, RelType, Section.StubOffset);
1061 addRelocationForSection(RE, SectionID);
1080 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend);
1082 addRelocationForSymbol(RE, Value.SymbolName);
1084 addRelocationForSection(RE, Value.SectionID);
1104 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address,
1144 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend);
1151 addRelocationForSymbol(RE, Value.SymbolName);
1153 addRelocationForSection(RE, Value.SectionID);
1188 RelocationEntry RE(SectionID, StubOffset + 8,
1191 addRelocationForSymbol(RE, Value.SymbolName);
1193 addRelocationForSection(RE, Value.SectionID);
1242 RelocationEntry RE(SectionID, StubOffset + 2,
1244 addRelocationForSymbol(RE, Value.SymbolName);
1254 RelocationEntry RE(SectionID, Offset, ELF::R_X86_64_PC32, Value.Addend,
1256 addRelocationForSection(RE, Value.SectionID);
1262 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset);
1264 addRelocationForSymbol(RE, Value.SymbolName);
1266 addRelocationForSection(RE, Value.SectionID);