Searched refs:IgotPltSection (Results 1 – 3 of 3) sorted by relevance
63 class IgotPltSection; variable579 std::unique_ptr<IgotPltSection> igotPlt;
390 class IgotPltSection final : public SyntheticSection {392 IgotPltSection(Ctx &);
1266 IgotPltSection::IgotPltSection(Ctx &ctx) in IgotPltSection() function in IgotPltSection1271 void IgotPltSection::addEntry(Symbol &sym) { in addEntry()1276 size_t IgotPltSection::getSize() const { in getSize()1280 void IgotPltSection::writeTo(uint8_t *buf) { in writeTo()4923 ctx.in.igotPlt = std::make_unique<IgotPltSection>(ctx); in createSyntheticSections()