Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h716 class PltSection : public SyntheticSection {
718 PltSection();
747 class PPC32GlinkSection : public PltSection {
1276 std::unique_ptr<PltSection> plt;
H A DSyntheticSections.cpp2532 PltSection::PltSection() in PltSection() function in PltSection
2553 void PltSection::writeTo(uint8_t *buf) { in writeTo()
2565 void PltSection::addEntry(Symbol &sym) { in addEntry()
2571 size_t PltSection::getSize() const { in getSize()
2575 bool PltSection::isNeeded() const { in isNeeded()
2582 void PltSection::addSymbols() { in addSymbols()
H A DRelocations.cpp886 template <class PltSection, class GotPltSection>
887 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()
H A DWriter.cpp514 in.plt = std::make_unique<PltSection>(); in createSyntheticSections()