Searched refs:StubHelperSection (Results 1 – 3 of 3) sorted by relevance
305 class StubHelperSection final : public SyntheticSection {307 StubHelperSection();805 StubHelperSection *stubHelper = nullptr;
765 StubHelperSection::StubHelperSection() in StubHelperSection() function in StubHelperSection771 uint64_t StubHelperSection::getSize() const { in getSize()776 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded()778 void StubHelperSection::writeTo(uint8_t *buf) const { in writeTo()787 void StubHelperSection::setUp() { in setUp()
1341 in.stubHelper = make<StubHelperSection>(); in createSyntheticSections()