Searched refs:GotPltSection (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h371 class GotPltSection final : public SyntheticSection {
373 GotPltSection();
389 // On most Targets the IgotPltSection will immediately follow the GotPltSection
1201 GotPltSection *gotPlt;
H A DSyntheticSections.cpp1086 GotPltSection::GotPltSection() function in class:GotPltSection
1097 void GotPltSection::addEntry(Symbol &sym) {
1102 size_t GotPltSection::getSize() const {
1106 void GotPltSection::writeTo(uint8_t *buf) {
1115 bool GotPltSection::isNeeded() const {
1126 // On PowerPC64 the GotPltSection is renamed to '.plt' so the IgotPltSection
1134 // On PowerPC64 the GotPltSection type is SHT_NOBITS so we have to follow suit
H A DRelocations.cpp1046 template <class PltSection, class GotPltSection>
1047 static void addPltEntry(PltSection *plt, GotPltSection *gotPlt,
H A DWriter.cpp511 in.gotPlt = make<GotPltSection>();

Completed in 180 milliseconds