Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h468 #define SHT_GNU_versym 0x6fffffff /* Symbol version table */ macro
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp945 if (Sec.sh_type == ELF::SHT_GNU_versym) in readDynsymVersionsImpl()
H A DELF.cpp326 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_versym); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1118 SHT_GNU_versym = 0x6fffffff, // GNU symbol versions table. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h100 case ELF::SHT_GNU_versym: in LLVM_YAML_STRONG_TYPEDEF()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp711 ECase(SHT_GNU_versym); in enumeration()
1666 case ELF::SHT_GNU_versym: in mapping()
H A DELFEmitter.cpp749 case ELF::SHT_GNU_versym: in getDefaultLinkSec()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1478 case SHT_GNU_versym: in parse()
H A DSyntheticSections.cpp3726 : SyntheticSection(SHF_ALLOC, SHT_GNU_versym, sizeof(uint16_t), in VersionTableSection()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1279 #define SHT_GNU_versym SHT_SUNW_versym macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1972 case ELF::SHT_GNU_versym: in ELFDumper()