Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h375 class IgotPltSection final : public SyntheticSection {
377 IgotPltSection();
1345 std::unique_ptr<IgotPltSection> igotPlt;
H A DSyntheticSections.cpp1189 IgotPltSection::IgotPltSection() in IgotPltSection() function in IgotPltSection
1194 void IgotPltSection::addEntry(Symbol &sym) { in addEntry()
1199 size_t IgotPltSection::getSize() const { in getSize()
1203 void IgotPltSection::writeTo(uint8_t *buf) { in writeTo()
H A DWriter.cpp519 in.igotPlt = std::make_unique<IgotPltSection>(); in createSyntheticSections()