Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h681 class GnuHashTableSection final : public SyntheticSection {
683 GnuHashTableSection();
1315 std::unique_ptr<GnuHashTableSection> gnuHashTab;
H A DSyntheticSections.cpp2367 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection
2371 void GnuHashTableSection::finalizeContents() { in finalizeContents()
2390 void GnuHashTableSection::writeTo(uint8_t *buf) { in writeTo()
2437 void GnuHashTableSection::addSymbols(SmallVectorImpl<SymbolTableEntry> &v) { in addSymbols()
H A DWriter.cpp441 part.gnuHashTab = std::make_unique<GnuHashTableSection>(); in createSyntheticSections()