Searched refs:vd_ndx (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_types.m4 | 262 `vd_ndx, HALF', 272 `vd_ndx, HALF',
|
/freebsd/sys/sys/ |
H A D | elf32.h | 221 Elf32_Half vd_ndx; member
|
H A D | elf64.h | 227 Elf64_Half vd_ndx; member
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 2891 Elf32_Half vd_ndx; /* Index into the versym section. */ member 2927 Elf64_Half vd_ndx; /* Index into the versym section. */ member
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 2495 snprintf(idx, sizeof(idx), "[%d]", vd->vd_ndx); in elf_print_verdef() 2501 PRT("\tvd_ndx: %u\n", vd->vd_ndx); in elf_print_verdef()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 306 Elf_Half vd_ndx; // Version index, used in .gnu.version entries
|
H A D | ELF.h | 1091 VD.Ndx = D->vd_ndx; in getVersionDefinitions()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 1382 unsigned verdefIndex = curVerdef->vd_ndx; in parseVerdefs()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 1656 VerDef.vd_ndx = E.VersionNdx.value_or(0); in writeSectionContent()
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 5854 vernum = VER_DEF_IDX(vd->vd_ndx); in rtld_verify_object_versions() 5876 vernum = VER_DEF_IDX(vd->vd_ndx); in rtld_verify_object_versions()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 4010 vd->vd_flags, vd->vd_ndx, vd->vd_cnt); in dump_verdef() 4020 SAVE_VERSION_NAME((int)vd->vd_ndx, name, 1); in dump_verdef()
|