Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dversion.c199 if (vdp->vd_ndx == 0) { in ld_vers_check_defs()
264 sdp->sd_aux->sa_overndx = vdp->vd_ndx; in ld_vers_check_defs()
298 sdp->sd_aux->sa_overndx = vdp->vd_ndx; in ld_vers_check_defs()
312 Ver_index *vip = &ifl->ifl_verndx[vdp->vd_ndx]; in vers_derefer()
409 vip = &ifl->ifl_verndx[vdp->vd_ndx]; in ld_vers_check_need()
467 Ver_index *vip = &ifl->ifl_verndx[vdp->vd_ndx]; in vers_select()
494 int ndx = vdp->vd_ndx; in vers_index()
652 Half ndx = vdf->vd_ndx; in ld_vers_def_process()
672 ivdp->vd_ndx = ndx; in ld_vers_def_process()
712 ovdp->vd_ndx = (Half)++ofl->ofl_vercnt; in ld_vers_def_process()
[all …]
H A Dmap_support.c869 if (mv->mv_vdp->vd_ndx == 0) { in ld_map_sym_ver_init()
871 mv->mv_vdp->vd_ndx = (Half)++ofl->ofl_vercnt; in ld_map_sym_ver_init()
1170 (mv->mv_vdp->vd_ndx != VER_NDX_GLOBAL) && in ld_map_sym_enter()
1171 (sdp->sd_aux->sa_overndx != mv->mv_vdp->vd_ndx)) { in ld_map_sym_enter()
1287 sdp->sd_aux->sa_overndx = mv->mv_vdp->vd_ndx; in ld_map_sym_enter()
1446 if (mv->mv_vdp->vd_ndx == VER_NDX_GLOBAL) { in ld_map_sym_ver_fini()
H A Dupdate.c2661 vdf->vd_ndx = vdp->vd_ndx; in update_overdef()
/titanic_41/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c87 GElf_Half vd_ndx; member
405 gvers_syms(const Gver_sym_data *vsdata, GElf_Half vd_ndx, in gvers_syms() argument
415 if (vsdata->vsd_vsp[_symn] != vd_ndx) in gvers_syms()
793 gvers_syms(vsdata, _vdp->vd_ndx, _vdp->vd_name, NULL, file); in recurse_syms()
840 GElf_Half ndx = vdf->vd_ndx; in gvers_def()
852 vdp->vd_ndx = ndx; in gvers_def()
901 if (!match(NULL, vdp->vd_name, vdp->vd_ndx)) in gvers_def()
980 gvers_syms(vsdata, vdp->vd_ndx, vdp->vd_name, NULL, file); in gvers_def()
990 !match(NULL, bvdp->vd_name, bvdp->vd_ndx)) { in gvers_def()
994 gvers_syms(vsdata, bvdp->vd_ndx, in gvers_def()
/titanic_41/usr/src/uts/common/sys/
H A Dlink.h334 Elf32_Half vd_ndx; /* version index */ member
379 Elf64_Half vd_ndx; /* version index */ member
/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Dversion.c127 (void) sprintf(index, MSG_ORIG(MSG_FMT_INDEX), vdp->vd_ndx); in Dbg_ver_desc_entry()
/titanic_41/usr/src/cmd/sgs/include/
H A Dlibld.h1384 Half vd_ndx; /* coordinates with symbol index */ member
/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dxlate.m41407 tofh(dst, src->vd_ndx, VD1_ndx_$2);
1939 dst->vd_ndx = tomh(src, VD1_ndx_$2);
H A Dxlate64.m41398 tofh(dst, src->vd_ndx, VD1_ndx_$2);
1977 dst->vd_ndx = tomh(src, VD1_ndx_$2);
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2062 Half ndx = vdf->vd_ndx; in version_def()