Lines Matching refs:Patch657417Section
73 class elf::Patch657417Section : public SyntheticSection { class in elf
75 Patch657417Section(InputSection *p, uint64_t off, uint32_t instr, bool isARM);
138 Patch657417Section::Patch657417Section(InputSection *p, uint64_t off, in Patch657417Section() function in Patch657417Section
150 uint64_t Patch657417Section::getBranchAddr() const { in getBranchAddr()
170 void Patch657417Section::writeTo(uint8_t *buf) { in writeTo()
354 InputSectionDescription &isd, std::vector<Patch657417Section *> &patches) { in insertPatches()
391 return isa<Patch657417Section>(a) && !isa<Patch657417Section>(b); in insertPatches()
404 std::vector<Patch657417Section *> &patches) { in implementPatch()
408 Patch657417Section *psec; in implementPatch()
437 psec = make<Patch657417Section>(isec, sr.off, sr.instr, destIsARM); in implementPatch()
455 psec = make<Patch657417Section>(isec, sr.off, sr.instr, isBLX(sr.instr)); in implementPatch()
472 std::vector<Patch657417Section *>
475 std::vector<Patch657417Section *> patches; in patchInputSectionDescription()
517 std::vector<Patch657417Section *> patches = in createFixes()