Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c249 if ((sdp = ld_sym_find(str, SYM_NOHASH, NULL, ofl)) != NULL) { in ld_sym_nodirect()
684 if (usdp = ld_sym_find(uname, hash, &where, ofl)) { in sym_add_spec()
768 if (name && (sdp = ld_sym_find(name, SYM_NOHASH, NULL, ofl)) && in sym_add_spec()
1074 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL_U), in ld_sym_spec()
1136 if ((sdp = ld_sym_find(name, hash, &where, ofl)) != NULL) in sym_cap_vis()
1381 if (((sdp = ld_sym_find(special[i], in ld_sym_validate()
1855 if ((sdp = ld_sym_find(ofl->ofl_entry, SYM_NOHASH, in ld_sym_validate()
1866 } else if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_START), in ld_sym_validate()
1871 } else if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_MAIN), in ld_sym_validate()
2811 if ((sdp = ld_sym_find(name, hash, &where, ofl)) == NULL) { in ld_sym_process()
[all …]
H A D_libld.h747 #define ld_sym_find ld64_sym_find macro
846 #define ld_sym_find ld32_sym_find macro
990 extern Sym_desc *ld_sym_find(const char *, Word, avl_index_t *,
H A Dmap_support.c474 if ((sdp = ld_sym_find(symname, SYM_NOHASH, &where, ofl)) == NULL) { in ld_map_seg_size_symbol()
1104 if ((sdp = ld_sym_find(ms->ms_name, hash, &where, ofl)) == NULL) { in ld_map_sym_enter()
H A Dmachrel.sparc.c2093 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL), SYM_NOHASH, in ld_allocate_got()
2096 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL_U), SYM_NOHASH, in ld_allocate_got()
2116 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_DYNAMIC_U), in ld_fillin_gotplt()
H A Dlibs.c513 if ((sdp = ld_sym_find(arsym->as_name, in ar_extract_bysym()
H A Dupdate.c923 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_INIT_U), SYM_NOHASH, 0, in update_osym()
935 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_FINI_U), SYM_NOHASH, 0, in update_osym()
2222 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_INIT_U), in update_odynamic()
2230 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_FINI_U), in update_odynamic()
2718 sdp = ld_sym_find(vdp->vd_name, vdp->vd_hash, 0, ofl); in update_overdef()
3767 if ((asdp = ld_sym_find(ma->ass_alias, SYM_NOHASH, in check_mapfile_assertions()
H A Drelocate.c2037 nsdp = ld_sym_find(sdp->sd_name, SYM_NOHASH, NULL, ofl); in process_reld()
2493 ((((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL), in ld_reloc_init()
2495 ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_GOFTBL_U), in ld_reloc_init()
H A Dversion.c250 if (sdp = ld_sym_find(name, vdp->vd_hash, &where, ofl)) { in ld_vers_check_defs()
H A Dsections.c1065 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_INIT_U), in make_dynamic()
1072 if (((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_FINI_U), in make_dynamic()
H A Dmachrel.amd.c1494 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_DYNAMIC_U), in ld_fillin_gotplt()
H A Dmachrel.intel.c1502 if ((sdp = ld_sym_find(MSG_ORIG(MSG_SYM_DYNAMIC_U), in ld_fillin_gotplt()