Searched refs:PPC32GlinkSection (Results 1 – 5 of 5) sorted by relevance
80 for (const Symbol *sym : cast<PPC32GlinkSection>(*in.plt).canonical_plts) { in writePPC32GlinkSection()
760 class PPC32GlinkSection : public PltSection {762 PPC32GlinkSection();
2588 PPC32GlinkSection::PPC32GlinkSection() { in PPC32GlinkSection() function in PPC32GlinkSection2593 void PPC32GlinkSection::writeTo(uint8_t *buf) { in writeTo()2597 size_t PPC32GlinkSection::getSize() const { in getSize()
1685 cast<PPC32GlinkSection>(*in.plt).canonical_plts.push_back(&sym); in postScanRelocations()
500 in.plt = std::make_unique<PPC32GlinkSection>(); in createSyntheticSections()