Home
last modified time | relevance | path

Searched refs:PPC32GlinkSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp80 for (const Symbol *sym : cast<PPC32GlinkSection>(*in.plt).canonical_plts) { in writePPC32GlinkSection()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h771 class PPC32GlinkSection : public PltSection {
773 PPC32GlinkSection();
H A DSyntheticSections.cpp2632 PPC32GlinkSection::PPC32GlinkSection() { in PPC32GlinkSection() function in PPC32GlinkSection
2637 void PPC32GlinkSection::writeTo(uint8_t *buf) { in writeTo()
2641 size_t PPC32GlinkSection::getSize() const { in getSize()
4890 in.plt = std::make_unique<PPC32GlinkSection>(); in createSyntheticSections()
H A DRelocations.cpp1803 cast<PPC32GlinkSection>(*in.plt).canonical_plts.push_back(&sym); in postScanRelocations()