Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h729 class PltSection : public SyntheticSection {
731 PltSection();
760 class PPC32GlinkSection : public PltSection {
1290 std::unique_ptr<PltSection> plt;
H A DSyntheticSections.cpp2489 PltSection::PltSection() in PltSection() function in PltSection
2514 void PltSection::writeTo(uint8_t *buf) { in writeTo()
2526 void PltSection::addEntry(Symbol &sym) { in addEntry()
2532 size_t PltSection::getSize() const { in getSize()
2536 bool PltSection::isNeeded() const { in isNeeded()
2543 void PltSection::addSymbols() { in addSymbols()
H A DWriter.cpp502 in.plt = std::make_unique<PltSection>(); in createSyntheticSections()