Lines Matching refs:InputSection
73 Patch657417Section(InputSection *p, uint64_t off, uint32_t instr, bool isARM);
87 const InputSection *patchee;
136 Patch657417Section::Patch657417Section(InputSection *p, uint64_t off, in Patch657417Section()
206 static bool branchDestInFirstRegion(const InputSection *isec, uint64_t off, in branchDestInFirstRegion()
229 static bool patchInRange(const InputSection *isec, uint64_t off, in patchInRange()
255 static ScanResult scanCortexA8Errata657417(InputSection *isec, uint64_t &off, in scanCortexA8Errata657417()
338 if (auto *sec = dyn_cast_or_null<InputSection>(def->section)) in init()
377 for (const InputSection *isec : isd.sections) { in insertPatches()
396 SmallVector<InputSection *, 0> tmp; in insertPatches()
398 auto mergeCmp = [](const InputSection *a, const InputSection *b) { in insertPatches()
413 static void implementPatch(ScanResult sr, InputSection *isec, in implementPatch()
485 for (InputSection *isec : isd.sections) { in patchInputSectionDescription()