Searched refs:IgotPltSection (Results 1 – 3 of 3) sorted by relevance
394 class IgotPltSection final : public SyntheticSection {396 IgotPltSection();1267 std::unique_ptr<IgotPltSection> igotPlt;
1213 IgotPltSection::IgotPltSection() in IgotPltSection() function in IgotPltSection1218 void IgotPltSection::addEntry(Symbol &sym) { in addEntry()1223 size_t IgotPltSection::getSize() const { in getSize()1227 void IgotPltSection::writeTo(uint8_t *buf) { in writeTo()
473 in.igotPlt = std::make_unique<IgotPltSection>(); in createSyntheticSections()