Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h65 class IpltSection; variable
591 std::unique_ptr<IpltSection> iplt;
H A DSyntheticSections.h765 class IpltSection final : public SyntheticSection {
769 IpltSection(Ctx &);
H A DSyntheticSections.cpp2667 IpltSection::IpltSection(Ctx &ctx) in IpltSection() function in IpltSection
2681 void IpltSection::writeTo(uint8_t *buf) { in writeTo()
2689 size_t IpltSection::getSize() const { in getSize()
2693 void IpltSection::addEntry(Symbol &sym) { in addEntry()
2700 void IpltSection::addSymbols() { in addSymbols()
4966 ctx.in.iplt = std::make_unique<IpltSection>(ctx); in createSyntheticSections()