Searched refs:IgotPltSection (Results 1 – 2 of 2) sorted by relevance
380 class IgotPltSection final : public SyntheticSection {382 IgotPltSection();1492 std::unique_ptr<IgotPltSection> igotPlt;
1216 IgotPltSection::IgotPltSection() in IgotPltSection() function in IgotPltSection1221 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()