Lines Matching defs:Patch657417Section
71 class elf::Patch657417Section final : public SyntheticSection {
73 Patch657417Section(Ctx &, InputSection *p, uint64_t off, uint32_t instr,
137 Patch657417Section::Patch657417Section(Ctx &ctx, InputSection *p, uint64_t off,
150 uint64_t Patch657417Section::getBranchAddr() const {
180 void Patch657417Section::writeTo(uint8_t *buf) {
371 InputSectionDescription &isd, std::vector<Patch657417Section *> &patches) {
408 return isa<Patch657417Section>(a) && !isa<Patch657417Section>(b);
421 std::vector<Patch657417Section *> &patches) {
425 Patch657417Section *psec;
455 psec = make<Patch657417Section>(ctx, isec, sr.off, sr.instr, destIsARM);
474 make<Patch657417Section>(ctx, isec, sr.off, sr.instr, isBLX(sr.instr));
488 // the erratum sequence create a Patch657417Section. We return the list of
490 std::vector<Patch657417Section *>
493 std::vector<Patch657417Section *> patches;
535 std::vector<Patch657417Section *> patches =