Searched refs:PltSection (Results 1 – 3 of 3) sorted by relevance
740 class PltSection : public SyntheticSection {742 PltSection();771 class PPC32GlinkSection : public PltSection {1503 std::unique_ptr<PltSection> plt;
2537 PltSection::PltSection() in PltSection() function in PltSection2558 void PltSection::writeTo(uint8_t *buf) { in writeTo()2570 void PltSection::addEntry(Symbol &sym) { in addEntry()2576 size_t PltSection::getSize() const { in getSize()2580 bool PltSection::isNeeded() const { in isNeeded()2587 void PltSection::addSymbols() { in addSymbols()4892 in.plt = std::make_unique<PltSection>(); in createSyntheticSections()
913 template <class PltSection, class GotPltSection>914 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()