Searched refs:vd_hash (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 221 Elf32_Word vd_hash; member in struct:__anon419
|
H A D | elf64.h | 227 Elf64_Word vd_hash; member in struct:__anon436
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | link.h | 338 Elf32_Word vd_hash; /* version name hash value */ member in struct:__anon276 383 Elf64_Word vd_hash; /* version name hash value */ member in struct:__anon281
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | version.c | 42 if (vdp->vd_hash != hash) 65 vdp->vd_hash = hash; 250 if (sdp = ld_sym_find(name, vdp->vd_hash, &where, ofl)) { 291 if ((sdp = ld_sym_enter(name, sym, vdp->vd_hash,
|
H A D | update.c | 2646 sdp = ld_sym_find(vdp->vd_name, vdp->vd_hash, 0, ofl); 2669 vdf->vd_hash = vdp->vd_hash; 2811 vnap->vna_hash = vip->vi_desc->vd_hash;
|
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 86 unsigned long vd_hash; member in struct:gver_desc 695 if ((vdp->vd_hash == hash) && 730 vdp->vd_hash = hash;
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 1409 tofw(dst, src->vd_hash, VD1_hash_$2); 1941 dst->vd_hash = tomw(src, VD1_hash_$2);
|
H A D | xlate64.m4 | 1400 tofw(dst, src->vd_hash, VD1_hash_$2); 1979 dst->vd_hash = tomw(src, VD1_hash_$2);
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | libld.h | 1384 Word vd_hash; /* hash value of name */ member in struct:ver_desc
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 564 if (vnap->vna_hash != vdf->vd_hash)
|
Completed in 120 milliseconds