Lines Matching refs:patches
364 InputSectionDescription &isd, std::vector<Patch657417Section *> &patches) { in insertPatches() argument
375 auto patchIt = patches.begin(); in insertPatches()
376 auto patchEnd = patches.end(); in insertPatches()
397 tmp.reserve(isd.sections.size() + patches.size()); in insertPatches()
403 std::merge(isd.sections.begin(), isd.sections.end(), patches.begin(), in insertPatches()
404 patches.end(), std::back_inserter(tmp), mergeCmp); in insertPatches()
414 std::vector<Patch657417Section *> &patches) { in implementPatch() argument
475 patches.push_back(psec); in implementPatch()
484 std::vector<Patch657417Section *> patches; in patchInputSectionDescription() local
506 implementPatch(sr, isec, patches); in patchInputSectionDescription()
513 return patches; in patchInputSectionDescription()
526 std::vector<Patch657417Section *> patches = in createFixes() local
528 if (!patches.empty()) { in createFixes()
529 insertPatches(*isd, patches); in createFixes()