Searched refs:vd_name (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | version.c | 122 dep = _vdp->vd_name; 128 Elf_ver_line_1(lml, index, vdp->vd_name, dep, 138 Elf_ver_line_4(lml, __vdp->vd_name);
|
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 85 const char *vd_name; member in struct:gver_desc 398 * vd_name - Version name 406 const char *vd_name, const char *needobj, const char *file) 440 (strcmp(name, vd_name) == 0)) 447 file, vd_name); local 450 file, needobj, vd_name); local 696 (strcmp(vdp->vd_name, name) == 0)) 729 vdp->vd_name = name; 792 (void) printf(MSG_ORIG(MSG_FMT_TNCO), _vdp->vd_name); 793 gvers_syms(vsdata, _vdp->vd_ndx, _vdp->vd_name, NUL 405 gvers_syms(const Gver_sym_data *vsdata, GElf_Half vd_ndx, const char *vd_name, const char *needobj, const char *file) argument [all...] |
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdladm_impl.h | 129 char *vd_name; member in struct:val_desc
|
H A D | propfuncs.c | 544 if (pdp->pd_defval.vd_name == NULL) { 548 (void) strcpy(*prop_val, pdp->pd_defval.vd_name); 566 pdp->pd_modval[i].vd_name); 604 if (pdp->pd_defval.vd_name == NULL)
|
H A D | linkprop.c | 479 * pd_defval.vd_name should be null. If the driver has to be contacted for the 480 * value, vd_name should be the empty string (""). Otherwise, dladm will 885 pdp->pd_optval[i].vd_name) == 0) { 945 if (pdp->pd_defval.vd_name == NULL) 949 defval = (strlen(pdp->pd_defval.vd_name) > 0); 1205 * pd_defval.vd_name should be null. If the driver 1206 * has to be contacted for the value, vd_name should 1210 if (pdp->pd_defval.vd_name == NULL) { 1215 if (strlen(pdp->pd_defval.vd_name) == 0) { 1219 (void) strcpy(*prop_val, pdp->pd_defval.vd_name); [all...] |
H A D | libdlwlan.c | 882 if (strcasecmp(str, vdp[i].vd_name) == 0) { 897 *strp = vdp[i].vd_name;
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | version.c | 44 if (strcmp(vdp->vd_name, name) == 0) 64 vdp->vd_name = name; 131 v->vd_name); 137 MSG_INTL(MSG_VER_ADDVER), vp->vd_name); 193 const char *name = vdp->vd_name; 201 MSG_INTL(MSG_VER_UNDEF), name, vdp->vd_ref->vd_name, 215 vdp->vd_name)); 496 vip[ndx].vi_name = vdp->vd_name; 780 if (strcmp(sdv->sdv_name, vdp->vd_name) == 0) { 1051 if (strcmp(sdv->sdv_name, vdp->vd_name) [all...] |
H A D | update.c | 2634 const char *name = vdp->vd_name; 2644 vdp->vd_name = (const char *)stoff; 2646 sdp = ld_sym_find(vdp->vd_name, vdp->vd_hash, 0, ofl); 2648 vdp->vd_name = (const char *) 2672 vdap->vda_name = (uintptr_t)vdp->vd_name; 2683 vdap->vda_name = (uintptr_t)_vdp->vd_name;
|
H A D | sections.c | 2592 if (st_insert(strtab, vdp->vd_name) == -1)
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | libld.h | 1382 const char *vd_name; /* version name */ member in struct:ver_desc
|
Completed in 141 milliseconds