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.h690 class GnuHashTableSection final : public SyntheticSection {
692 GnuHashTableSection();
1461 std::unique_ptr<GnuHashTableSection> gnuHashTab;
H A DSyntheticSections.cpp2388 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection
2392 void GnuHashTableSection::finalizeContents() { in finalizeContents()
2411 void GnuHashTableSection::writeTo(uint8_t *buf) { in writeTo()
2458 void GnuHashTableSection::addSymbols(SmallVectorImpl<SymbolTableEntry> &v) { in addSymbols()
4772 part.gnuHashTab = std::make_unique<GnuHashTableSection>(); in createSyntheticSections()