Lines Matching defs:isd
483 InputSectionDescription &isd, std::vector<Patch843419Section *> &patches) {
485 uint64_t prevIsecLimit = isd.sections.front()->outSecOff;
488 uint64_t outSecAddr = isd.sections.front()->getParent()->addr;
495 for (const InputSection *isec : isd.sections) {
517 tmp.reserve(isd.sections.size() + patches.size());
523 std::merge(isd.sections.begin(), isd.sections.end(), patches.begin(),
525 isd.sections = std::move(tmp);
578 InputSectionDescription &isd) {
580 for (InputSection *isec : isd.sections) {
633 if (auto *isd = dyn_cast<InputSectionDescription>(cmd)) {
635 patchInputSectionDescription(*isd);
637 insertPatches(*isd, patches);