Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h673 class GnuHashTableSection final : public SyntheticSection {
675 GnuHashTableSection();
1226 GnuHashTableSection *gnuHashTab;
H A DSyntheticSections.cpp2379 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection
2383 void GnuHashTableSection::finalizeContents() { in finalizeContents()
2402 void GnuHashTableSection::writeTo(uint8_t *buf) { in writeTo()
2428 void GnuHashTableSection::writeBloomFilter(uint8_t *buf) { in writeBloomFilter()
2441 void GnuHashTableSection::writeHashTable(uint8_t *buf) { in writeHashTable()
2474 void GnuHashTableSection::addSymbols(std::vector<SymbolTableEntry> &v) { in addSymbols()
H A DWriter.cpp445 part.gnuHashTab = make<GnuHashTableSection>(); in createSyntheticSections()