Searched refs:PltSection (Results 1 – 4 of 4) sorted by relevance
731 class PltSection : public SyntheticSection {733 PltSection();762 class PPC32GlinkSection : public PltSection {1356 std::unique_ptr<PltSection> plt;
2516 PltSection::PltSection() in PltSection() function in PltSection2537 void PltSection::writeTo(uint8_t *buf) { in writeTo()2549 void PltSection::addEntry(Symbol &sym) { in addEntry()2555 size_t PltSection::getSize() const { in getSize()2559 bool PltSection::isNeeded() const { in isNeeded()2566 void PltSection::addSymbols() { in addSymbols()
910 template <class PltSection, class GotPltSection>911 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()
573 in.plt = std::make_unique<PltSection>(); in createSyntheticSections()