Searched refs:GnuHashTableSection (Results 1 – 2 of 2) sorted by relevance
696 class GnuHashTableSection final : public SyntheticSection {698 GnuHashTableSection(Ctx &);1516 std::unique_ptr<GnuHashTableSection> gnuHashTab;
2451 GnuHashTableSection::GnuHashTableSection(Ctx &ctx) in GnuHashTableSection() function in GnuHashTableSection2455 void GnuHashTableSection::finalizeContents() { in finalizeContents()2474 void GnuHashTableSection::writeTo(uint8_t *buf) { in writeTo()2522 void GnuHashTableSection::addSymbols(SmallVectorImpl<SymbolTableEntry> &v) { in addSymbols()4843 part.gnuHashTab = std::make_unique<GnuHashTableSection>(ctx); in createSyntheticSections()