Lines Matching refs:vdp
2601 Ver_desc *vdp, *_vdp; in update_overdef() local
2623 for (APLIST_TRAVERSE(ofl->ofl_verdesc, idx1, vdp)) { in update_overdef()
2626 if (vdp->vd_flags & VER_FLG_BASE) { in update_overdef()
2627 const char *name = vdp->vd_name; in update_overdef()
2637 vdp->vd_name = (const char *)stoff; in update_overdef()
2639 sdp = ld_sym_find(vdp->vd_name, vdp->vd_hash, 0, ofl); in update_overdef()
2641 vdp->vd_name = (const char *) in update_overdef()
2652 for (APLIST_TRAVERSE(ofl->ofl_verdesc, idx1, vdp)) { in update_overdef()
2660 vdf->vd_flags = vdp->vd_flags & MSK_VER_USER; in update_overdef()
2661 vdf->vd_ndx = vdp->vd_ndx; in update_overdef()
2662 vdf->vd_hash = vdp->vd_hash; in update_overdef()
2665 vdap->vda_name = (uintptr_t)vdp->vd_name; in update_overdef()
2674 for (APLIST_TRAVERSE(vdp->vd_deps, idx2, _vdp)) { in update_overdef()