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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c246 if ((sdp = ld_sym_find(str, SYM_NOHASH, NULL, ofl)) != NULL) {
291 ld_sym_find(const char *name, Word hash, avl_index_t *where, Ofl_desc *ofl) function
387 * If a previous ld_sym_find() hasn't initialized 'where' do it
646 if (usdp = ld_sym_find(uname, hash, &where, ofl)) {
729 if (name && (sdp = ld_sym_find(name, SYM_NOHASH, NULL, ofl)) &&
941 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL_U),
1000 if ((sdp = ld_sym_find(name, hash, &where, ofl)) != NULL)
1245 if (((sdp = ld_sym_find(special[i],
1718 if ((sdp = ld_sym_find(ofl->ofl_entry, SYM_NOHASH,
1729 } else if (((sdp = ld_sym_find(MSG_ORI
[all...]
H A D_libld.h753 #define ld_sym_find ld64_sym_find macro
851 #define ld_sym_find ld32_sym_find macro
994 extern Sym_desc *ld_sym_find(const char *, Word, avl_index_t *,

Completed in 67 milliseconds