Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h63 class IgotPltSection; variable
579 std::unique_ptr<IgotPltSection> igotPlt;
H A DSyntheticSections.h390 class IgotPltSection final : public SyntheticSection {
392 IgotPltSection(Ctx &);
H A DSyntheticSections.cpp1266 IgotPltSection::IgotPltSection(Ctx &ctx) in IgotPltSection() function in IgotPltSection
1271 void IgotPltSection::addEntry(Symbol &sym) { in addEntry()
1276 size_t IgotPltSection::getSize() const { in getSize()
1280 void IgotPltSection::writeTo(uint8_t *buf) { in writeTo()
4923 ctx.in.igotPlt = std::make_unique<IgotPltSection>(ctx); in createSyntheticSections()