Searched refs:GotPltSection (Results 1 – 4 of 4) sorted by relevance
353 class GotPltSection final : public SyntheticSection {355 GotPltSection();1280 std::unique_ptr<GotPltSection> gotPlt;
1129 GotPltSection::GotPltSection() in GotPltSection() function in GotPltSection1140 void GotPltSection::addEntry(Symbol &sym) { in addEntry()1146 size_t GotPltSection::getSize() const { in getSize()1151 void GotPltSection::writeTo(uint8_t *buf) { in writeTo()1160 bool GotPltSection::isNeeded() const { in isNeeded()
891 template <class PltSection, class GotPltSection>892 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()
452 in.gotPlt = std::make_unique<GotPltSection>(); in createSyntheticSections()