Searched refs:IBTPltSection (Results 1 – 3 of 3) sorted by relevance
62 class IBTPltSection; variable593 std::unique_ptr<IBTPltSection> ibtPlt;
788 class IBTPltSection : public SyntheticSection {790 IBTPltSection(Ctx &);
2779 IBTPltSection::IBTPltSection(Ctx &ctx) in IBTPltSection() function in IBTPltSection2783 void IBTPltSection::writeTo(uint8_t *buf) { in writeTo()2787 size_t IBTPltSection::getSize() const { in getSize()2792 bool IBTPltSection::isNeeded() const { return ctx.in.plt->getNumEntries() > 0; } in isNeeded()4957 ctx.in.ibtPlt = std::make_unique<IBTPltSection>(ctx); in createSyntheticSections()