Searched refs:StubHelperSection (Results 1 – 3 of 3) sorted by relevance
301 class StubHelperSection final : public SyntheticSection {303 StubHelperSection();637 StubHelperSection *stubHelper = nullptr;
668 StubHelperSection::StubHelperSection() in StubHelperSection() function in StubHelperSection674 uint64_t StubHelperSection::getSize() const { in getSize()679 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded()681 void StubHelperSection::writeTo(uint8_t *buf) const { in writeTo()690 void StubHelperSection::setup() { in setup()
1225 in.stubHelper = make<StubHelperSection>(); in createSyntheticSections()