Searched refs:Patch843419Section (Results 1 – 2 of 2) sorted by relevance
371 class elf::Patch843419Section final : public SyntheticSection { class in elf373 Patch843419Section(Ctx &, InputSection *p, uint64_t off);393 Patch843419Section::Patch843419Section(Ctx &ctx, InputSection *p, uint64_t off) in Patch843419Section() function in Patch843419Section404 uint64_t Patch843419Section::getLDSTAddr() const { in getLDSTAddr()408 void Patch843419Section::writeTo(uint8_t *buf) { in writeTo()481 InputSectionDescription &isd, std::vector<Patch843419Section *> &patches) { in insertPatches()519 return isa<Patch843419Section>(a) && !isa<Patch843419Section>(b); in insertPatches()532 std::vector<Patch843419Section *> &patches) { in implementPatch()557 auto *ps = make<Patch843419Section>(ctx, isec, patcheeOffset); in implementPatch()574 std::vector<Patch843419Section *>[all …]
21 class Patch843419Section; variable30 std::vector<Patch843419Section *>34 std::vector<Patch843419Section *> &patches);