Searched refs:PltSection (Results 1 – 4 of 4) sorted by relevance
716 class PltSection : public SyntheticSection {718 PltSection();747 class PPC32GlinkSection : public PltSection {1276 std::unique_ptr<PltSection> plt;
2532 PltSection::PltSection() in PltSection() function in PltSection2553 void PltSection::writeTo(uint8_t *buf) { in writeTo()2565 void PltSection::addEntry(Symbol &sym) { in addEntry()2571 size_t PltSection::getSize() const { in getSize()2575 bool PltSection::isNeeded() const { in isNeeded()2582 void PltSection::addSymbols() { in addSymbols()
886 template <class PltSection, class GotPltSection>887 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()
514 in.plt = std::make_unique<PltSection>(); in createSyntheticSections()