Searched refs:vd_hash (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Delf32.h223 Elf32_Word vd_hash; member in struct:__anon15811
H A Delf64.h229 Elf64_Word vd_hash; member in struct:__anon15829
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp314 << format("0x%08" PRIx32 " ", (uint32_t)Verdef->vd_hash);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h277 Elf_Word vd_hash; // Hash of name
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2889 Elf32_Word vd_hash; /* Hash value of name. */ member in struct:__anon629
2925 Elf64_Word vd_hash; /* Hash value of name. */ member in struct:__anon633
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c2503 PRT("\tvd_hash: %u\n", vd->vd_hash);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1459 VerDef.vd_hash = E.Hash;
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c5344 if (vna->vna_hash == vd->vd_hash) {
5434 obj->vertab[vernum].hash = vd->vd_hash;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3004 write32(buf + 8, hashSysV(name)); // vd_hash
3098 {verdef->vd_hash, f->vernauxs[i],
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp556 VD.Hash = D->vd_hash;

Completed in 166 milliseconds