Searched refs:GnuHashTableSection (Results 1 – 3 of 3) sorted by relevance
666 class GnuHashTableSection final : public SyntheticSection {668 GnuHashTableSection();1239 std::unique_ptr<GnuHashTableSection> gnuHashTab;
2376 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection2380 void GnuHashTableSection::finalizeContents() { in finalizeContents()2399 void GnuHashTableSection::writeTo(uint8_t *buf) { in writeTo()2453 void GnuHashTableSection::addSymbols(SmallVectorImpl<SymbolTableEntry> &v) { in addSymbols()
394 part.gnuHashTab = std::make_unique<GnuHashTableSection>(); in createSyntheticSections()