Searched refs:GnuHashTableSection (Results 1 – 3 of 3) sorted by relevance
681 class GnuHashTableSection final : public SyntheticSection {683 GnuHashTableSection();1315 std::unique_ptr<GnuHashTableSection> gnuHashTab;
2367 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection2371 void GnuHashTableSection::finalizeContents() { in finalizeContents()2390 void GnuHashTableSection::writeTo(uint8_t *buf) { in writeTo()2437 void GnuHashTableSection::addSymbols(SmallVectorImpl<SymbolTableEntry> &v) { in addSymbols()
441 part.gnuHashTab = std::make_unique<GnuHashTableSection>(); in createSyntheticSections()