Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h70 class PltSection; variable
590 std::unique_ptr<PltSection> plt;
H A DSyntheticSections.h746 class PltSection : public SyntheticSection {
748 PltSection(Ctx &);
777 class PPC32GlinkSection : public PltSection {
H A DSyntheticSections.cpp2601 PltSection::PltSection(Ctx &ctx) in PltSection() function in PltSection
2628 void PltSection::writeTo(uint8_t *buf) { in writeTo()
2640 void PltSection::addEntry(Symbol &sym) { in addEntry()
2646 size_t PltSection::getSize() const { in getSize()
2650 bool PltSection::isNeeded() const { in isNeeded()
2657 void PltSection::addSymbols() { in addSymbols()
2708 PPC32GlinkSection::PPC32GlinkSection(Ctx &ctx) : PltSection(ctx) { in PPC32GlinkSection()
4964 ctx.in.plt = std::make_unique<PltSection>(ctx); in createSyntheticSections()
H A DRelocations.cpp883 template <class PltSection, class GotPltSection>
884 static void addPltEntry(Ctx &ctx, PltSection &plt, GotPltSection &gotPlt, in addPltEntry()