Searched refs:IBTPltSection (Results 1 – 2 of 2) sorted by relevance
782 class IBTPltSection : public SyntheticSection {784 IBTPltSection();1506 std::unique_ptr<IBTPltSection> ibtPlt;
2703 IBTPltSection::IBTPltSection() in IBTPltSection() function in IBTPltSection2706 void IBTPltSection::writeTo(uint8_t *buf) { in writeTo()2710 size_t IBTPltSection::getSize() const { in getSize()2715 bool IBTPltSection::isNeeded() const { return in.plt->getNumEntries() > 0; } in isNeeded()4885 in.ibtPlt = std::make_unique<IBTPltSection>(); in createSyntheticSections()