Home
last modified time | relevance | path

Searched refs:vd_version (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Delf_types.m4260 ``vd_version, HALF',
270 ``vd_version, HALF',
/freebsd/sys/sys/
H A Delf32.h219 Elf32_Half vd_version; member
H A Delf64.h225 Elf64_Half vd_version; member
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2889 Elf32_Half vd_version; /* Version information. */ member
2925 Elf64_Half vd_version; /* Version information. */ member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h304 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)
H A DELF.h1089 VD.Version = D->vd_version; in getVersionDefinitions()
/freebsd/libexec/rtld-elf/
H A Drtld.c5778 if (vd->vd_version != VER_DEF_CURRENT) { in check_object_provided_version()
5781 depobj->path, vd->vd_version); in check_object_provided_version()
5848 if (vd->vd_version != VER_DEF_CURRENT) { in rtld_verify_object_versions()
5851 obj->path, vd->vd_version); in rtld_verify_object_versions()
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c2499 PRT("\tvd_version: %u\n", vd->vd_version); in elf_print_verdef()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1654 VerDef.vd_version = E.Version.value_or(1); in writeSectionContent()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c4009 " vd_ndx: %u vd_cnt: %u", vd->vd_version, in dump_verdef()