Searched refs:IpltSection (Results 1 – 3 of 3) sorted by relevance
65 class IpltSection; variable591 std::unique_ptr<IpltSection> iplt;
765 class IpltSection final : public SyntheticSection {769 IpltSection(Ctx &);
2667 IpltSection::IpltSection(Ctx &ctx) in IpltSection() function in IpltSection2681 void IpltSection::writeTo(uint8_t *buf) { in writeTo()2689 size_t IpltSection::getSize() const { in getSize()2693 void IpltSection::addEntry(Symbol &sym) { in addEntry()2700 void IpltSection::addSymbols() { in addSymbols()4966 ctx.in.iplt = std::make_unique<IpltSection>(ctx); in createSyntheticSections()