Home | History | Annotate | Download | only in ppc

Lines Matching full:relocations_

242   relocations_.reserve(128);
2441 relocations_.push_back(rinfo);
2446 EnsureSpaceFor(relocations_.size() * kMaxRelocSize);
2448 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin();
2449 it != relocations_.end(); it++) {