Searched refs:GotPltSection (Results 1 – 4 of 4) sorted by relevance
60 class GotPltSection; variable578 std::unique_ptr<GotPltSection> gotPlt;
370 class GotPltSection final : public SyntheticSection {372 GotPltSection(Ctx &);
1214 GotPltSection::GotPltSection(Ctx &ctx) in GotPltSection() function in GotPltSection1225 void GotPltSection::addEntry(Symbol &sym) { in addEntry()1231 size_t GotPltSection::getSize() const { in getSize()1236 void GotPltSection::writeTo(uint8_t *buf) { in writeTo()1245 bool GotPltSection::isNeeded() const { in isNeeded()4921 ctx.in.gotPlt = std::make_unique<GotPltSection>(ctx); in createSyntheticSections()
883 template <class PltSection, class GotPltSection>884 static void addPltEntry(Ctx &ctx, PltSection &plt, GotPltSection &gotPlt, in addPltEntry()