Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h666 class GnuHashTableSection final : public SyntheticSection {
668 GnuHashTableSection();
1239 std::unique_ptr<GnuHashTableSection> gnuHashTab;
H A DSyntheticSections.cpp2376 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection
2380 void GnuHashTableSection::finalizeContents() { in finalizeContents()
2399 void GnuHashTableSection::writeTo(uint8_t *buf) { in writeTo()
2453 void GnuHashTableSection::addSymbols(SmallVectorImpl<SymbolTableEntry> &v) { in addSymbols()
H A DWriter.cpp394 part.gnuHashTab = std::make_unique<GnuHashTableSection>(); in createSyntheticSections()