Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h380 class IgotPltSection final : public SyntheticSection {
382 IgotPltSection();
1492 std::unique_ptr<IgotPltSection> igotPlt;
H A DSyntheticSections.cpp1216 IgotPltSection::IgotPltSection() in IgotPltSection() function in IgotPltSection
1221 void IgotPltSection::addEntry(Symbol &sym) { in addEntry()
1226 size_t IgotPltSection::getSize() const { in getSize()
1230 void IgotPltSection::writeTo(uint8_t *buf) { in writeTo()
4851 in.igotPlt = std::make_unique<IgotPltSection>(); in createSyntheticSections()