Searched refs:PltSection (Results 1 – 4 of 4) sorted by relevance
70 class PltSection; variable590 std::unique_ptr<PltSection> plt;
746 class PltSection : public SyntheticSection {748 PltSection(Ctx &);777 class PPC32GlinkSection : public PltSection {
2601 PltSection::PltSection(Ctx &ctx) in PltSection() function in PltSection2628 void PltSection::writeTo(uint8_t *buf) { in writeTo()2640 void PltSection::addEntry(Symbol &sym) { in addEntry()2646 size_t PltSection::getSize() const { in getSize()2650 bool PltSection::isNeeded() const { in isNeeded()2657 void PltSection::addSymbols() { in addSymbols()2708 PPC32GlinkSection::PPC32GlinkSection(Ctx &ctx) : PltSection(ctx) { in PPC32GlinkSection()4964 ctx.in.plt = std::make_unique<PltSection>(ctx); in createSyntheticSections()
883 template <class PltSection, class GotPltSection>884 static void addPltEntry(Ctx &ctx, PltSection &plt, GotPltSection &gotPlt, in addPltEntry()