Searched refs:IgotPltSection (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h387 // The IgotPltSection is a Got associated with the PltSection for GNU Ifunc
389 // On most Targets the IgotPltSection will immediately follow the GotPltSection
390 // on ARM the IgotPltSection will immediately follow the GotSection.
391 class IgotPltSection final : public SyntheticSection {
393 IgotPltSection();
1202 IgotPltSection *igotPlt;
H A DSyntheticSections.cpp1122 // On ARM the IgotPltSection is part of the GotSection.
1126 // On PowerPC64 the GotPltSection is renamed to '.plt' so the IgotPltSection
1135 // with the IgotPltSection.
1136 IgotPltSection::IgotPltSection() function in class:IgotPltSection
1141 void IgotPltSection::addEntry(Symbol &sym) {
1146 size_t IgotPltSection::getSize() const {
1150 void IgotPltSection::writeTo(uint8_t *buf) {
H A DWriter.cpp513 in.igotPlt = make<IgotPltSection>();

Completed in 70 milliseconds