Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h679 class GnuHashTableSection final : public SyntheticSection {
681 GnuHashTableSection();
1252 std::unique_ptr<GnuHashTableSection> gnuHashTab;
H A DSyntheticSections.cpp2340 GnuHashTableSection::GnuHashTableSection() in GnuHashTableSection() function in GnuHashTableSection
2344 void GnuHashTableSection::finalizeContents() { in finalizeContents()
2363 void GnuHashTableSection::writeTo(uint8_t *buf) { in writeTo()
2410 void GnuHashTableSection::addSymbols(SmallVectorImpl<SymbolTableEntry> &v) { in addSymbols()
H A DWriter.cpp376 part.gnuHashTab = std::make_unique<GnuHashTableSection>(); in createSyntheticSections()