Home
last modified time | relevance | path

Searched refs:GnuHashTableSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DSyntheticSections.h629 class GnuHashTableSection final : public SyntheticSection {
631 GnuHashTableSection();
1182 GnuHashTableSection *gnuHashTab;
DSyntheticSections.cpp2317 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection
2321 void GnuHashTableSection::finalizeContents() { in finalizeContents()
2340 void GnuHashTableSection::writeTo(uint8_t *buf) { in writeTo()
2366 void GnuHashTableSection::writeBloomFilter(uint8_t *buf) { in writeBloomFilter()
2379 void GnuHashTableSection::writeHashTable(uint8_t *buf) { in writeHashTable()
2412 void GnuHashTableSection::addSymbols(std::vector<SymbolTableEntry> &v) { in addSymbols()
DWriter.cpp445 part.gnuHashTab = make<GnuHashTableSection>(); in createSyntheticSections()