Home
last modified time | relevance | path

Searched refs:GotPltSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h60 class GotPltSection; variable
578 std::unique_ptr<GotPltSection> gotPlt;
H A DSyntheticSections.h370 class GotPltSection final : public SyntheticSection {
372 GotPltSection(Ctx &);
H A DSyntheticSections.cpp1214 GotPltSection::GotPltSection(Ctx &ctx) in GotPltSection() function in GotPltSection
1225 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()
H A DRelocations.cpp883 template <class PltSection, class GotPltSection>
884 static void addPltEntry(Ctx &ctx, PltSection &plt, GotPltSection &gotPlt, in addPltEntry()