Searched refs:StubHelperSection (Results 1 – 3 of 3) sorted by relevance
299 class StubHelperSection final : public SyntheticSection {301 StubHelperSection();604 StubHelperSection *stubHelper = nullptr;
582 StubHelperSection::StubHelperSection() in StubHelperSection() function in StubHelperSection588 uint64_t StubHelperSection::getSize() const { in getSize()593 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded()595 void StubHelperSection::writeTo(uint8_t *buf) const { in writeTo()604 void StubHelperSection::setup() { in setup()
1142 in.stubHelper = make<StubHelperSection>(); in createSyntheticSections()