Lines Matching defs:patches
60 // must iterate until no more patches are added.
371 InputSectionDescription &isd, std::vector<Patch657417Section *> &patches) {
378 // Set the outSecOff of patches to the place where we want to insert them.
382 auto patchIt = patches.begin();
383 auto patchEnd = patches.end();
404 tmp.reserve(isd.sections.size() + patches.size());
410 std::merge(isd.sections.begin(), isd.sections.end(), patches.begin(),
411 patches.end(), std::back_inserter(tmp), mergeCmp);
421 std::vector<Patch657417Section *> &patches) {
484 patches.push_back(psec);
493 std::vector<Patch657417Section *> patches;
515 implementPatch(sr, isec, patches);
522 return patches;
535 std::vector<Patch657417Section *> patches =
537 if (!patches.empty()) {
538 insertPatches(*isd, patches);