Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h887 class VersionTableSection final : public SyntheticSection {
889 VersionTableSection();
1260 std::unique_ptr<VersionTableSection> verSym;
H A DSyntheticSections.cpp3086 VersionTableSection::VersionTableSection() in VersionTableSection() function in VersionTableSection
3092 void VersionTableSection::finalizeContents() { in finalizeContents()
3098 size_t VersionTableSection::getSize() const { in getSize()
3102 void VersionTableSection::writeTo(uint8_t *buf) { in writeTo()
3113 bool VersionTableSection::isNeeded() const { in isNeeded()
H A DWriter.cpp364 part.verSym = std::make_unique<VersionTableSection>(); in createSyntheticSections()