Lines Matching full:relocations
52 auto Begin = Relocations.lower_bound(Relocation{Offset, 0, 0, 0, 0});
53 auto End = Relocations.upper_bound(Relocation{EndOffset, 0, 0, 0, 0});
94 for (auto RI = Relocations.begin(), RE = Relocations.end(); RI != RE;) {
104 // Get iterators to all relocations with the same offset. Usually, there
106 // relocations.
108 auto ROE = Relocations.upper_bound(RelocationOffset);
161 // We apply relocations to original section contents. For allocatable sections
168 dbgs() << "BOLT-DEBUG: flushing pending relocations for section "
204 void BinarySection::clearRelocations() { clearList(Relocations); }
222 for (const Relocation &R : relocations())
229 "reordering pending relocations not supported");
231 for (const Relocation &Rel : relocations()) {
255 Relocations = reorderRelocations(Inplace);
273 if (Relocations.empty()) {
274 // If there are no existing relocations, tack a phony one at the end