Searched refs:vna_other (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | link.h | 365 Elf32_Half vna_other; member 409 Elf64_Half vna_other; member
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 245 Elf32_Half vna_other; member
|
H A D | elf64.h | 248 Elf64_Half vna_other; member
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 2236 if (vnap->vna_other == 0) { /* Traditional form */ in version_need() 2242 MSG_ORIG(MSG_FMT_INDEX), EC_XWORD(vnap->vna_other)); in version_need() 2243 if (vnap->vna_other > versym->max_verndx) in version_need() 2244 versym->max_verndx = vnap->vna_other; in version_need() 2259 if (vnap->vna_other > 0) { in version_need() 2263 EC_XWORD(vnap->vna_other)); in version_need() 2268 if (vnap->vna_other > in version_need() 2271 vnap->vna_other; in version_need() 2317 if (vnap->vna_other != 0) { in update_gnu_verndx() 2319 if (vnap->vna_other > versym->max_verndx) in update_gnu_verndx() [all …]
|
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 603 if (!match(needobj, dep, vnap->vna_other)) in gvers_need() 665 if (vsdata && (vnap->vna_other > 0)) in gvers_need() 666 gvers_syms(vsdata, vnap->vna_other, in gvers_need()
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 1462 tofh(vaux_dst, vaux->vna_other, VNA1_other_$2); 1990 vaux->vna_other = tomh(src_vaux, VNA1_other_$2);
|
H A D | xlate64.m4 | 1453 tofh(vaux_dst, vaux->vna_other, VNA1_other_$2); 2029 vaux->vna_other = tomh(src_vaux, VNA1_other_$2);
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | update.c | 2890 vnap->vna_other = vip->vi_overndx; in update_overneed()
|