Home
last modified time | relevance | path

Searched refs:GnuHashTableSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h696 class GnuHashTableSection final : public SyntheticSection {
698 GnuHashTableSection(Ctx &);
1516 std::unique_ptr<GnuHashTableSection> gnuHashTab;
H A DSyntheticSections.cpp2451 GnuHashTableSection::GnuHashTableSection(Ctx &ctx) in GnuHashTableSection() function in GnuHashTableSection
2455 void GnuHashTableSection::finalizeContents() { in finalizeContents()
2474 void GnuHashTableSection::writeTo(uint8_t *buf) { in writeTo()
2522 void GnuHashTableSection::addSymbols(SmallVectorImpl<SymbolTableEntry> &v) { in addSymbols()
4843 part.gnuHashTab = std::make_unique<GnuHashTableSection>(ctx); in createSyntheticSections()