Searched refs:GotPltSection (Results 1 – 3 of 3) sorted by relevance
360 class GotPltSection final : public SyntheticSection {362 GotPltSection();1491 std::unique_ptr<GotPltSection> gotPlt;
1164 GotPltSection::GotPltSection() in GotPltSection() function in GotPltSection1175 void GotPltSection::addEntry(Symbol &sym) { in addEntry()1181 size_t GotPltSection::getSize() const { in getSize()1186 void GotPltSection::writeTo(uint8_t *buf) { in writeTo()1195 bool GotPltSection::isNeeded() const { in isNeeded()4849 in.gotPlt = std::make_unique<GotPltSection>(); in createSyntheticSections()
913 template <class PltSection, class GotPltSection>914 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()