Searched refs:ld_sym_find (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A D_libld.h750 #define ld_sym_find ld64_sym_find macro
847 #define ld_sym_find ld32_sym_find macro
988 extern Sym_desc *ld_sym_find(const char *, Word, avl_index_t *,
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 Dlibs.c245 * ld_sym_find()'s), and to hold the `Ar_mem' pointer. The `Ar_mem' element
507 if ((sdp = ld_sym_find(arsym->as_name,
H A Dmap_support.c470 if ((sdp = ld_sym_find(symname, SYM_NOHASH, &where, ofl)) == NULL) {
1078 if ((sdp = ld_sym_find(ms->ms_name, hash, &where, ofl)) == NULL) {
H A Dmachrel.sparc.c2059 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL), SYM_NOHASH,
2062 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL_U), SYM_NOHASH,
2082 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_DYNAMIC_U),
H A Dupdate.c915 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_INIT_U), SYM_NOHASH, 0,
927 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_FINI_U), SYM_NOHASH, 0,
2156 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_INIT_U),
2164 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_FINI_U),
2639 sdp = ld_sym_find(vdp->vd_name, vdp->vd_hash, 0, ofl);
H A Drelocate.c2037 nsdp = ld_sym_find(sdp->sd_name, SYM_NOHASH, NULL, ofl);
2493 ((((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL),
2495 ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL_U),
H A Dversion.c250 if (sdp = ld_sym_find(name, vdp->vd_hash, &where, ofl)) {
H A Dsections.c1055 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_INIT_U),
1062 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_FINI_U),
H A Dmachrel.amd.c1393 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_DYNAMIC_U),
H A Dmachrel.intel.c1460 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_DYNAMIC_U),

Completed in 140 milliseconds