Searched refs:IgotPltSection (Results 1 – 3 of 3) sorted by relevance
375 class IgotPltSection final : public SyntheticSection {377 IgotPltSection();1345 std::unique_ptr<IgotPltSection> igotPlt;
1189 IgotPltSection::IgotPltSection() in IgotPltSection() function in IgotPltSection1194 void IgotPltSection::addEntry(Symbol &sym) { in addEntry()1199 size_t IgotPltSection::getSize() const { in getSize()1203 void IgotPltSection::writeTo(uint8_t *buf) { in writeTo()
519 in.igotPlt = std::make_unique<IgotPltSection>(); in createSyntheticSections()