Searched refs:GnuHashTableSection (Results 1 – 3 of 3) sorted by relevance
679 class GnuHashTableSection final : public SyntheticSection {681 GnuHashTableSection();1252 std::unique_ptr<GnuHashTableSection> gnuHashTab;
2340 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection2344 void GnuHashTableSection::finalizeContents() { in finalizeContents()2363 void GnuHashTableSection::writeTo(uint8_t *buf) { in writeTo()2410 void GnuHashTableSection::addSymbols(SmallVectorImpl<SymbolTableEntry> &v) { in addSymbols()
376 part.gnuHashTab = std::make_unique<GnuHashTableSection>(); in createSyntheticSections()