Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h377 class GotPltSection final : public SyntheticSection {
379 GotPltSection();
1207 GotPltSection *gotPlt;
DSyntheticSections.cpp1127 GotPltSection::GotPltSection() in GotPltSection() function in GotPltSection
1138 void GotPltSection::addEntry(Symbol &sym) { in addEntry()
1143 size_t GotPltSection::getSize() const { in getSize()
1147 void GotPltSection::writeTo(uint8_t *buf) { in writeTo()
1156 bool GotPltSection::isNeeded() const { in isNeeded()
DRelocations.cpp1064 template <class PltSection, class GotPltSection>
1065 static void addPltEntry(PltSection *plt, GotPltSection *gotPlt, in addPltEntry()
DWriter.cpp516 in.gotPlt = make<GotPltSection>(); in createSyntheticSections()