Lines Matching defs:Patch843419Section
373 class elf::Patch843419Section final : public SyntheticSection {
375 Patch843419Section(Ctx &, InputSection *p, uint64_t off);
395 Patch843419Section::Patch843419Section(Ctx &ctx, InputSection *p, uint64_t off)
406 uint64_t Patch843419Section::getLDSTAddr() const {
410 void Patch843419Section::writeTo(uint8_t *buf) {
483 InputSectionDescription &isd, std::vector<Patch843419Section *> &patches) {
521 return isa<Patch843419Section>(a) && !isa<Patch843419Section>(b);
534 std::vector<Patch843419Section *> &patches) {
559 auto *ps = make<Patch843419Section>(ctx, isec, patcheeOffset);
574 // the erratum sequence create a Patch843419Section. We return the list of
576 std::vector<Patch843419Section *>
579 std::vector<Patch843419Section *> patches;
613 // looking for the erratum sequence; creating a synthetic Patch843419Section
634 std::vector<Patch843419Section *> patches =