Home | History | Annotate | Download | only in Targets

Lines Matching refs:RelocationEntry

86       RelocationEntry RE(SectionID, Offset, RelType, 0, -1, 0, 0, 0, false, 0);
102 RelocationEntry RE =
103 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
109 RelocationEntry RE =
110 RelocationEntry(TargetSectionID, Offset, RelType, 0);
115 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType,
121 RelocationEntry RE =
122 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
130 RelocationEntry RE =
131 RelocationEntry(SectionID, Offset, RelType,
142 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {