Searched refs:Patch657417Section (Results 1 – 2 of 2) sorted by relevance
73 class elf::Patch657417Section : public SyntheticSection { class in elf75 Patch657417Section(InputSection *p, uint64_t off, uint32_t instr, bool isARM);138 Patch657417Section::Patch657417Section(InputSection *p, uint64_t off, in Patch657417Section() function in Patch657417Section150 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()[all …]
24 class Patch657417Section; variable32 std::vector<Patch657417Section *>36 std::vector<Patch657417Section *> &patches);