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