Searched refs:GotPltSection (Results 1 – 4 of 4) sorted by relevance
377 class GotPltSection final : public SyntheticSection {379 GotPltSection();1207 GotPltSection *gotPlt;
1127 GotPltSection::GotPltSection() in GotPltSection() function in GotPltSection1138 void GotPltSection::addEntry(Symbol &sym) { in addEntry()1143 size_t GotPltSection::getSize() const { in getSize()1147 void GotPltSection::writeTo(uint8_t *buf) { in writeTo()1156 bool GotPltSection::isNeeded() const { in isNeeded()
1064 template <class PltSection, class GotPltSection>1065 static void addPltEntry(PltSection *plt, GotPltSection *gotPlt, in addPltEntry()
516 in.gotPlt = make<GotPltSection>(); in createSyntheticSections()