Searched refs:ld_vers_find (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A D_libld.h766 #define ld_vers_find ld64_vers_find macro
863 #define ld_vers_find ld32_vers_find macro
1009 extern Ver_desc *ld_vers_find(const char *, Word, APlist *);
H A Dversion.c36 ld_vers_find(const char *name, Word hash, APlist *alp) function
666 if (((ivdp = ld_vers_find(name, hash,
704 if ((ovdp = ld_vers_find(name, hash,
739 if (((_ivdp = ld_vers_find(name, hash,
H A Dmap_support.c854 if (((mv->mv_vdp = ld_vers_find(name, hash,
1457 vdp = ld_vers_find(name, hash, mf->mf_ofl->ofl_verdesc);
1468 if (ld_vers_find(name, hash, mv->mv_vdp->vd_deps) ==

Completed in 161 milliseconds