Home
last modified time | relevance | path

Searched refs:IBTPltSection (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h771 class IBTPltSection : public SyntheticSection {
773 IBTPltSection();
1293 std::unique_ptr<IBTPltSection> ibtPlt;
H A DSyntheticSections.cpp2659 IBTPltSection::IBTPltSection() in IBTPltSection() function in IBTPltSection
2662 void IBTPltSection::writeTo(uint8_t *buf) { in writeTo()
2666 size_t IBTPltSection::getSize() const { in getSize()
2671 bool IBTPltSection::isNeeded() const { return in.plt->getNumEntries() > 0; } in isNeeded()
H A DWriter.cpp489 in.ibtPlt = std::make_unique<IBTPltSection>(); in createSyntheticSections()
494 in.ibtPlt = std::make_unique<IBTPltSection>(); in createSyntheticSections()