Searched refs:HashTableSection (Results 1 – 3 of 3) sorted by relevance
707 class HashTableSection final : public SyntheticSection {709 HashTableSection();1253 std::unique_ptr<HashTableSection> hashTab;
2449 HashTableSection::HashTableSection() in HashTableSection() function in HashTableSection2454 void HashTableSection::finalizeContents() { in finalizeContents()2468 void HashTableSection::writeTo(uint8_t *buf) { in writeTo()
381 part.hashTab = std::make_unique<HashTableSection>(); in createSyntheticSections()