Searched refs:Patch843419Section (Results 1 – 2 of 2) sorted by relevance
373 class elf::Patch843419Section final : public SyntheticSection { class in elf375 Patch843419Section(InputSection *p, uint64_t off);395 Patch843419Section::Patch843419Section(InputSection *p, uint64_t off) in Patch843419Section() function in Patch843419Section406 uint64_t Patch843419Section::getLDSTAddr() const { in getLDSTAddr()410 void Patch843419Section::writeTo(uint8_t *buf) { in writeTo()483 InputSectionDescription &isd, std::vector<Patch843419Section *> &patches) { in insertPatches()520 return isa<Patch843419Section>(a) && !isa<Patch843419Section>(b); in insertPatches()533 std::vector<Patch843419Section *> &patches) { in implementPatch()558 auto *ps = make<Patch843419Section>(isec, patcheeOffset); in implementPatch()575 std::vector<Patch843419Section *>[all …]
21 class Patch843419Section; variable29 std::vector<Patch843419Section *>33 std::vector<Patch843419Section *> &patches);