Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h731 class PltSection : public SyntheticSection {
733 PltSection();
762 class PPC32GlinkSection : public PltSection {
1356 std::unique_ptr<PltSection> plt;
H A DSyntheticSections.cpp2516 PltSection::PltSection() in PltSection() function in PltSection
2537 void PltSection::writeTo(uint8_t *buf) { in writeTo()
2549 void PltSection::addEntry(Symbol &sym) { in addEntry()
2555 size_t PltSection::getSize() const { in getSize()
2559 bool PltSection::isNeeded() const { in isNeeded()
2566 void PltSection::addSymbols() { in addSymbols()
H A DRelocations.cpp910 template <class PltSection, class GotPltSection>
911 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()
H A DWriter.cpp573 in.plt = std::make_unique<PltSection>(); in createSyntheticSections()