Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h610 class GnuHashTableSection final : public SyntheticSection {
612 GnuHashTableSection();
1008 GnuHashTableSection *GnuHashTab;
H A DSyntheticSections.cpp2136 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection
2140 void GnuHashTableSection::finalizeContents() { in finalizeContents()
2159 void GnuHashTableSection::writeTo(uint8_t *Buf) { in writeTo()
2185 void GnuHashTableSection::writeBloomFilter(uint8_t *Buf) { in writeBloomFilter()
2198 void GnuHashTableSection::writeHashTable(uint8_t *Buf) { in writeHashTable()
2230 void GnuHashTableSection::addSymbols(std::vector<SymbolTableEntry> &V) { in addSymbols()
H A DWriter.cpp349 In.GnuHashTab = make<GnuHashTableSection>(); in createSyntheticSections()