Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h355 class GotPltSection final : public SyntheticSection {
357 GotPltSection();
1344 std::unique_ptr<GotPltSection> gotPlt;
H A DSyntheticSections.cpp1137 GotPltSection::GotPltSection() in GotPltSection() function in GotPltSection
1148 void GotPltSection::addEntry(Symbol &sym) { in addEntry()
1154 size_t GotPltSection::getSize() const { in getSize()
1159 void GotPltSection::writeTo(uint8_t *buf) { in writeTo()
1168 bool GotPltSection::isNeeded() const { in isNeeded()
H A DRelocations.cpp910 template <class PltSection, class GotPltSection>
911 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()
H A DWriter.cpp517 in.gotPlt = std::make_unique<GotPltSection>(); in createSyntheticSections()