Searched refs:GnuHashTableSection (Results 1 – 2 of 2) sorted by relevance
690 class GnuHashTableSection final : public SyntheticSection {692 GnuHashTableSection();1461 std::unique_ptr<GnuHashTableSection> gnuHashTab;
2388 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection2392 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()