Searched refs:HashTableSection (Results 1 – 3 of 3) sorted by relevance
694 class HashTableSection final : public SyntheticSection {696 HashTableSection();1240 std::unique_ptr<HashTableSection> hashTab;
2492 HashTableSection::HashTableSection() in HashTableSection() function in HashTableSection2497 void HashTableSection::finalizeContents() { in finalizeContents()2511 void HashTableSection::writeTo(uint8_t *buf) { in writeTo()
399 part.hashTab = std::make_unique<HashTableSection>(); in createSyntheticSections()