Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.h726 class PltSection : public SyntheticSection {
728 PltSection();
757 class PPC32GlinkSection : public PltSection {
1258 PltSection *plt;
DSyntheticSections.cpp2556 PltSection::PltSection() in PltSection() function in PltSection
2577 void PltSection::writeTo(uint8_t *buf) { in writeTo()
2589 void PltSection::addEntry(Symbol &sym) { in addEntry()
2594 size_t PltSection::getSize() const { in getSize()
2598 bool PltSection::isNeeded() const { in isNeeded()
2605 void PltSection::addSymbols() { in addSymbols()
DRelocations.cpp1077 template <class PltSection, class GotPltSection>
1078 static void addPltEntry(PltSection *plt, GotPltSection *gotPlt, in addPltEntry()
DWriter.cpp557 : make<PltSection>(); in createSyntheticSections()