Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h374 class GotPltSection final : public SyntheticSection {
376 GotPltSection();
1266 std::unique_ptr<GotPltSection> gotPlt;
H A DSyntheticSections.cpp1161 GotPltSection::GotPltSection() in GotPltSection() function in GotPltSection
1172 void GotPltSection::addEntry(Symbol &sym) { in addEntry()
1178 size_t GotPltSection::getSize() const { in getSize()
1183 void GotPltSection::writeTo(uint8_t *buf) { in writeTo()
1192 bool GotPltSection::isNeeded() const { in isNeeded()
H A DRelocations.cpp886 template <class PltSection, class GotPltSection>
887 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()
H A DWriter.cpp471 in.gotPlt = std::make_unique<GotPltSection>(); in createSyntheticSections()