Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.h353 class GotPltSection final : public SyntheticSection {
355 GotPltSection();
1280 std::unique_ptr<GotPltSection> gotPlt;
H A DSyntheticSections.cpp1129 GotPltSection::GotPltSection() in GotPltSection() function in GotPltSection
1140 void GotPltSection::addEntry(Symbol &sym) { in addEntry()
1146 size_t GotPltSection::getSize() const { in getSize()
1151 void GotPltSection::writeTo(uint8_t *buf) { in writeTo()
1160 bool GotPltSection::isNeeded() const { in isNeeded()
H A DRelocations.cpp891 template <class PltSection, class GotPltSection>
892 static void addPltEntry(PltSection &plt, GotPltSection &gotPlt, in addPltEntry()
H A DWriter.cpp452 in.gotPlt = std::make_unique<GotPltSection>(); in createSyntheticSections()