Searched refs:HashTableSection (Results 1 – 2 of 2) sorted by relevance
724 class HashTableSection final : public SyntheticSection {726 HashTableSection(Ctx &);1517 std::unique_ptr<HashTableSection> hashTab;
2561 HashTableSection::HashTableSection(Ctx &ctx) in HashTableSection() function in HashTableSection2566 void HashTableSection::finalizeContents() { in finalizeContents()2580 void HashTableSection::writeTo(uint8_t *buf) { in writeTo()4848 part.hashTab = std::make_unique<HashTableSection>(ctx); in createSyntheticSections()