Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp78 for (const Symbol *sym : cast<PPC32GlinkSection>(in.plt)->canonical_plts) { in writePPC32GlinkSection()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h757 class PPC32GlinkSection : public PltSection {
759 PPC32GlinkSection();
H A DSyntheticSections.cpp2649 PPC32GlinkSection::PPC32GlinkSection() { in PPC32GlinkSection() function in PPC32GlinkSection
2654 void PPC32GlinkSection::writeTo(uint8_t *buf) { in writeTo()
2658 size_t PPC32GlinkSection::getSize() const { in getSize()
H A DRelocations.cpp1274 cast<PPC32GlinkSection>(in.plt)->canonical_plts.push_back(&sym); in processRelocAux()
H A DWriter.cpp556 in.plt = config->emachine == EM_PPC ? make<PPC32GlinkSection>() in createSyntheticSections()