Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h360 class GotPltSection final : public SyntheticSection {
362 GotPltSection();
1491 std::unique_ptr<GotPltSection> gotPlt;
H A DSyntheticSections.cpp1164 GotPltSection::GotPltSection() in GotPltSection() function in GotPltSection
1175 void GotPltSection::addEntry(Symbol &sym) { in addEntry()
1181 size_t GotPltSection::getSize() const { in getSize()
1186 void GotPltSection::writeTo(uint8_t *buf) { in writeTo()
1195 bool GotPltSection::isNeeded() const { in isNeeded()
4849 in.gotPlt = std::make_unique<GotPltSection>(); in createSyntheticSections()
H A DRelocations.cpp913 template <class PltSection, class GotPltSection>
914 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()