Searched defs:ld_vers_find (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
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 D_libld.h769 #define ld_vers_find ld64_vers_find macro
867 #define ld_vers_find ld32_vers_find macro
1015 extern Ver_desc *ld_vers_find(const char *, Word, APlist *);

Completed in 48 milliseconds