Searched refs:PltSection (Results 1 – 4 of 4) sorted by relevance
726 class PltSection : public SyntheticSection {728 PltSection();757 class PPC32GlinkSection : public PltSection {1258 PltSection *plt;
2556 PltSection::PltSection() in PltSection() function in PltSection2577 void PltSection::writeTo(uint8_t *buf) { in writeTo()2589 void PltSection::addEntry(Symbol &sym) { in addEntry()2594 size_t PltSection::getSize() const { in getSize()2598 bool PltSection::isNeeded() const { in isNeeded()2605 void PltSection::addSymbols() { in addSymbols()
1077 template <class PltSection, class GotPltSection>1078 static void addPltEntry(PltSection *plt, GotPltSection *gotPlt, in addPltEntry()
557 : make<PltSection>(); in createSyntheticSections()