Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h740 class PltSection : public SyntheticSection {
742 PltSection();
771 class PPC32GlinkSection : public PltSection {
1503 std::unique_ptr<PltSection> plt;
H A DSyntheticSections.cpp2537 PltSection::PltSection() in PltSection() function in PltSection
2558 void PltSection::writeTo(uint8_t *buf) { in writeTo()
2570 void PltSection::addEntry(Symbol &sym) { in addEntry()
2576 size_t PltSection::getSize() const { in getSize()
2580 bool PltSection::isNeeded() const { in isNeeded()
2587 void PltSection::addSymbols() { in addSymbols()
4892 in.plt = std::make_unique<PltSection>(); in createSyntheticSections()
H A DRelocations.cpp913 template <class PltSection, class GotPltSection>
914 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()