Searched refs:PPC32Got2Section (Results 1 – 3 of 3) sorted by relevance
68 class PPC32Got2Section; variable592 std::unique_ptr<PPC32Got2Section> ppc32Got2;
1357 class PPC32Got2Section final : public SyntheticSection {1359 PPC32Got2Section(Ctx &);
4355 PPC32Got2Section::PPC32Got2Section(Ctx &ctx) in PPC32Got2Section() function in PPC32Got2Section4358 bool PPC32Got2Section::isNeeded() const { in isNeeded()4369 void PPC32Got2Section::finalizeContents() { in finalizeContents()4911 ctx.in.ppc32Got2 = std::make_unique<PPC32Got2Section>(ctx); in createSyntheticSections()