Searched refs:GotPltSection (Results 1 – 4 of 4) sorted by relevance
355 class GotPltSection final : public SyntheticSection {357 GotPltSection();1344 std::unique_ptr<GotPltSection> gotPlt;
1137 GotPltSection::GotPltSection() in GotPltSection() function in GotPltSection1148 void GotPltSection::addEntry(Symbol &sym) { in addEntry()1154 size_t GotPltSection::getSize() const { in getSize()1159 void GotPltSection::writeTo(uint8_t *buf) { in writeTo()1168 bool GotPltSection::isNeeded() const { in isNeeded()
910 template <class PltSection, class GotPltSection>911 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()
517 in.gotPlt = std::make_unique<GotPltSection>(); in createSyntheticSections()