Searched refs:GotPltSection (Results 1 – 4 of 4) sorted by relevance
374 class GotPltSection final : public SyntheticSection {376 GotPltSection();1266 std::unique_ptr<GotPltSection> gotPlt;
1161 GotPltSection::GotPltSection() in GotPltSection() function in GotPltSection1172 void GotPltSection::addEntry(Symbol &sym) { in addEntry()1178 size_t GotPltSection::getSize() const { in getSize()1183 void GotPltSection::writeTo(uint8_t *buf) { in writeTo()1192 bool GotPltSection::isNeeded() const { in isNeeded()
886 template <class PltSection, class GotPltSection>887 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()
471 in.gotPlt = std::make_unique<GotPltSection>(); in createSyntheticSections()