Searched refs:IBTPltSection (Results 1 – 3 of 3) sorted by relevance
758 class IBTPltSection : public SyntheticSection {760 IBTPltSection();1279 std::unique_ptr<IBTPltSection> ibtPlt;
2698 IBTPltSection::IBTPltSection() in IBTPltSection() function in IBTPltSection2701 void IBTPltSection::writeTo(uint8_t *buf) { in writeTo()2705 size_t IBTPltSection::getSize() const { in getSize()2710 bool IBTPltSection::isNeeded() const { return in.plt->getNumEntries() > 0; } in isNeeded()
507 in.ibtPlt = std::make_unique<IBTPltSection>(); in createSyntheticSections()