Home
last modified time | relevance | path

Searched refs:SHT_GNU_verdef (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp421 Shdr.sh_type != ELF::SHT_GNU_verdef) in printSymbolVersion()
/freebsd/sys/sys/
H A Delf_common.h464 #define SHT_GNU_verdef 0x6ffffffd /* Symbol versions provided */ macro
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp947 else if (Sec.sh_type == ELF::SHT_GNU_verdef) in readDynsymVersionsImpl()
H A DELF.cpp324 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_verdef); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1116 SHT_GNU_verdef = 0x6ffffffd, // GNU version definitions. enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp709 ECase(SHT_GNU_verdef); in enumeration()
1661 case ELF::SHT_GNU_verdef: in mapping()
H A DELFEmitter.cpp754 case ELF::SHT_GNU_verdef: in getDefaultLinkSec()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1481 case SHT_GNU_verdef: in parse()
H A DSyntheticSections.cpp3664 : SyntheticSection(SHF_ALLOC, SHT_GNU_verdef, sizeof(uint32_t), in VersionDefinitionSection()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1277 #define SHT_GNU_verdef SHT_SUNW_verdef macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1976 case ELF::SHT_GNU_verdef: in ELFDumper()