Searched refs:HashTableSection (Results 1 – 2 of 2) sorted by relevance
718 class HashTableSection final : public SyntheticSection {720 HashTableSection();1462 std::unique_ptr<HashTableSection> hashTab;
2497 HashTableSection::HashTableSection() in HashTableSection() function in HashTableSection2502 void HashTableSection::finalizeContents() { in finalizeContents()2516 void HashTableSection::writeTo(uint8_t *buf) { in writeTo()4777 part.hashTab = std::make_unique<HashTableSection>(); in createSyntheticSections()