Searched refs:GnuHashTableSection (Results 1 – 3 of 3) sorted by relevance
673 class GnuHashTableSection final : public SyntheticSection {675 GnuHashTableSection();1226 GnuHashTableSection *gnuHashTab;
2379 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection2383 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()
445 part.gnuHashTab = make<GnuHashTableSection>(); in createSyntheticSections()