Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c85 const char *vd_name; member
406 const char *vd_name, const char *needobj, const char *file) in gvers_syms() argument
440 (strcmp(name, vd_name) == 0)) in gvers_syms()
447 file, vd_name); in gvers_syms()
450 file, needobj, vd_name); in gvers_syms()
696 (strcmp(vdp->vd_name, name) == 0)) in gvers_find()
729 vdp->vd_name = name; in gvers_desc()
792 (void) printf(MSG_ORIG(MSG_FMT_TNCO), _vdp->vd_name); in recurse_syms()
793 gvers_syms(vsdata, _vdp->vd_ndx, _vdp->vd_name, NULL, file); in recurse_syms()
901 if (!match(NULL, vdp->vd_name, vdp->vd_ndx)) in gvers_def()
[all …]
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dversion.c44 if (strcmp(vdp->vd_name, name) == 0) in ld_vers_find()
64 vdp->vd_name = name; in ld_vers_desc()
131 v->vd_name); in vers_visit_children()
137 MSG_INTL(MSG_VER_ADDVER), vp->vd_name); in vers_visit_children()
193 const char *name = vdp->vd_name; in ld_vers_check_defs()
201 MSG_INTL(MSG_VER_UNDEF), name, vdp->vd_ref->vd_name, in ld_vers_check_defs()
215 vdp->vd_name)); in ld_vers_check_defs()
496 vip[ndx].vi_name = vdp->vd_name; in vers_index()
780 if (strcmp(sdv->sdv_name, vdp->vd_name) == 0) { in ld_vers_def_process()
1051 if (strcmp(sdv->sdv_name, vdp->vd_name) == 0) { in ld_vers_verify()
H A Dupdate.c2627 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()
2665 vdap->vda_name = (uintptr_t)vdp->vd_name; in update_overdef()
2676 vdap->vda_name = (uintptr_t)_vdp->vd_name; in update_overdef()
H A Dsections.c2589 if (st_insert(strtab, vdp->vd_name) == -1) in make_verdef()
/titanic_44/usr/src/cmd/sgs/liblddbg/common/
H A Dversion.c122 dep = _vdp->vd_name; in Dbg_ver_desc_entry()
128 Elf_ver_line_1(lml, index, vdp->vd_name, dep, in Dbg_ver_desc_entry()
138 Elf_ver_line_4(lml, __vdp->vd_name); in Dbg_ver_desc_entry()
/titanic_44/usr/src/lib/libdladm/common/
H A Dpropfuncs.c544 if (pdp->pd_defval.vd_name == NULL) { in i_dladm_get_prop_temp()
548 (void) strcpy(*prop_val, pdp->pd_defval.vd_name); in i_dladm_get_prop_temp()
566 pdp->pd_modval[i].vd_name); in i_dladm_get_prop_temp()
604 if (pdp->pd_defval.vd_name == NULL) in i_dladm_set_one_prop_temp()
H A Dlibdladm_impl.h129 char *vd_name; member
H A Dlinkprop.c914 pdp->pd_optval[i].vd_name) == 0) { in check_prop()
974 if (pdp->pd_defval.vd_name == NULL) in i_dladm_set_single_prop()
978 defval = (strlen(pdp->pd_defval.vd_name) > 0); in i_dladm_set_single_prop()
1260 if (pdp->pd_defval.vd_name == NULL) { in dladm_get_linkprop()
1265 if (strlen(pdp->pd_defval.vd_name) == 0) { in dladm_get_linkprop()
1269 (void) strcpy(*prop_val, pdp->pd_defval.vd_name); in dladm_get_linkprop()
1288 pdp->pd_optval[i].vd_name); in dladm_get_linkprop()
1375 if (pdp->pd_defval.vd_name == NULL) { in dladm_get_linkprop_values()
1380 if (pdp->pd_defval.vd_name[0] != '\0') { in dladm_get_linkprop_values()
1421 if (strcmp(pdp->pd_optval[i].vd_name, in dladm_get_linkprop_values()
[all …]
H A Dlibdlwlan.c882 if (strcasecmp(str, vdp[i].vd_name) == 0) { in find_val_by_name()
897 *strp = vdp[i].vd_name; in find_name_by_val()
/titanic_44/usr/src/cmd/sgs/include/
H A Dlibld.h1381 const char *vd_name; /* version name */ member