Lines Matching refs:patches
483 InputSectionDescription &isd, std::vector<Patch843419Section *> &patches) { in insertPatches() argument
492 auto patchIt = patches.begin(); in insertPatches()
493 auto patchEnd = patches.end(); in insertPatches()
516 tmp.reserve(isd.sections.size() + patches.size()); in insertPatches()
522 std::merge(isd.sections.begin(), isd.sections.end(), patches.begin(), in insertPatches()
523 patches.end(), std::back_inserter(tmp), mergeCmp); in insertPatches()
533 std::vector<Patch843419Section *> &patches) { in implementPatch() argument
559 patches.push_back(ps); in implementPatch()
578 std::vector<Patch843419Section *> patches; in patchInputSectionDescription() local
601 implementPatch(startAddr, patcheeOffset, isec, patches); in patchInputSectionDescription()
608 return patches; in patchInputSectionDescription()
633 std::vector<Patch843419Section *> patches = in createFixes() local
635 if (!patches.empty()) { in createFixes()
636 insertPatches(*isd, patches); in createFixes()