Home | History | Annotate | Download | only in MC

Lines Matching defs:Relocations

104         Relocations;
146 Relocations.clear();
569 // only handle section relocations to mergeable sections if using RELA.
574 // Most TLS relocations use a got, so they need the symbol. Even those that
630 // In general, ELF has no relocations for -B. It can only represent (A + C)
707 Relocations[&FixupSection].push_back(Rec);
721 Relocations[&FixupSection].push_back(Rec);
948 if (Relocations[&Sec].empty())
1051 std::vector<ELFRelocationEntry> &Relocs = Relocations[&Sec];
1053 // We record relocations by pushing to the end of a vector. Reverse the vector
1054 // to get the relocations in the order they were created.
1056 // (.eh_frame) or specific relocations (TLS optimizations on SystemZ).
1199 std::vector<MCSectionELF *> Relocations;
1235 Relocations.push_back(RelSection);
1260 for (MCSectionELF *RelSection : Relocations) {