Searched refs:HashTableSection (Results 1 – 3 of 3) sorted by relevance
709 class HashTableSection final : public SyntheticSection {711 HashTableSection();1316 std::unique_ptr<HashTableSection> hashTab;
2476 HashTableSection::HashTableSection() in HashTableSection() function in HashTableSection2481 void HashTableSection::finalizeContents() { in finalizeContents()2495 void HashTableSection::writeTo(uint8_t *buf) { in writeTo()
446 part.hashTab = std::make_unique<HashTableSection>(); in createSyntheticSections()