Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h394 class IgotPltSection final : public SyntheticSection {
396 IgotPltSection();
1267 std::unique_ptr<IgotPltSection> igotPlt;
H A DSyntheticSections.cpp1213 IgotPltSection::IgotPltSection() in IgotPltSection() function in IgotPltSection
1218 void IgotPltSection::addEntry(Symbol &sym) { in addEntry()
1223 size_t IgotPltSection::getSize() const { in getSize()
1227 void IgotPltSection::writeTo(uint8_t *buf) { in writeTo()
H A DWriter.cpp473 in.igotPlt = std::make_unique<IgotPltSection>(); in createSyntheticSections()