Searched refs:PltSection (Results 1 – 3 of 3) sorted by relevance
729 class PltSection : public SyntheticSection {731 PltSection();760 class PPC32GlinkSection : public PltSection {1290 std::unique_ptr<PltSection> plt;
2489 PltSection::PltSection() in PltSection() function in PltSection2514 void PltSection::writeTo(uint8_t *buf) { in writeTo()2526 void PltSection::addEntry(Symbol &sym) { in addEntry()2532 size_t PltSection::getSize() const { in getSize()2536 bool PltSection::isNeeded() const { in isNeeded()2543 void PltSection::addSymbols() { in addSymbols()
502 in.plt = std::make_unique<PltSection>(); in createSyntheticSections()