Lines Matching refs:InputSection
75 Patch657417Section(InputSection *p, uint64_t off, uint32_t instr, bool isARM);
89 const InputSection *patchee;
138 Patch657417Section::Patch657417Section(InputSection *p, uint64_t off, in Patch657417Section()
195 static bool branchDestInFirstRegion(const InputSection *isec, uint64_t off, in branchDestInFirstRegion()
218 static bool patchInRange(const InputSection *isec, uint64_t off, in patchInRange()
244 static ScanResult scanCortexA8Errata657417(InputSection *isec, uint64_t &off, in scanCortexA8Errata657417()
328 if (auto *sec = dyn_cast_or_null<InputSection>(def->section)) in init()
367 for (const InputSection *isec : isd.sections) { in insertPatches()
386 std::vector<InputSection *> tmp; in insertPatches()
388 auto mergeCmp = [](const InputSection *a, const InputSection *b) { in insertPatches()
403 static void implementPatch(ScanResult sr, InputSection *isec, in implementPatch()
476 for (InputSection *isec : isd.sections) { in patchInputSectionDescription()