Lines Matching refs:RelocationEntry
148 RelocationEntry RE(SectionID, Offset, RelType, 0, -1, 0, 0, 0, false, 0);
162 RelocationEntry RE =
163 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
169 RelocationEntry RE =
170 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
176 RelocationEntry RE =
177 RelocationEntry(TargetSectionID, Offset, RelType, 0);
182 RelocationEntry RE =
183 RelocationEntry(SectionID, Offset, RelType, TargetOffset + Addend);
188 RelocationEntry RE =
189 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
197 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType,
208 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {